Skip to content

Instantly share code, notes, and snippets.

View ShiriNmi1520's full-sized avatar
🪬
Working as DevOps now

Y.C.Huang ShiriNmi1520

🪬
Working as DevOps now
View GitHub Profile
@ShiriNmi1520
ShiriNmi1520 / README.md
Created November 18, 2020 07:37 — 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
@ShiriNmi1520
ShiriNmi1520 / README.md
Created November 18, 2020 07:37 — 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