This project is a real-time smart surveillance system that detects motion using a PIR sensor and captures images using a Raspberry Pi camera. When motion is detected, the system automatically sends an email alert with the captured image.
- π Motion detection using PIR sensor
- πΈ Automatic image capture
- π§ Email alert with image attachment
- β‘ Real-time monitoring
- Python
- Raspberry Pi
- OpenCV
- RPi.GPIO
- PiCamera
SmartMotionSystem_RPi/
βββ motion_detector.py
βββ email_alert.py
βββ requirements.txt
βββ README.md
βββ images/
python3 motion_detector.py- Raspberry Pi (Zero 2W / 3 / 4)
- PIR Motion Sensor (HC-SR501)
- Pi Camera Module
Developed a real-time IoT-based smart surveillance system using Raspberry Pi, PIR sensor, and Python with automated email alerts.
Vikram N