ZED camera detected by USB but not recognized by SDK and apps

I have a Zed box Orin nx 16Gb and a Zed 2i camera.
Everything was working fine for about a month (maybe a bit longer), but recently I started getting the message “camera not detected”

I checked lsusb, and the Jetson USB ports do recognize the camera:

Bus 002 Device 005: ID 2109:0211 VIA Labs, Inc. USB3.0 Hub
Bus 002 Device 003: ID 2109:0211 VIA Labs, Inc. USB3.0 Hub
Bus 002 Device 006: ID 2b03:f880 STEREOLABS ZED 2i
Bus 002 Device 004: ID 2109:0211 VIA Labs, Inc. USB3.0 Hub
Bus 002 Device 002: ID 2109:0211 VIA Labs, Inc. USB3.0 Hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 023: ID 0001:0000 Fry's Electronics
Bus 001 Device 007: ID 8087:0032 Intel Corp. AX210 Bluetooth
Bus 001 Device 014: ID 2b03:f881 STEREOLABS ZED-2i HID INTERFACE
Bus 001 Device 012: ID 0424:2512 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 009: ID 2109:2211 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 005: ID 2109:2211 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 008: ID 2109:8888 VIA Labs, Inc.
Bus 001 Device 011: ID 2109:8888 VIA Labs, Inc.
Bus 001 Device 022: ID 03e7:2485 Intel Movidius MyriadX
Bus 001 Device 006: ID 2109:2211 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 004: ID 2109:2211 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I can’t understand what the problem is.
I tried to reboot jetson but it is not help.
We tried to replug usb and camera started working but it print “camera not detected” again in some time.
We’re planning to try replacing the USB cable soon. Do you have any thoughts on what might be causing this issue and how we could solve it?

It seems that issue was on my side.
The first time, it was likely caused by a hardware failure.
The second time, I accidently launched a camera test service that opens the camera, closes it and exit the script. However, the service had a restart always policy, which likely caused led to failure.

1 Like