How to Install OpenCV AI Kit on Raspberry Pi
The Quick OAK on Raspberry Pi Installation Procedure
- Go over to https://docs.luxonis.com/api/#python_version and follow the instructions there
- If you run into any issues, then upgrade pip
python3 -m pip install -U pippython3 -m pip install -r requirements.txt3. 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-pythonsudo apt-get install libcblas-devsudo apt-get install libhdf5-devsudo apt-get install libhdf5-serial-devsudo apt-get install libatlas-base-devsudo apt-get install libjasper-devsudo apt-get install libqtgui4sudo apt-get install libqt4-test4. Connect your device and try
python3 test.pyIf you are interested in Enrolling in my upcoming course on YOLOv4 and OAK then sign up over here when it gets released - Click Here

Comments
Post a Comment