Attempting to stream camera video and encode with nvjpeg, but lib mismatch? (C++)

Hi,
For running with OpenCV, we suggest use jpegenc instead of nvjpegenc. OpenCV links to libjpeg.so in many places and it is difficult to replace it with libnvjpeg.so.