How to Convert .svo2 to .svo File?

Hi everyone,

I recently started working with the ZED camera and I’m processing .svo files for my application. However, my recordings are in .svo2 format, and I need to convert them to .svo format.

I couldn’t find any official tools or methods for this conversion. Does anyone know of a way to do this? Maybe a code snippet or an executable tool?

Any help would be greatly appreciated!

Thanks in advance!

Hi @ebozkus
there’s no tool to convert SVO2 to SVO format because this is normally not required.

Why do you need this feature?

Hi @Myzhar,

Thanks for your response! I need to convert .svo2 to .svo because I want to use AVI/MP4 exports. As far as I know, the ZED SDK allows exporting videos from .svo files, but not directly from .svo2.

Is there any way to export AVI/MP4 directly from .svo2?

You can use the same code to export SVO to AVI/MP4 with SVO2 files.