Hi everyone.
I have just got my first Oak-D Pro and followed the instructions in 'First Steps with DepthAI. (BTW, I am running on Windows 11) I installed cmake, python3, etc and then ran depthai_demo.py. Window appears, a few things occur in the console, then an error and it all shuts down. The complete sequence is below:
_PS D:\source code\work\depthai-main> python3 .\depthai_demo.py
Using depthai module from: C:\Users\User\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\depthai.cp310-win_amd64.pyd
Depthai version installed: 2.17.1.0
Setting up demo...
Available devices:
[0] 184430102133C71200 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.HIGH
Enabling low-bandwidth mode due to low USB speed... (speed: UsbSpeed.HIGH)
IR drivers found on OAK-D Pro: ['LM3644 on bus 2']
--> Go to the Depth
tab to enable!
Creating MJPEG link for MonoCamera node and left xlink stream...
Creating MJPEG link for MonoCamera node and right xlink stream...
Creating MJPEG link for ColorCamera node and color xlink stream...
Error while running demo script... Command '"C:\Users\User\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe" depthai_demo.py --noSupervisor --guiType qt' returned non-zero exit status 3221226505.
Waiting 5s for the device to be discoverable again...
Setting up demo...
Available devices:
[0] 184430102133C71200 [X_LINK_UNBOOTED]
USB Connection speed: UsbSpeed.HIGH
Enabling low-bandwidth mode due to low USB speed... (speed: UsbSpeed.HIGH)
IR drivers found on OAK-D Pro: ['LM3644 on bus 2']
--> Go to the Depth
tab to enable!
Creating MJPEG link for ColorCamera node and color xlink stream...
Any help would be nice.
Cheers.
Mark