How to set Framerate when reading feed from RTSP cam url using Gstreamer for a deepstream application?

Hi @user151731,

I think you should use “Gst-nvvideo4linux2” plugin and set “drop-frame-interval” property.
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_plugin_gst-nvvideo4linux2.html

You can refer to below topic for sample python code and pipeline that can be used here:

Thanks

1 Like