Opencv Installation in Raspberry Pi

by krithikvijayakumar11 in Circuits > Raspberry Pi

47 Views, 0 Favorites, 0 Comments

Opencv Installation in Raspberry Pi

OpenCV_Logo.png

Hello friends,

Installation of Opencv is one of the toughest problems which I faced and came up with a solution for it.

First, open your terminal in raspberry pi or use ssh

Then type the command

'git clone https://github.com/krithikV/Opencv_onestep_install'

This adds up a folder in your /home/pi named Opencv_onestep_install

So, no locate to the folder by

'cd Opencv_onestep_install'

You are now in the folder now run the code in the folder,

'python3 opencv_onestep.py'

It takes a very long time to install so please wait and once completed without any error enjoy building projects in OpenCV

Thank you

Please subscribe to Channel