https://github.com/erogol/raspisecurity
Home Surveillance for Raspberry
https://github.com/erogol/raspisecurity
computer-vision opencv raspberry-pi surveillance
Last synced: 3 months ago
JSON representation
Home Surveillance for Raspberry
- Host: GitHub
- URL: https://github.com/erogol/raspisecurity
- Owner: erogol
- Created: 2017-05-06T23:16:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T16:28:20.000Z (over 6 years ago)
- Last Synced: 2025-03-28T10:54:07.654Z (4 months ago)
- Topics: computer-vision, opencv, raspberry-pi, surveillance
- Language: Python
- Size: 22.5 KB
- Stars: 147
- Watchers: 12
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaspiSecurity
Home Surveillance with Raspberry with only ~100 lines of Python Code.
For technical details check the [medium post](https://hackernoon.com/raspberrypi-home-surveillance-with-only-150-lines-of-python-code-2701bd0373c9). Hope you like it.# Installation to a new Raspberry2 B+
## Install necessary libraries
- ```sudo apt-get update```
- ```sudo apt-get install build-essential python2.7-dev python-setuptools```
- ```sudo su```
- ```sh install_opencv.sh```
- ```sudo easy_install pip```
- ```sudo pip install picamera```## Setup config files
- Set email address to be used by the agent. It is in the source code.
- Set your email address to be noticed for each alert## Run the agent
- ```python server.py ```
- Go to given URL on the terminal
- Activate or deactivate the agent. The idea here, if you are close to your house, your phone will connect to your net before you enter the house,
then you can deactivate the agent to prevent wrong alert on you. You should also activate it before leaving the house. Itĺl give you some time to
leave the house then become active.