depthai-python icon indicating copy to clipboard operation
depthai-python copied to clipboard

inRgb = qRgb.get() is waiting too long

Open neherh opened this issue 2 years ago • 0 comments

Ran through the tutorial to install OAK-D Lite on MacOS. In the last line for installing using M1 processor, python3 ColorCamera/rgb_preview.py, the code is hanging too long.

More specifically, line 34, inRgb = qRgb.get() , just hangs. I am not able to see opencv preview.

Lines 26-28 print just fine; I am able to see the usb speed (super) and the connected cameras.

What is going wrong?

Tutorial: https://docs.luxonis.com/projects/api/en/latest/install/#macos

neherh avatar Apr 13 '22 11:04 neherh