Saving videos in SVO format with multi-camera

Hi. We have 4 Zed 2i cameras and we want to perform multi-camera recording for RGB and depth. Each of the cameras should record all the frames from different angles. We reviewed the multi-camera GitHub. However, we would like to know if there is a way to save the svo instead of creating the image/depth list, since we will be doing long recordings. Thanks!

1 Like

Hi @aa-hernandez

Sure, you must simply call the API function to enable SVO recording:
C++: Camera Class Reference | API Reference | Stereolabs
Python: Camera Class Reference | API Reference | Stereolabs

Examples: zed-examples/svo recording at master · stereolabs/zed-examples · GitHub

1 Like