Make DeepStream run faster then stream FPS

Hi,

I’m trying to modify the framerate in deepstream with “framerate=45/1” with no success

example pipe with NVIDIA plugins:
gst-launch-1.0 filesrc location=4K_standing.mp4 ! decodebin ! nvvidconv ! “video/x-raw(memory:NVMM),format=(string)RGBA, framerate=45/1” ! dsexample processing-width=1280 processing-height=720 ! nvosd ! nveglglessink

Thanks

Can you please try ‘nveglglessink sync=false’? gstreamer is with its own synchronization mechanism and it renders in original frame rate. Please check if it helps by disabling it.