I am trying to use the ZED SDK’s zedsrc and zeddemux elements with DeepStream. I need both the left and right images, so I implemented a pipeline using zeddemux.
However, I frequently encounter the following error:
In addition, memory usage keeps increasing until an OOM occurs.
When I added a queue between zedsrc and zeddemux, the frequency of the error reduced but did not disappear completely. As a workaround, I implemented the pipeline using videocrop instead of zeddemux.
Could you please advise the correct way to use zedsrc and zeddemux in a DeepStream SDK or GStreamer pipeline without causing errors or memory leaks?
Please let me know if you would like me to provide more detailed information, such as the full pipeline configuration or logs, to help with troubleshooting.
Q1. Is this calibration file valid?
Yes, the calibration file is valid and properly formatted.
Q2. Does the stream work without this option?
Yes, I have tested the stream without specifying the calibration file, and it works as expected.
Q3. Have you tested the same pipeline with GStreamer to check that the stream can start?
Yes, I have tested the same pipeline directly with GStreamer, and the stream starts successfully.