How to Install OpenCV AI Kit on Raspberry Pi

The Quick OAK on Raspberry Pi Installation Procedure

  1. Go over to https://docs.luxonis.com/api/#python_version and follow the instructions there
  2. If you run into any issues, then upgrade pip
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt

3. To install OpenCV manually follow instructions here https://www.raspberrypi.org/forums/viewtopic.php?t=232294 or execute the following commands.

sudo pip3 install opencv-python
sudo apt-get install libcblas-dev
sudo apt-get install libhdf5-dev
sudo apt-get install libhdf5-serial-dev
sudo apt-get install libatlas-base-dev
sudo apt-get install libjasper-dev
sudo apt-get install libqtgui4
sudo apt-get install libqt4-test

4. Connect your device and try

python3 test.py

If you are interested in Enrolling in my upcoming course on YOLOv4 and OAK then sign up over here when it gets released - Click Here

Source : https://augmentedstartups.info/yolov4release

Comments

Popular posts from this blog

Movidius NCS (with Raspberry Pi) vs. Google Edge TPU (Coral) vs. Nvidia Jetson Nano – A Quick Comparison

OpenCV AI Kit - An Introduction to OAK-1 and OAK-D

OpenCV AI Kit - Interview with CEO Brandon Gilles