Zedx and Zedxm are not being detected

Hello,

I have Zedx and Zedxm cameras connected to a zed box mini. Cameras are used to run containerized deep learning models. In some cases , the zed sdk cannot detect one of the two cameras or both cameras. However if I restart the zed box it detects them.

Thank you in advance.

Hi @Hussein
Typically, this occurs when an application using a ZED X camera crashes or is not closed properly, leaving the ZED X Driver in a pending state.

You can recover the cameras, without rebooting the host device, by running the command
sudo systemctl restart zed_x_daemon.service

In our application, zed box mini and the cameras are mounted and running on a vehicle , hence it will be subjected to continuous powering off and on.Moreover the command you mentioned didn’t help detect the cameras without device reboot. Kindly find the error logs below.

I notioced that you are using the ZED SDK v5.1.0.
I recommend installing the latest version of the ZED SDK (v5.3) and ZED X Driver (v1.4.2) for improved connection stability and performance.