Ask Your Question

Revision history [back]

OpenCV with nvjpeg

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.