I’d like to process some cameras at a higher framerate than the others.
I was reading the doc here: Gst-nvstreammux New — DeepStream 6.2 Release documentation
I am confused by the doc. About [source-config-N]
→ priority
it says: Deprecated (shall remove support from next release). Please use algorithm-type instead
. But then, if I read the doc about algorithm-type
it says: Round-robbin if all sources have same priority key setting. Otherwise higher priority streams will be batched until no more buffers from them.
So the doc says that the priority is deprecated, and that we should use algorithm-type
which instead mention to use priorities.
Could you clarify the documentation?
Thank you
It is about the next release. In current version, it is still in use.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.