Skip to content

Instantly share code, notes, and snippets.

View sumitkm's full-sized avatar
🐧

Sumit sumitkm

🐧
View GitHub Profile
@sumitkm
sumitkm / README.md
Created August 31, 2019 23:57 — forked from willprice/README.md
Install OpenCV 4.1.0 for Raspberry Pi 3 or 4 (Raspbian Buster)

Install OpenCV 4.1.0 on Raspbian Buster

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