question on Gstreamer Element: zeddatamux, is it possible to handle two video streams at the same time (demux.src_left & demux.src_aux) ?

I found earlier that it runs faster when I divide the video stream into two flows with zeddemux and only push the src_left into nvinfer(deepstream module). But then I found that I can’t recombine the two flows together because sink_video in zeddatamux could merely be placed once. Is there any way to get through this problem ?

Hi @JanFrog
Welcome to the StereoLabs community.

Unfortunately, the zeddatamux element has a different purpose and we do not provide mux elements that fulfill your requirements:

You could use one standard GStreamer element to perform this task:

1 Like