Hello forum,
I'm having some issue with OAK-1 PoE Cameras.
I have a system of 30+ camera, working in standalone mode.
My code is the same with all the cameras, and they have the follow versions:
bootloader 0.0.28
depthai 2.27.0.0
When I boot my code it happens that some camera does not start correctly (they implement a tcp connection, as a server).
The result is that, even if the code is exactly the same, some random camera does not allow the tcp connection, even if the camera respond to ping.
This happen after boot, not always and not always to the same camera.
However, the boot procedure always gives a positive feedback.
Moreover, the same problem seems to happen in the same way after a power loss.
When this problem happen, the camera keeps responding to the ping, but not to the tcp connection, even after days, the problem persists unless I boot the camera again.
I also tried to get a crash report, but none is found in any of the device (are they cancelled after a successful boot?)
Thank you