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?
fanzh
August 14, 2023, 9:42am
3
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++?
fanzh
August 14, 2023, 9:53am
5
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
system
Closed
August 28, 2023, 11:36am
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.