Overview
A proof-of-concept home security system that uses multiple cameras and facial recognition to decide how to respond to detected faces.
Behaviour
| Face type | Response |
|---|---|
| Recognised (friendly) | Recording stops, no alert |
| Recognised (unwelcome) | Continues recording, owner notified |
| Unknown | Continues recording, owner notified |
Features
- Multi-camera support
- Real-time facial recognition using the
face_recognitionlibrary - Owner notification on intrusion detection
- Configurable allowed / blocked face lists
Tech Stack
Python · face_recognition
Work in progress — notifications and multi-camera orchestration under active development.