Version info:
Ubuntu: 22.04.5
L4T: 36.5
Jetpack: 6.2.2+b24
ZED SDK: 5.2.3
ZED driver: 1.4.2
Problem description:
Unable to start zed_x_daemon.service. Download from official release link: driver ; Install with dpkg; reboot after installation. In contrast, if extract the .deb file, and copy the files to corresponding directories, the ZED_Diagnostic will show that driver is not installed.
running sudo ZED_Diagnostic -c
The error info is in the attached json file;
Also try to activate zed_x_daemon: sudo systemctl enable zed_x_daemon driver_zed_loader IMU_Daemon
This is the result I got:
Failed to enable unit: Unit file zed_x_daemon.service does not exist.
I’d appreciate your reply.
Hi @gjd2003
please copy and paste here the content of the “dmesg.log” file generated by the command sudo ZED_Diagnostic --dmesg.
Please also provide all the details about the hardware that you are using.
Details of hardware:
Jetson AGX Orin 64GB
Zed X camera
Zedlink Duo GMSL2 capture card
All the cables are included in the box/devkit
"[ 691.661125] zedx 9-0028: zedx_probe: Serial Number : 47412493",
"[ 691.661173] zedx 9-0028: zedx_probe: success",
Your camera is correctly detected by the driver.
Have you tried to restart the daemon with the command sudo service zed_x_daemon restart?
What’s the output of the command sudo service zed_x_daemon status 20 seconds after you restarted it?
Can you open the camera with ZED_Studio and ZED_Explorer?
In case the problem persists, I recommend you uninstall and reinstall the ZED X Driver:
sudo dpkg -r stereolabs-zedlink-duo
sudo dpkg -i stereolabs-zedlink-duo_1.4.2-LI-MAX96712-L4T36.5.0_arm64.deb
sudo reboot