Surveillance system using a RaspberryPi and V2 Camera in python
##TO-DO:
- Dockerize & have tests run on different Raspbian builds
- use docker image with open CV already installed
- Filter false positives on AWS: https://www.bouvet.no/bouvet-deler/utbrudd/smarten-up-your-pi-zero-web-camera-with-image-analysis-and-amazon-web-services-part-1 & https://www.bouvet.no/bouvet-deler/utbrudd/smarten-up-your-pi-zero-web-camera-with-image-analysis-and-amazon-web-services-part-2
- Verbose messages with ReKognition labels and %
- Better day and night checking
- better code organization
- code quality and coverage badges
- Fix travis ci
- yaml instead of json so one can write comments
- More Verbose README - installation, contributing etc.
- Move more configurables into config.json
- More tests & fix codecov
- Utilize:
with picamera.PiCamera() as camera:
- find pid of python scripts & kill them rather than
killall pyhton
- Fetch a remote script to automate install process & fetching of dependencies
- NOTE: Pi-hole does:
curl -L https://install.pi-hole.net | bash
- NOTE: Pi-hole does:
- optional twilio usage (default to emails)???? Could also text from email!