How to use Gst-nvjpegenc in deepstream 6.3

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
• DeepStream Version 6.3
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi all,
I saw it supported new feature “Gst-nvjpegenc” in deepstream 6.3.
but i didn’t found the example about it.
can you tell me how to use it. thanks

What is your GPU?

the gpu is V100

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

nvjpegenc is the harware encoder, so it needs harware buffers as input.

gst-launch-1.0 videotestsrc num-buffers=10 ! 'video/x-raw,width=1920,height=1080' ! nvvideoconvert ! nvjpegenc ! multifilesink location=./%02d.jpg

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