Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version > 6.2
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
hello. Even though I looked at the deepstream docs, it doesn’t seem to describe specifically why new_streammux can handle different Fps and resolutions. Both old_streammux and new_streammux seem to use the same round-robin algorithm, but there is no specific information on how they did it differently.
- Therefore, I would appreciate it if you could tell me the reason.
- If there are streams operating at different fps, one result from pgie is 10fps (source1) and the other is 15fps(source2). When parsing meta at15fps, the meta information for the 10fps source may be parsed redundantly??