OS: Ubuntu 20.04
Camera: OAK-D-PoE Pro
Depthai version: 2.17.4.0
FW version: 0.0.20
I am experiencing an issue that the camera sometimes becomes unrecognizable after I run my script N times. More specifically, I get 0 for depthai.Device.getAllAvailableDevices() which means no OAK camera is found even though it's physically connected and has been used for N times. Whenever this happens, I just disconnect the cable and connect back in. Then, the issue gets resolved. Both camera and host PC are connected to an Ethernet switch and they are only devices connected to the switch.
This happened twice for last 5 hours so far, so I don't see this issue often. As it happens randomly, it's not reproducible on purpose, which makes it hard to debug. Do you have any idea on this?
One thing is that I use control+backslash (Core Dump) in terminal to terminate my program. Does it make an unclean exit and make an effect on FW routine?
I much appreciate your feedback. Thank you.