Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson AGX Orin • DeepStream Version 6.2 • JetPack Version (valid for Jetson only) 5.1 • TensorRT Version 8.5.2.2 • 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)
When I save the output video, let’s say output_1 and output_2, the issue rises.
The bounding box of the Yolov4 appears in the second video, output_2 with the bbox of Bodypose2D.
Is it not possible to encode two separate videos in the same pipeline?
Yes. The nvstreamdemux should be in the pipeline and you need to implement the function of removing the sink branch when the corresponding source is removed.
I got one more related issue, well, it could be a simple question about queue.
Before adding streamdemux-streammux after tee(between tee-pgie), i added queue here just like the pic. below.
and the overlay issue(output of pgie_0 also shows on the output of pgie_1) does not happen on every frame.
So what are the reason for this? Just adding queue made the branch more independent.