Hello,

I have an Oak-D-PoE connected to a raspberry pi. The camera has been connected and working well for a long time. All of a sudden depthai cannot connect to the camera on my main script, as well as the depth ai "list_devices.py" script although I can still ping the camera. Any suggestions or leads on what can be the issue?

Thank you!

    AmirV
    If the device is ping-able, that would suggest it is located outside of the subnet, or that multiple interfaces are active (like both WIFI and ETH on the RPI).

    Have you read the docs for troubleshoot? I'd recommend manually specifying the IP of the device in the constructor.

    Thanks,
    Jaka

      jakaskerl

      I have tried troubleshooting based on the provided docs, looks like the camera is soft-bricked.

        AmirV
        OK, have you tried performing a factory reset. No matter how soft-bricked the device is, the recovery mode should still work.

        Thanks,
        Jaka

          jakaskerl

          I did not end up performing a factory reset. Yesterday, out of the blue the camera began working again without changing anything in the setup. I did not unplug/reconnect any cables, etc. This is a very odd case, but do you have any idea how it may have lost connection and/or regain connection?

            AmirV
            Well something must have changed and it is very unlikely to be the device. But I can't say for sure since there are many things that could be the culprit of this.

            • network changes
            • interface changes
            • system reboot (causing temporary system changes to fall back)
            • power changes
            • ...

            Thanks,
            Jaka