Commit Graph

1 Commits (e956070aa26cb2887bb8228957ef2b388d161946)

Author SHA1 Message Date
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