• Hardware Platform (Jetson / GPU) - GPU
• DeepStream Version - 6.1
• JetPack Version (valid for Jetson only)
• TensorRT Version - 8.4.1
• NVIDIA GPU Driver Version (valid for GPU only) - 520.16.xx
• Issue Type( questions, new requirements, bugs) - question
My deepstream pipeline runs at 10 fps with four rtsp sources and a bodypose2d model. I see a lag in the output display which is far from real time. What I want to achieve is to make this output real time. Are there any suggestions to make this run at near real time?
I know there is a property interval
in the nvinfer. But I cannot skip too many frames as it would affect the accuracy of other business logic in the downstream. Is there any other way to drop frames that are older than few millisec, so that only latest frames flow through the buffer.