Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson • DeepStream Version 7.1 • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs) • 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)
I am working on deepstream pipeline where I have different types of games and each games can have multiple streams. I have to run a pipeline that have different models pgie, sgie for each game with multiple streams and then all the games branches merge into a single branch and run another sgie2 model and then tiler, nvosd, and sink
Branch A: Sources → Streammux → PGIE → SGIE –
Branch B: Sources → Streammux → PGIE → SGIE –
Both branches will merge into
Streammux → SGIE2 → Tiler → Sink
I just want to clarify if this is correct flow and another question is If there are three streams in branch A and two in branch B SGIE2 will run on all 5 streams?
I have created this pipeline based on deepstream parallel inference app. I have added nvvideoconvert and caps to convert frame to RGBA after nvinfer in every branch, so I can get the current frame from all the soruces since metamux only output one pad (or branch) with the metadata of all other branches.
My question is after merging the branches using metamux, will it have the actual source-ids for frames?
I haven’t tested the c++ application. I have just developed this gst cmd pipeline.
my question is if I add the pad_probe after metamux in python pipeline. It will have a frame_meta object, and frame_meta will have source_id. source_id will be in [0,1,2,3,4,5] since I have 5 different sources. or it will be a single source_id due to merge in metamux.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks