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.