Hello
When I try to connect to my OAK-D POE device with the dai.DeviceBootloader.getFirstAvailableDevice(), the function returns False DeviceInfo(name=, mxid=, X_LINK_ANY_STATE, X_LINK_ANY_PROTOCOL, X_LINK_ANY_PLATFORM, X_LINK_SUCCESS)
When I try to connect to the camera using the device_manager.py in the depthai-python/utilities repository from github, no device comes up, but i can find it when using "specify ip", and I can also ping to it.
I have flashed the latest version of the bootloader to the camera via "specify ip".
What can I do in order to also find the device using "getFirstAvailableDevice()"?