Hello,
I've encountered very weird crash. So everytime i'm creating a pipeline there is a warning printed to console that openvino 2021.2 is being deprecated. And heres the thing. Once I start a program everything works and suddenly the same message is printed and my OAK-1 lite is being plugged out of my computer.
Here's the warning:
[2024-12-14 19:50:17.731] [depthai] [warning] OpenVINO 2021.2 is deprecated!
Everything works fine and randomly theres error:
[2024-12-14 19:50:17.731] [depthai] [warning] OpenVINO 2021.2 is deprecated!
[18443010C1AA670F00] [1.1.3] [1734202220.172] [host] [warning] Device crashed, but no crash dump could be extracted.
Traceback (most recent call last):
File "my_dir"
, line 75, in <module>
main(args)
File "my_dir"
, line 57, in main
frame: dai.ImgFrame = q_detnn_pass.get()
^^^^^^^^^^^^^^^^^^
RuntimeError: Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: 'detnn_pass' (X_LINK_ERROR)'
Does someone know what is happening?