Skip to content
Michael Pechner edited this page Aug 11, 2018 · 8 revisions

Welcome to the Security-Camera wiki! After an odd incident at the house I decided on the need for a security camera. But I do not trust these companies not to leak passwords or have the photos leak. I don't walk around naked, not that ANYONE wants to see that, but I'm not 100% covered either.

I figure with a PIR sensor, a Raspbery Pi camera and using a private AWS S3 bucket, I capture the images.

The basic coding of sensing motion with a PIR motion sensor that triggers capturing images or videos with the camera is easy. Pushing the images to S3 is a nice add.

Prototype

I will be testing both the basic and IR camera. Will test PIR as well as ultrasonic. Lidar would be fun, but those are a bit costly.

The basics for getting this going is simple.

Clone this wiki locally