• DepthAI
  • Attempted to start Color camera - NOT detected!

I have an Oak-D-Lite which works very nicely on my Windows11 pc. I am trying to get the same camera running on my RPi but when the line
with dai.Device(pipeline) as device:
is executed, the error
[19443010B1DD3D1200] [41.450] [system] [error] Attempted to start Color camera - NOT detected!
is generated. Any ideas what may be causing this? There doesn't seem to be any reference to this error yet.
...cheers

Hello @hugoM , sorry for the inconvenience. This would either be that the camera is not supported by library (so using old library) or that it's physically not connected (very rarely happens while shipping).
So I would first try updating library - running python3 -mpip install depthai -U, and if you keep getting this error, please send us an email to support@luxonis.com so we can either send you a replacement or guide you on how to re-attach the camera (opening the enclosure, and reattaching the connector).
Thanks, Erik

hi erik... upgraded depthai from 2.10.0.0 -> 2.14.1.0 and the script rgb_mobilenet.py works like a charm. Thanks for your prompt and effective reply.
btw, I found the Windows installation really easy. Very impressive to get the test scripts working without a hitch...
...cheers, hugo