Install OpenCV Python Raspberry Pi + OpenGL





Update Rpi

sudo apt-get update
sudo apt-get upgrade
sudo rpi-update


for Library CV2 in Python

sudo apt-get install python-opencv
sudo apt-get install python-scipy
sudo apt-get install ipython


Enable OpenGL

sudo apt-get install libgl1-mesa-dri
sudo reboot

Commentaires