Hardware Platform - NVIDIA GeForce GTX 1070
DeepStream Version 6.2 c++
TensorRT Version 8.5.2-1+cuda11.8
NVIDIA GPU Driver Version 525.85.12
I need to process frames once every 10 seconds. At first I achieved this by specifying “interval” inside the nvinfer plugin, but with this approach, all frames are decoded, and I need to decode only those that will be processed. So, I need to expand the range of property “drop-frame-interval” of Gst-nvvideo4linux2 plugin.
Is there a way to do this? Or are there any other solutions?