A mobile application that turns your old phone into a security camera system.
- Live video streaming
- Motion detection
- Video recording
- Night mode
- Quality adjustment (720p, 1080p)
- Live video viewing
- Recorded video playback
- Instant notifications
- Remote control
- Access sharing
- Frontend: Flutter
- Backend: Django
- Database: PostgreSQL
- Video Streaming: WebRTC
- Motion Detection: OpenCV
- Cloud Storage: AWS S3
home_security_camera/
├── backend/ # Django backend server
├── mobile_app/ # Flutter mobile application
│ ├── camera_app/ # Camera device application
│ └── monitor_app/ # Monitoring device application
└── docs/ # Documentation
[Setup instructions will be added as the project progresses]
Currently in Phase 1 (MVP) development:
- Basic live streaming
- Video recording
- Motion detection
- Video playback