OpenCV with nvjpeg

asked 2019-01-28 10:26:43 -0600

Pashek gravatar image

Hi. I want to utilize NVIDIA nvjpeg library for fast JPEG (de)compression on NVIDIA Jetson. In CMake I specify libnvjpeg.so for JPEG_LIBRARY, BUILD_JPEG=OFF, WITH_JPEG=ON. Though OpenCV builds successfully, I get an unspecified error while trying to call imread on jpg image. Does anybody have successful experience building and running OpenCV with nvjpeg? Thanks.

edit retag flag offensive close merge delete