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.