Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 747 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 747 Bytes

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