How to get nvjpeg?

Since Jetson 4.3 has cuda 10.0.326 it does not include nvjpeg.
How can I get it?

Hi,
On Jetson platforms, you can access hardware JPEG codec engine through gstreamer and tegra_multimedia_api. Documents are in
https://developer.nvidia.com/nvidia-jetson-linux-multimediaapireference
https://developer.nvidia.com/embedded/dlc/l4t-accelerated-gstreamer-guide-32-2

It is independent hardware block on Jetson platforms. For more detail, please check techinical reference manual:
https://developer.nvidia.com/embedded/downloads#?search=trm

Thank you for the fast answer.
Will futur Jetson versions with higher cuda version have https://developer.nvidia.com/nvjpeg?

Can you give me a direction how to best integrate my image processing kernels with gstreamer? Is DeepStream the answer?

Hi,
On Jetson platforms, you would need to adapt the implementation to use tegra_multimedia_api. We have NvJpegDecoder and NvJpegEncoder.
https://developer.nvidia.com/nvidia-jetson-linux-multimediaapireference