updating names
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# BirdCam2: A Flask-Based Camera Monitoring System
|
||||
# BirdCam: A Flask-Based Camera Monitoring System
|
||||
|
||||
A lightweight, Python-based system for monitoring and managing Raspberry Pi cameras using Flask, SQLAlchemy, and modern Python best practices.
|
||||
|
||||
## 🚀 Overview
|
||||
|
||||
BirdCam2 is a simple yet robust application designed to monitor camera status and log events in real time. Built with Flask and SQLAlchemy, it provides:
|
||||
BirdCam is a simple yet robust application designed to monitor camera status and log events in real time. Built with Flask and SQLAlchemy, it provides:
|
||||
- Real-time camera status tracking (`running` state).
|
||||
- Event logging for camera actions (`start`, `stop`) with IP addresses and timestamps.
|
||||
- A clean, maintainable architecture using modern Python 3.12 features and type hints.
|
||||
@@ -42,8 +42,8 @@ It's ideal for hobbyists, developers, or IoT projects where you need to track ca
|
||||
|
||||
1. Clone the repository:
|
||||
```bash
|
||||
git clone https://github.com/your-username/birdcam2.git
|
||||
cd birdcam2
|
||||
git clone https://gitea.letteka.com/letteka/birdcam.git
|
||||
cd birdcam
|
||||
```
|
||||
|
||||
2. Install dependencies:
|
||||
|
||||
Reference in New Issue
Block a user