Skip to content

sagniknitr/Opencv_RaspberryPi3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera library

Camera Library logo

Project description:

  • Control the Raspberry Pi camera.

Download code

Install git and clone the repository

sudo apt-get install git

Install the openCV library and the PiCamera library

sudo apt-get install python-opencv
sudo apt-get install python-picamera

Install numpy

sudo apt-get install python-numpy

Enable the camera module

sudo raspi-config

Select "6 Enable Camera"
raspi-config execution
Confirm you want to enable it
Enable module
And that its all
Module enabled
At the end it will ask you for reboot, reboot it
Ask for reboot
Download the Gpio library code

sudo git clone https://github.com/danny270793/Camera.git
cd Camera

About

Some image processing experiments in raspberry pi 3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages