Commit Graph

3 Commits (ea349663fd6e278f7ff5a639bde16f8b0165b1f9)

Author SHA1 Message Date
bahawal.baloch ce53b04ca8 Enhance camera stream functionality with multi-camera support
- Refactored camera handling to support multiple cameras via environment variables.
- Added API endpoints for camera selection and retrieval of available cameras.
- Updated stream processing to dynamically switch between selected cameras.
- Integrated device selection for YOLO inference to utilize CUDA if available.
2026-04-01 12:51:53 +05:00
bahawal.baloch 215f5591ea update model to v26 2026-04-01 12:21:30 +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