Hello,
I purchased OAK-FFC ToF 33D with OAK-FFC 3P board. I am trying to get data from the camera, but after running python3 tests/cam_test.py, I get the following error message:
python3 tests/cam_test.py
Enabled cameras:
rgb : tof
left : mono
right : mono
camd : color
DepthAI version: 2.15.1.0.dev+5d7b1c7e1f07d5827388b7071696b17a27f2c4d7
DepthAI path: /home/vuk.radosavljevic/.local/lib/python3.10/site-packages/depthai.cpython-310-x86_64-linux-gnu.so
[14442C109187CAD600] [11.277] [system] [warning] Device contains calibration data of version 1437204487 which is not supported in this version of depthai
[14442C109187CAD600] [11.317] [ColorCamera(9)] [error] Camera not detected on socket: 3
[14442C109187CAD600] [11.317] [MonoCamera(7)] [error] Camera not detected on socket: 2
[14442C109187CAD600] [11.317] [MonoCamera(5)] [error] Camera not detected on socket: 1
[14442C109187CAD600] [11.318] [Camera(2)] [error] Camera not detected on socket: 0
[14442C109187CAD600] [11.319] [MonoCamera(7)] [error] Camera not detected on socket: 2
Connected cameras:
[14442C109187CAD600] [11.319] [MonoCamera(5)] [error] Camera not detected on socket: 1
USB speed: SUPER
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
FPS:C 0.00| 0.00 0.00| 0.00 0.00| 0.00 0.00| 0.00
C
0.00| 0.00 0.00| 0.00 0.00| 0.00 0.00| 0.00Traceback (most recent call last):
I also tried running it with --cameras left,tof argument, but the same error message occurs, except that it is only Camera not detected on socket: 1.
I am using ubuntu 22.04 and depthai version 2.15.1.0. Could You please tell me if I am doing something wrong and maybe send the link with the steps on how to work with Tof camera?
Best regards,
Vuk