Drop-frame-interval is not dropping frames usingmultiurisrcbin

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU) Jetson AGX
**• DeepStream Version 7.0
**• JetPack Version (valid for Jetson only) 6.0 GA
**• TensorRT Version 8.6
**• NVIDIA GPU Driver Version (valid for GPU only) 540.3.0
**• Issue Type( questions, new requirements, bugs) questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

I use the deepstream-server project with- multiurisrcbin , and config drop-frame-interval 30 , but find frame not be dropped .
the configfile is below

Can you describe the method you used to make sure the frame not be dropped?

Th method is that I print the frame_num in the element pgie callback function

The video I used is /opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4

OK. We do not currently support setting this parameter through yaml file and will optimize that later.
You can set the parameter directly in the source code currently.

    g_object_set(G_OBJECT(appctx.multiuribin), "drop-frame-interval", 30, NULL);

Thanks you very much .

I have varidated .Thanks

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