How to use NVJpegDecoder and Encoder in my custom project

Hi everyone,
I would like to use NvJpegDecoder and Encoder in my custom project. I was able to use them in multimedia api samples without any problem. But when I try to include them in my custom project, I was getting errors related with libjpeg, header and source files. Is there any documentation or guide to use them in custom projects or include them in CMakeFiles?
Thanks in advance.

Hi,
You may be linking to both libjpeg.so and libnvjpeg.so. Please only link to libnvjpeg.so and refer to header files in

/usr/src/jetson_multimedia_api/include/libjpeg-8b/

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.