Skip to content

ctrlfizz/raspiquickcv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

raspiquickcv2

Install opencv in minutes on raspbian, these scripts will seamlessly install opencv and its dependencies in 10 minutes
Download / Clone this repository on your raspberry pi
Run the following commands from the raspiquickcv2 folder
sudo chmod +x mconda-dep.sh
./mconda-dep.sh
After this command you will have to reboot your raspberry pi
sudo reboot
After rebooting run these final commands from the getcv2-rpi folder
sudo chmod +x opencv.sh
./opencv.sh

NOTE: When asked where to install miniconda, input the following:
/home/pi/miniconda3

Opencv will be installed in a miniconda virtual environment called 'opencv' running python 3.4.3
Activate > source activate opencv Deactivate > source deactivate

About

Install opencv in minutes on raspbian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages