Hi, I have a problem with the OAK-FFC-6P baseboard. I'm trying to go through the "Getting started" section of this tutorial. The setup that I have is almost the same as the one described there (I'm using OV9282-W instead of OV9282 cameras). The problem is, that when i try to run the cam_test.py
script, it can't detect any device:
python3 utilities/cam_test.py -cams left,m right,m
Enabled cameras:
left : mono
right : mono
DepthAI version: 2.19.1.0.dev+0ac8dcd8248b13cf7d54ad3599daa69df8a54f4f
DepthAI path: /home/olo/.local/lib/python3.10/site-packages/depthai.cpython-310-x86_64-linux-gnu.so
Traceback (most recent call last):
File "/home/olo/jammy/praca/depthai-python/utilities/cam_test.py", line 209, in <module>
with dai.Device() as device:
RuntimeError: No available devices
I'm running the command on the host machine, with the depthai-python
library installed (installed dependencies both with commands provided in github README.md
and withinstall
requirements.py script
- everything executed while being on rvc3_
develop
branch).
The FFC-6P baseboard is detected on the host machine when connected (I have also installed the required udev rules)
The USB cable that I use for connection between the baseboard and host machine is the stock cable that I got with the FFC-6P (it's for sure connected to USB-3 port and cable is working as it was successfully tested with OAK-D W).
Here is the photo of the setup
The OS on the host machine is Ubuntu 22.04.