Skip to content

skl/raspberry-pi-cam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Camera Still Capture (with Motion Detection)

Configuration

Take a look through the variables at the top of the picam.py file and change them to your liking.

Usage

Prerequisites

Install an SMTP server (or use your own with Gmail etc.), exim works fine on the Pi: https://library.linode.com/email/exim/send-only-mta-debian-6-squeeze

Installation

To install simply clone the repository to your Raspberry Pi and set the picam init script to start on boot:

git clone https://github.com/skl/raspberry-pi-cam.git
sudo -s
cp raspberry-pi-cam/picam /etc/init.d
update-rc.d picam defaults

Credits

Originally by user "brainflakes" of http://www.raspberrypi.org/phpBB3/viewtopic.php?f=43&t=45235

About

Raspberry Pi Motion Detecion - Originally by forum user "brainflakes"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages