I am currently working with the OAK-D Pro W PoE and have encountered an issue while launching it through DepthAI. I have installed DepthAI following the Manual DepthAI installation guide on your website, and all steps went smoothly until I reached the command:
python3 ColorCamera/rgb_preview.py
According to the guide, this command should open a small window displaying a video. However, instead of the expected output, I receive the following error:
RuntimeError: No available devices
Please note the following troubleshooting steps I have taken so far:
- I have ensured the physical connection is correct by following the PoE deployment guide.
- I successfully pinged the OAK-D Pro W PoE, confirming the device is responsive, which suggests the connectivity is not the issue.
- I attempted to resolve the problem by following the debugging suggestions for the "RuntimeError: No available devices" error provided in the PoE deployment guide, but unfortunately, this did not resolve the issue.
I even tried manually including the IP using: device_info = dai.DeviceInfo("169.254.1.222"
Additionally, please note that I am using Ubuntu 24.04 through VirtualBox.
For further detail, I have attached some pictures showing the setup and the error message


