Skip to content

A script for recording video on a Pi Camera based on motion detected from a passive infrared sensor.

Notifications You must be signed in to change notification settings

enderandpeter/rpi-home-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Motion Detecting Camera

A script for using a passive infrared motion detector to detect motion and a Pi Camera to record video for the purpose of security.

This script is based on the Parent Detector tutorial project.

Make sure the camera is connected and the picamera module is enabled. See this guide for getting set up. The motion detector should be connected on GPIO 4 (for Raspyberry Pi 3).

Run as a script in a virtual environment

python -m venv venv

Create a virtual environment for this project in a folder called venv. Use that to install all the dependencies and run the script

About

A script for recording video on a Pi Camera based on motion detected from a passive infrared sensor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages