lelandg / Raspberry-Pi-Security-Camera

This project requires custom hardware. Schematics are included as a Fritzing file. Uses ePIR to detect motion. Emails a list of people when detected. Also is a Linphone server, so you can simultaneously connect to the camera for a live picture! (Right now is one-way on the Pi.)
MIT License
25 stars 5 forks source link

Add config file #26

Open lelandg opened 8 years ago

lelandg commented 8 years ago

All settings should be moved to a config file so that people do not have to edit the code for every update.

This is a priority for the next release.

(I'll probably use ConfigParser since I have some experience with it.)