Support for saving .svo2 from GStreamer pipeline

I’ve been interested in integrating the ZED X camera into my existing GStreamer pipeline. However, there doesn’t seem to be a way to use GStreamer and record .svo2 files at the same time. Is it possible for the team to support .svo2 recording through GStreamer?

I can/have accomplished what I want through the Python API however it would be much more beneficial for me if I could do it all through GStreamer.

Hi @Ozone
Welcome to the Stereolabs community.

SVO recording is not available with GStreamer because there’s no way to trigger it while the pipeline is running.
You should enable it when you start the pipeline and stop it together with the pipeline.

If you think this behavior satisfies your requirements, please open a Feature Request issue in the ZED GStreamer repository.

Hi Myzhar,

Thanks for the info! I’ve opened a Feature Request issue on the ZED GStreamer repository.

If there is no way to trigger the SVO2 recording while the pipeline is running I might not get the exact behaviour I want, but we will see how it ends up getting implemented.

1 Like