I wanna do the algorithm on jetson finaly,but evaluate it on x86 first.
Run the code(tutorial_blur) on x86 ,got an error,without message ,I tracked each line,
the core occur in this is
vpiSubmitBoxFilter(stream, backendType, image, blurred, 5, 5, VPI_BOUNDARY_COND_ZERO);
What kind of error do yo meet? Segmentation fault?
We do have a box filter sample located at /opt/nvidia/vpi/samples/tutorial_blur/.
Could you try if the sample can work correctly or not on your environment first?