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 support for the now-pervasive PIR sensor module. #12

Closed lelandg closed 8 years ago

lelandg commented 8 years ago

Original code used an ePIR ("Enhanced Passive Infrared") sensor. These are now discontinued, and everyone uses the very common PIR sensors now. So support for this should be added.