Starting a thread for questions related to the stereo calibration setup, in case anyone runs into the same issues.
what does it mean to have a negative baseline at the end of the stereo calibration?
Answer: it means your left and right cameras have been flipped. This is what led to the images looking ‘corrupted‘ when I tried to view them through ZED_Depth_Viewer.
have you tried working with configuration with very large baseline? Mine is 170cm. this means that the coverage we can achieve in step 1 stereo_calibration script is only ~60%
In the ZED_Depth_Viewer, the point cloud and the depth map are only displaying objects that are present in the left camera. However, it must be using both cameras somewhere because the metric estimation is not bad. Can I see the point cloud and depth map of the stitched frames?
it is repeated here that retrieveMeasure() returns “depth data aligned with the left image“. can i align it with the right image?
Are there good docs anywhere on working with virtual cameras?
Depth is mapped only to one camera. This is expected, and this is how stereo vision works.
The ZED SDK allows you to compute depth for the right camera, but we do not recommend to process both simultaneously because it would require double the computing power: sl::InitParameters::enable_right_side_measure
Virtual stereo cameras are used in the same way you use standard stereo cameras.
Only the setup phase changes, because you must calibrate the system and use the ZED Media Server: Setting up the ZED X One Stereo - Stereolabs