Nikolai Romanov

Results 6 comments of Nikolai Romanov

I just got mine Oak-D_Pro and have same issue. Depth and all related streams appear to be disabled after starting depthai_demo. I'm running it through USB3 on Windows machine. Here...

@Luxonis-Brandon I did see the documentation on the camera page and use the branch oak-d-pro C:\temp\depthai>git status On branch oak-d-pro nothing to commit, working tree clean I have two Oak...

@Luxonis-Brandon git pull and install_requirements updated some module[s] but it did not change the symptoms. Still all the depth streams are disabled.

@Luxonis-Brandon I only have one Python version 3.9.7 installed on this machine. I ran install_requirements and demo by explicitly specifying the python interpreter to no resolve - same exact result....

@Luxonis-Brandon C:\temp\depthai>python depthai_demo.py --show left right depth color Using depthai module from: C:\Users\roman\AppData\Roaming\Python\Python39\site-packages\depthai.cp39-win_amd64.pyd Depthai version installed: 2.14.1.0.dev+27fa4519f289498e84768ab5229a1a45efb7e4df Setting up demo... Available devices: [0] 18443010C145BC0800 [X_LINK_UNBOOTED] USB Connection speed: UsbSpeed.SUPER Disabling...

Manually replacing requirements.txt file and running install_requirements.py again fixed the issue. Thank you! I do not understand. I clone same branch oak-d-pro and get a different version than what I...