Skip to content

Instantly share code, notes, and snippets.

@lucasmediaflow
Created September 28, 2021 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasmediaflow/3128fcad34e8b037932627dd42e8fb24 to your computer and use it in GitHub Desktop.
Save lucasmediaflow/3128fcad34e8b037932627dd42e8fb24 to your computer and use it in GitHub Desktop.
error
DEPTHAI_LEVEL=debug python3 camera.py
[2021-09-28 20:36:20.077] [debug] Python bindings - version: 2.10.0.0.dev+97a16a3f62ca51d4d31ed8dad23e53823bb94181 from 2021-09-28 05:00:25 +0300 build: 2021-09-28 02:09:59 +0000
[2021-09-28 20:36:20.077] [debug] Library information - version: 2.10.0, commit: 74d1b05ab48bbeef673ba37d5864da3c2469fe94 from 2021-09-28 04:58:32 +0300, build: 2021-09-28 02:09:56 +0000
[2021-09-28 20:36:20.080] [debug] Initialize - finished
[2021-09-28 20:36:20.308] [debug] Resources - Archive 'depthai-bootloader-fwp-0.0.15.tar.xz' open: 5ms, archive read: 223ms
TRYING TO GET UNIT INFO FROM DDB
[2021-09-28 20:36:21.417] [debug] Resources - Archive 'depthai-device-fwp-260a950984ee67cbb70ca1f1cd97b5bdc71aca44.tar.xz' open: 5ms, archive read: 1333ms
Subscribed to MQTT Topic OAK
[2021-09-28 20:36:22.333] [debug] Device - OpenVINO version: 2021.4
Traceback (most recent call last):
File "camera.py", line 162, in <module>
with dai.Device(pipeline) as dev:
RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment