Hello, I am having an issue with the Zed Box Mini.
It seems the GPU or CUDA is not correctly detected
I don’t remember using a particular command that caused the issue, I just tried to install SDK 5.3 and then found the error. Don’t know if the installation caused this.
I am using jetpack 6.2.1, L4T 36.4.7
zed_diagnostic output
- Running ZED SDK Diagnostic : OK
ZED SDK version: 5.2.2
CUDA version: V12.6.68
- Running Processor Diagnostic : OK
Processor: ARMv8 Processor rev 1 (v8l)
Motherboard: Jetson, NVIDIA
Error: unable to open display stic : 50%
- Running Graphics Card Diagnostic : Failed
Unable to detect your graphics card. Please install/repair (https://download.stereolabs.com/cuda12_web' style='color: #d9ff42;' >CUDA and update your NVIDIA graphics (https://download.stereolabs.com/nvidia/driver' style='color: #d9ff42;' >drivers.
- Running CUDA Operations Diagnostic : Failed
CUDA Test: No CUDA-capable GPU found
Stack trace (most recent call last) in thread 3277:
#12 Object "[0xffffffffffffffff]", at 0xffffffffffffffff, in
#11 Object "/usr/lib/aarch64-linux-gnu/libc.so.6", at 0xffffafaa9e9b, in
#10 Object "/usr/lib/aarch64-linux-gnu/libc.so.6", at 0xffffafa40397, in
#9 Object "/usr/lib/aarch64-linux-gnu/libstdc++.so.6", at 0xffffafd129cb, in
#8 Object "ZED_Diagnostic", at 0x459b3f, in
#7 Object "ZED_Diagnostic", at 0x46d527, in
#6 Object "ZED_Diagnostic", at 0x4f060b, in
#5 Object "/usr/local/zed/lib/libsl_ai.so", at 0xffff8f46cde7, in
#4 Object "/usr/local/zed/lib/libsl_ai.so", at 0xffff8f45f227, in
#3 Object "/usr/local/zed/lib/libsl_ai.so", at 0xffff8f45d8ab, in
#2 Object "/usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1", at 0xffffb28bc993, in
#1 Object "/usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1", at 0xffffb28a3c73, in
#0 Object "/usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1", at 0xffffb29a64a0, in
Segmentation fault (Address not mapped to object [0x8b])
Segmentation fault (core dumped)
This is the dmesg log generated by ZED_Diagnostic. The Json has not been generated.
dmesg_1.log (10.1 KB)
zed ros wrapper output
l::MAT_TYPE, sl::MEM) : Err [801]: operation not supported.
[component_container_isolated-2] in void sl::Mat::alloc(size_t, size_t, sl::MAT_TYPE, sl::MEM) : Err [801]: operation not supported.
[component_container_isolated-2] [2026-05-06 10:15:53 UTC][ZED][ERROR] No NVIDIA graphics card detected. Install an NVIDIA GPU, CUDA and restart your computer after completing installation.
[component_container_isolated-2] [2026-05-06 10:15:53 UTC][ZED][ERROR] NO GPU DETECTED in sl::ERROR_CODE sl::Camera::open(sl::InitParameters)
[component_container_isolated-2] [WARN] [1778062553.294415804] [zedxm.zed_node]: Error opening camera: NO GPU DETECTED
[component_container_isolated-2] [INFO] [1778062553.294579480] [zedxm.zed_node]: Please verify the camera connection
The Zed X driver was installed by using:
sudo dpkg -i --ignore-depends=nvidia-l4t-kernel "$TEMP_DIR/stereolabs-zedx-driver.deb"
I tried uninstalling CUDA and reinstalling by using the ZED SDK isntallation but I get the same error.
To uninstall CUDA I used:
sudo apt-get purge "cuda*" "libcudnn*" "libnvinfer*" -y
sudo apt-get autoremove --purge -y
sudo rm -rf /usr/local/cuda*