Segmentation fault with OpenCV and Jetson multimedia API integration

Hi,
OpenCV links to libjpeg.so and does not work with libnvjpeg.so. please check explanation in

You can try to decode the image through NvJpegDecoder instead of cv::imread().