I am trying to run depthai-demo.py in window10 cmd, but I get an error like ModuleNotFoundError: No module named 'depthai'. What should I do?
seunghwa Run install_requirements.py (located at the same folder as depthai_demo.py) script in order to install dependencies.
install_requirements.py
depthai_demo.py
GergelySzabolcs thank i solved it