Skip to content

Instantly share code, notes, and snippets.

View jaskiratsingh2000's full-sized avatar

Jaskirat Singh jaskiratsingh2000

View GitHub Profile
@jaskiratsingh2000
jaskiratsingh2000 / README.md
Created June 14, 2021 14:57 — forked from willprice/README.md
Install OpenCV 4.1.2 for Raspberry Pi 3 or 4 (Raspbian Buster)

Install OpenCV 4.1.2 on Raspbian Buster

$ chmod +x *.sh
$ ./download-opencv.sh
$ ./install-deps.sh
$ ./build-opencv.sh
$ cd ~/opencv/opencv-4.1.2/build
$ sudo make install