Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
Jetson AGX Orin and/or Nano
• DeepStream Version
7.x
• JetPack Version (valid for Jetson only)
6.1
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
Question
• 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)
I’m looking for any options to support a gstreamer pipeline where an original quality h265/h264 stream is saved to disk, while simultaneously decoding as few frames as possible to give a general preview of the stream while minimizing extra cpu load.
I’ve heard of the possibility of decoding only reference frames…is it realistically possible to decode only every Nth reference frame in order to ultimately allow processing of more simultaneous streams?