Hi, I’m trying to set up the connection between a Jetson Orin Nano and the ZED X camera connected via the ZED Duo Capture Card. The system is powered by a stable 19V power supply. However, SDK cannot detect the camera. When I touched the gathering card, it’s warm enough to indicate the card is powered, but never see any led light blinking. The camera is cold.
Could any one help? thanks!
Hi @ye5774
Welcome to the Stereolabs community.
The LED turns on if the ZED X Driver is installed and the OS can handle the GMSL2 capture card.
The first thing that I noticed here is that you are using flat cables that are too long.
What is the Jetson model? Is it an NVIDIA development kit?
To assist you better, we need additional information regarding your device’s condition and system setup.
Please open a terminal console (Ctrl+Alt+t) and run these commands:
sudo ZED_Diagnostic --dmesgsudo ZED_Diagnostic -c
After executing the commands, kindly send me the files dmesg.log and ZED_Diagnostic_Results.json located in the folder where the commands were run.
Hi Myzhar, thanks for your reply! I figure out it’s either the GMSL2 cable to Gathering Card not fully plugged in, or I didn’t run sudo systemctl start zed_x_daemon. Now the camera works! I can see the image in Rviz.
