Parallel pipeline each stream FPS calculation

Please provide complete information as applicable to your setup.

**• Hardware Platform ------------> GPU
**• DeepStream Version-----------------> 6.2
**• TensorRT Version -------------------> 8.5
**• NVIDIA GPU Driver Version ---------------------> 535

Hi, all

I’m using deepstream parallel pipeline and multiple camera for different models ! I want to know how I can see current FPS and AVG FPS for individual stream ?
I’m using python as a language.

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

You can implement this function yourself by adding probe function to the plugins after nvstreamdemux to print the fps. About how to add the probe function and show the fps you can refer to our demo code: deepstream_test_3.py.

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