DeepStream-Yolo icon indicating copy to clipboard operation
DeepStream-Yolo copied to clipboard

REFPS in python binding deepstream

Open khosrooo opened this issue 1 year ago • 2 comments

khosrooo avatar Aug 28 '23 17:08 khosrooo

Hi marcos , i used fps.py in common in this https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/tree/master/apps/common for get RERFS but i get same FPS for every models , but when used deepstream-app -c deepstream_app_config.txt i get right fps why in the python biding deepstream i get just PERF 30 for every model i think it is the ferekanse monitor ?

khosrooo avatar Aug 28 '23 17:08 khosrooo

The fps should be the same for all running streams. It will only change if you are running in 20 fps in the output and the camera have less framerate in its configuration. If you are saying about the python code having less fps than the deepstream-app, maybe you added something to the code that is slowing the pipeline. If don't so, check if you are using sink.set_property("sync", 0) in your code.

marcoslucianops avatar Aug 29 '23 13:08 marcoslucianops