What is SVO and why it is used for

Hi,
I was wondering what is SVO and how and why it is used. Any documentation or examples would be helpful.
Thanks,

The SVO is a custom file format created by Stereolabs to save data from a real camera to be used as input for the ZED SDK as if the same camera is connected to the USB port.
The SVO contains the video stream in RAW format and a sub-set of the sensors’ data.
By using an SVO you can develop your own algorithms by testing them on the same equal data which allows you to better tune your parameters.
The zed-examples Github repository contains examples about how to save an SVO and use it as input: zed-examples/svo recording at master · stereolabs/zed-examples · GitHub
Our tools, ZED Explorer, ZED Depth Viewer, and ZEDfu are enabled to use the SVO as input.

When you share an SVO with the Stereolabs support team, you allow us to test your data as if we have your camera connected to our PC, allowing us to better understand its behaviors and easily detect eventual issues.