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?
Hi, I am having exact same issue. Might I know how do you fix your problem?
I am running ubuntu 24 with CUDA 13.0. The depth model is reinstalled after running the ZED_Diagnostic -aic. And also set the Nvidia profile to max_perf, but nothing has changed.
``` thomasluk@cps-notebook-3
:
/usr/local/zed/tools
$ ./ZED_Depth_Viewer
[2026-07-06 18:01:24 UTC][ZED][INFO] Logging level INFO
[2026-07-06 18:01:25 UTC][ZED][INFO] Using USB input… Switched to default resolution HD720
[2026-07-06 18:01:26 UTC][ZED][INFO] [Init] Camera successfully opened.
[2026-07-06 18:01:26 UTC][ZED][INFO] [Init] Camera FW version: 1523
[2026-07-06 18:01:26 UTC][ZED][INFO] [Init] Video mode: HD720@30
[2026-07-06 18:01:26 UTC][ZED][INFO] [Init] Serial Number: S/N xxxxxxx
[2026-07-06 18:01:26 UTC][ZED][INFO] [Init] Depth mode selected: NEURAL. Ensure this mode matches your application’s performance and accuracy requirements. See Depth Modes | StereoLabs for help.
in void InputThreadModul::close() : Err [400]: invalid resource handle.
```
Used the pre-built docker image, and the result remain same. Error still existed and no depth image can be viewed using ZED Depth Viewer. This error also happened if I configure the processing setting in the GUI, e.g. setting the max depth value.
docker run -it --rm --runtime nvidia --gpus all --privileged -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v /dev:/dev -v /usr/local/zed/resources:/usr/local/zed/resources stereolabs/zed:5.4-gl-devel-cuda12.8-ubuntu24.04
./tools/ZED_Depth_Viewer
Console log
root@fb7e1950dcb1:/usr/local/zed# ./tools/ZED_Depth_Viewer
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
[2026-07-08 09:44:17 UTC][ZED][INFO] Logging level INFO
[2026-07-08 09:44:18 UTC][ZED][INFO] Using USB input... Switched to default resolution HD720
[2026-07-08 09:44:18 UTC][ZED][INFO] [Init] Camera successfully opened.
[2026-07-08 09:44:18 UTC][ZED][INFO] [Init] Camera FW version: 1523
[2026-07-08 09:44:18 UTC][ZED][INFO] [Init] Video mode: HD720@30
[2026-07-08 09:44:18 UTC][ZED][INFO] [Init] Serial Number: S/N 16517409
[2026-07-08 09:44:18 UTC][ZED][INFO] [Init] Depth mode selected: NEURAL. Ensure this mode matches your application's performance and accuracy requirements. See https://www.stereolabs.com/docs/depth-sensing/depth-modes for help.
[2026-07-08 09:44:19 UTC][ZED][WARNING] [Init] Self-calibration was skipped due to low texture or occlusion in the scene. Tracking accuracy may be affected.
in void InputThreadModul::close() : Err [400]: invalid resource handle.
[2026-07-08 09:44:24 UTC][ZED][INFO] Logging level INFO
[2026-07-08 09:44:24 UTC][ZED][INFO] Using USB input... Switched to default resolution HD720
[2026-07-08 09:44:25 UTC][ZED][INFO] [Init] Camera successfully opened.
[2026-07-08 09:44:25 UTC][ZED][INFO] [Init] Camera FW version: 1523
[2026-07-08 09:44:25 UTC][ZED][INFO] [Init] Video mode: HD720@30
[2026-07-08 09:44:25 UTC][ZED][INFO] [Init] Serial Number: S/N 16517409
[2026-07-08 09:44:25 UTC][ZED][INFO] [Init] Depth mode selected: NEURAL. Ensure this mode matches your application's performance and accuracy requirements. See https://www.stereolabs.com/docs/depth-sensing/depth-modes for help.
[2026-07-08 09:44:25 UTC][ZED][WARNING] [Init] Self-calibration was skipped due to low texture or occlusion in the scene. Tracking accuracy may be affected.
^C
root@fb7e1950dcb1:/usr/local/zed# exit