Hi,
I recently purchased the Oak D Wide and followed the instructions here: https://docs.luxonis.com/en/latest/pages/tutorials/first_steps/
I tried launching depthai_demo.py
from the depthai
repo and got the following terminal output
[framework:~/depthai][main] > python3 depthai_demo.py
Using depthai module from: /home/chutsu/.local/lib/python3.10/site-packages/depthai.cpython-310-x86_64-linux-gnu.so
Depthai version installed: 2.21.2.0
QSocketNotifier: Can only be used with threads started with QThread
Setting up demo...
Available devices:
[0] 19443010C1A3722700 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.SUPER
Disabling depth...
Disabling depth preview...
Disabling depthRaw preview...
Disabling left preview...
Disabling rectifiedLeft preview...
Disabling right preview...
Disabling rectifiedRight preview...
[19443010C1A3722700] [1.4] [1.550] [ColorCamera(0)] [error] Camera not detected on socket: 0
Stopping demo...
=== TOTAL FPS ===
I have tried to run different code examples to access the camera data to no avail.
Running
[framework:~/depthai][main] > python3
Python 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import depthai as dai
>>> with dai.Device() as device:
... print(device.getMxId())
...
Gives me the Mx ID of 19443010C1A3722700