Flutter application for monitoring using a Raspberry Pi camera
It is a mobile surveillance and security application developed using Dart. If the PIR motion sensor detects movement, it sends an 'alert' notification to our application, captures an image, and stores it in Firebase. Additionally, there is another feature where the user can access the camera in real-time.
Hardware:
- Raspberry pi
- camera module
- pir motion sensor
Sorftware: - Flutter
- Python
- Firebase
Make Sure That you Install picamera2 and other libraries like firebase_admin...
-
Connect to raspberry: ssh@raspberrypi.local (or with ipadress)
-
python3 pircam.py (run the code to detect motion, send pictures and notifications to firebase, display notification and picture on the application)

-
python3 live1.py (turn on live camera)
