Dual ZED X One GS - Stereo SVO recording and neural depth api usage

As title mentioned, I want to get depth map below step

First, Setting up the ZED X One Stereo - Finished

and I’m trying to steps like below:

  1. recording svo of each camera
    zed-sdk/recording/recording/multi camera/python at master · stereolabs/zed-sdk · GitHub
    Each svo is recorded and I checked on ZED_Explorer - Finished
  2. making depth map using zed api
    zed-sdk/depth sensing/multi camera/python/multi_camera.py at master · stereolabs/zed-sdk · GitHub

But these code is for ZED X, ZED X mini stereo camera which factory synchronized

So I’m trouble in using neural depth and making depth map

Please help me to solve this problems..

Thanks,

I recommend you use the new ZED SDK v5.1 virtual Stereo API and calibrate the virtual stereo camera using the code in this GitHub repository:

This is the virtual stereo API demo:

We are working to update the documentation that you linked as soon as possible.