Parsing svo2 for images

Hi,

Is there a way to parse images from svo2 files without the zed sdk? We store experimental data, including svo2 files, in Azure Cloud Storage. Occasionally, we need to parse these files to extract images for training ML models. This parsing happens in a Databricks environment where we can install Python libraries and packages but can’t install the ZED SDK.

I know one alternative is to store avi files alongside svo2 files for easier access, but I’m curious if there’s any other way to directly extract images from svo2 files without using the ZED SDK.

Thanks.

Hi @Sayan

Unfortunately, this is not possible. The SVO2 file format can only be accessed using the ZED SDK API.