Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 703 Bytes

ComputerVisionSetup.md

File metadata and controls

25 lines (19 loc) · 703 Bytes

COMPUTER VISION SETUP

Pre-reqs:

  • Windows
  • Python 3.11
  • VScode

Directions:

  1. Open up command promt in your IDE

    • run pip install numpy
    • run pip install opencv-python
    • run pip install depthai
  2. Install depthAI SDK:

  3. Run desired computer vision file in your IDE

ISSUES

  1. File "c:\Users\chris\OneDrive\Desktop\PiCode2022-main\red_object_detection.py", line 2, in import cv2 as cv ModuleNotFoundError: No module named 'cv2'

solution:

  • do python ./filename.py Don’t run the code with the given run button on VScode