Parsing SVO file to multiple SVO files

Hello,

I am trying to automatically parse a single SVO file to multiple SVO files. I am looking to center the new (parsed) SVO file’s frames around specific physical coordinate or frame number. Is there a way to do this through the Python API?

Hi,
The SDK does not support both reading and writing SVO at the same time.
But you can create a script to use the tool ZED SVOEditor with the -cut option to specify which part of a SVO you want to extract.