Hi,
I have an OAK-D PoE camera and I am trying to run the OCR example from DepthAI experiments. However the script runs for few seconds then crashes. I am running the example script as is and haven't made any updates to it.
Below is the error I get when it crashes:
[14442C102111E4D600] [192.168.220.2] [1746629026.929] [host] [warning] Device crashed, but no crash dump could be extracted.
Exception has occurred: RuntimeError
Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: 'manip_out' (X_LINK_ERROR)'
File "C:\depthai-experiments-master\gen2-ocr\main.py", line 251, in <module> transformed = q_manip_out.get().getCvFrame() RuntimeError: Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: 'manip_out' (X_LINK_ERROR)'
This happens regularly even if I restart the script agian.