Hello,
I've got an OAK 1 PoE connected to my NUC Mini-PC via ethernet (with a power supply + injector to provide power too). The light inside the camera lights/boots up when I connect it to the NUC Mini PC.
However, when I try running any script it always errors as:
with depthai.Device(pipeline) as device:
RuntimeError: No available devices
The scripts work perfectly fine on my USB Oak camera. Furthermore, when I run the script to list recognized devices (https://docs.luxonis.com/projects/api/en/latest/samples/host_side/device_information/?highlight=IP#device-information) I get different outputs on my Windows laptop and NUC Mini PC (running Ubuntu)
NUC Output:
Searching for all available devices...
Couldn't find any available devices.
My Laptop Output:
Found device '169.254.1.222', MxId: '14442C1081E73BD200', State: 'BOOTLOADER'
Booting the first available camera (169.254.1.222)...
Available camera sensors: {<CameraBoardSocket.RGB: 0>: 'IMX378'}
Product name: OAK-1-W-POE, board name PA2096
I don't understand why the NUC simply doesn't even see the PoE device, especially as the Ethernet connection seems good (lights up both ends, I've tried multiple working ethernet cables)