After power cycling the PoE/device, I started getting successful runs again. Then this. So if you look back at the code, I got through the line auto device = dai::Device(pipeline, deviceInfo);
, but then an exception was thrown in midst of device.getConnectedCameraFeatures()
. LOL. When I say random errors this is what I mean. This is extremely simple code, it's quite literally your sample code. Am I having a normal experience here? Is there something physically wrong with this camera?
Unstable connection / connectivity issues
Hi jt512 ,
Please also try the latest develop
version of depthai library - relevant github issue here.
Thanks, Erik
The branches main
, v2.21.2
, and develop
are all at the same commit…
- Edited
I see, it was just released 2 hours ago. The main changes are in the firmware, see commit here.
I am also experiencing deadlocks on dai::Device::close()
quite frequently. Referring to the code above, after getting a single frame, I call device.close(), break out of the loop and return the single frame. Deadlock on device.close();
I'm gonna send an email.
FYI, I can confirm the 2.21.2 update does nothing. Same exact sporadic connectivity issues.