Is it possible to expand the range of properties?

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?

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

Only non-ref frames can be dropped, otherwise there will be a decoding error.

If you only decode key frames by configuring the value of skip-frames, then configure drop-frame-interval according to your needs

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