Hi,
I just got a OAK-FFC-4P with four OAK-FFC-OV9282-2 cameras. I connect all of them up and try to get data. I connected them as following
According to the LEDs it seems like the OAK is getting sufficient power. I am able to connect to the FFC device, but for whatever reason it does not seem to detect a single camera. My host computer is Ubuntu 22.04. I see under lsusb
Bus 003 Device 030: ID 03e7:f63c Intel Luxonis Bootloader
I also added the udev rules for /etc/udev/rules.d/80-movidius.rules
. When I run cam_test.py I get
/bin/python3 cam_test.py --cameras rgb,m right,m left,m camd,m
Enabled cameras:
rgb : mono
right : mono
left : mono
camd : mono
DepthAI version: 2.20.2.0.dev+9a1a60cf5e177c92c98cd3b966acff9e3940e2d2
DepthAI path: /home/u/.local/lib/python3.10/site-packages/depthai.cpython-310-x86_64-linux-gnu.so
[1844301031EBCB0F00] [3.1] [4.301] [MonoCamera(8)] [error] Camera not detected on socket: 3
[1844301031EBCB0F00] [3.1] [4.302] [MonoCamera(6)] [error] Camera not detected on socket: 1
[1844301031EBCB0F00] [3.1] [4.302] [MonoCamera(2)] [error] Camera not detected on socket: 0
[1844301031EBCB0F00] [3.1] [4.303] [MonoCamera(4)] [error] Camera not detected on socket: 2
Connected cameras:
USB speed: HIGH
IR drivers: []
Cam: rgb right left camd [host | capture timestamp]
FPS: 0.00| 0.00| 0.00| 0.00
When I just print the device it shows
[DeviceInfo(name=3.1, mxid=1844301031EBCB0F00, X_LINK_UNBOOTED, X_LINK_USB_VSC, X_LINK_MYRIAD_X, X_LINK_SUCCESS)]
Any suggestions? I hope there I did not miss something obvious or there is a hardware issue?