Respository contains implementation of Python script, which turns your Raspberry Pi (with camera) into live-view surveillance IP camera with additional web interface. Main feature of the script is motion detection - script recognizes movement on analyzed frame. You can select which part of frame it should analyze in settings.
Tech Stack:
- Python
- HTML
- CSS
- Flask
- Jinja2
- OpenCV
Section containing authors of certain code snippets, which without this script wouldn't be possible to create. Thank you guys, I really admire your work!
- Adrian Rosebrock, PhD - main feature of script, motion detection using Raspberry Pi camera;
- Miguel Grinberg - embeeding analyzed frame into Flask: