- Windows
- Python 3.11
- VScode
-
Open up command promt in your IDE
- run pip install numpy
- run pip install opencv-python
- run pip install depthai
-
Install depthAI SDK:
- Link to depthAI SDK
- Download the DepthAI Windows Installer
-
Run desired computer vision file in your IDE
- File "c:\Users\chris\OneDrive\Desktop\PiCode2022-main\red_object_detection.py", line 2, in import cv2 as cv ModuleNotFoundError: No module named 'cv2'
- do python ./filename.py Don’t run the code with the given run button on VScode