Digging a bit more into that. It seems to be an issue with the Depth Viewer, not the SVOs. Whether on 4.2 or 4.1, whether using a SVO or a live camera feed, the depth viewer is encountering the issue.
This looks like a CUDA issue, if you’re using docker make sure all GPU features are enabled, like display acceleration, hardware decoding, etc (GitHub - stereolabs/zed-docker: Docker images for the ZED SDK).
You can test simpler configurations like a CUDA sample or a ZED SDK tutorial (without display) to narrow down the problematic part
Thanks for your answer. The docker image I am using is already GPU enabled with all NVIDIA drivers capabilities. It also mounts the standard files required for X forwarding.
Thanks for reminding me about the Dockerfile samples. I’ll give a try to run the tools through the official image and report back.
For future debugging, how could I reach this conclusion? Does the depth viewer interact differently with the models compared to the SDK?
The depth model was also working fine through the SDK.
I couldn’t display the images in the depth viewer, while they properly displayed in the explorer.
No, normally if you face issues by using the NEURAL depth mode in ZED Depth Viewer you should expect to experience the same problem with other applications using the same depth mode.
In any case, your problem seems to be not related to depth mode, but to image rectification. Indeed, ZED Explorer, which does not display rectified images, worked correctly.
Did you perform some kind of manual calibration?