I want to connect my working (checked via OAK Viewer on Windows) camera to be able to access it in WSL. The device is visable in WSL - I can ping the IP
I am using OAK-D PoE Fixed Focus camera.
bootloader version: 0.0.28
depthai: 3.1.0
I have walked through the https://docs.luxonis.com/hardware/platform/deploy/poe-deployment-guide#OAK PoE deployment guide-Initial Connection-Debugging
but none of the steps seem to work. I get no available devices by running:
python -c "import depthai as dai; print(dai.Device.getAllAvailableDevices())"
Is there additional guide for PoE with WSL - I found only one for USB?