Skip frames for decoding inside uridecodebin

Hardware Platform - NVIDIA GeForce GTX 1070
DeepStream Version 6.2
TensorRT Version 8.5.2-1+cuda11.8
NVIDIA GPU Driver Version 525.85.12

How to skip frames for decoding inside uridecodebin, by analogy with “skip-frames” inside nvvideo4linux2? is there a way to do this?

you can find the decoder plugin first, then set its skip-frames property. please refer to the doc and this sample.

Sorry, could you please tell me how to do the same when designing on c++?

please refer to \opt\nvidia\deepstream\deepstream\sources\apps\sample_apps\deepstream-test3\deepstream_test3_app.c, you can get decoder in function decodebin_child_added.

1 Like

thank you very much!

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