Hello,
I have recently purchased an OAK-D device. I have depthai in Kubuntu 20.04 running in VirtualBox on Windows 10.
I have two virtualenv's, for API gen 1 and gen 2. Now, in gen 1 I can run depthai_demo.py and I get an rgb camera output with the NN output overlayed.
In Gen 2, I get the following error when trying to run one of the examples.
Traceback (most recent call last):
File "rgb_preview.py", line 24, in <module>
with dai.Device(pipeline) as device:
RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND
So obviously, it cant open the camera. But seeing as in Gen 1 it does work, the most logical explanation would that there is something wrong in Gen 2? Can someone shed a light on this?
Thanks in advance!
Michiel