Hello

got below sometimes in oakdpro

INFO: Opening OAK-D Pro device

[MonoCamera(1)] [error] Camera not detected on socket: 1

[MonoCamera(0)] [error] Camera not detected on socket: 2

INFO: Opened OAK-D Pro device

Ran this python script(luxonis/depthai-pythonblob/main/utilities/cam_test.py) and below is the output

python3 cam_test.py -show

Enabled cameras:

rgb : color

left : mono

right : mono

camd : color

DepthAI version: 2.24.0.0

DepthAI path: /path

cam_test.py:320: DeprecationWarning: Use constructor taking 'UsbSpeed' instead

with dai.Device(*dai_device_args) as device:

[1944301081559A2E00] [1.3] [0.929] [ColorCamera(9)] [error] Camera not detected on socket: 3

Connected cameras:

-socket CAM_A : IMX378 4056 x 3040 focus:auto - COLOR

-socket CAM_B : OV9282 1280 x 800 focus:fixed - MONO

-socket CAM_C : OV9282 1280 x 800 focus:fixed - MONO

USB speed: SUPER

IR drivers: [('LM3644', 2, 99)]

Cam: rgb left right camd [host | capture timestamp]

FPS: 0.00| 0.00 0.00| 0.00 0.00| 0.00 0.00| 0.00

[right, 0, 6141.393650] Exp: 30.001 ms, ISO: 1549, Lens pos: -1, Color temp: 6500 K

Ran second time and there was no error

device restarted after two days and got the same error again.

can anyone let me know how to resolve this.

thanks.

Hi @Narender
Run the script with DEPTHAI_DEBUG=1 python3 cam_test.py and post the result of the crash. It's hard to say what the issue is. Also make sure to stay on latest depthai version and repo.

Thanks,
Jaka