Commit Graph

2 Commits (b55999d23feb6136d33399ef0b1e603bddab3d3f)

Author SHA1 Message Date
bahawal.baloch b55999d23f Add .gitignore to exclude environment and model files 2026-03-30 20:00:15 +05:00
bahawal.baloch e956070aa2 Add camera stream processing with YOLO object detection
- Implemented a new camera_stream.py file for real-time video processing.
- Integrated YOLO model for detecting people in the video stream.
- Added functionality for grouping detected individuals based on proximity.
- Implemented alert system for detecting groups over a specified duration.
- Included state management for stream status and alerts.
- Utilized Flask for serving video stream and alert information.
- Configured environment variables for RTSP stream access.
2026-03-30 19:59:22 +05:00