Denvaar Creeper Save

Makeshift Raspberry Pi Security Camera System

Project README

creeper

Makeshift Raspberry Pi Security Camera System

This also works with a Macbook camera, and probably any machine with a camera device.

More information on my blog post.

Streaming & motion detection SMS text notifications
creeper creeper

Features

  • Captures video and detects motion using OpenCV library.
  • Streams video to web page via motion JPEG.
  • Allows clients to control camera from web page.
  • Allows multiple clients to view live stream.
  • Encodes and saves video files when motion is detected.
  • Sends a text message with video attachment when motion is detected.

Setup

Install ffmpeg and make sure it's in your PATH.

Install Python3

Install python dependencies (preferably inside a virtual environment.) Packages can be found in requirements.txt:

pip install -r requirements.txt

Set the following environment variables:

export [email protected]
export EMAIL_PASSWORD=youremailpassword
export [email protected]
# this can be whatever you like:
export OUTPUT_FILE_PREFIX=motion

SMS_PHONE_NUMBER should use the appropriate SMS gateway address for your carrier.

Start the server:

python main.py

License

MIT

Open Source Agenda is not affiliated with "Denvaar Creeper" Project. README Source: denvaar/creeper
Stars
29
Open Issues
4
Last Commit
6 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating