How to know if frames are dropping when setting drop-frame-interval to different values

• Hardware Platform: dGPU
• DeepStream Version: 6.0
• NVIDIA GPU Driver Version: 470.82.01
• Issue Type: questions

I wanted to know the total number of frames dropped when setting drop-frame-interval property of nvv4l2decoder plugin to different values from 0 to 30 in decodebin_child_added() function.

gst_object.set_property("drop-frame-interval", value)

How can I do that?

Sorry for the late response, have you managed to get issue resolved? Thanks

The meaning of “drop-frame-interval” has told you:

https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvvideo4linux2.html#id5

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