Commit Graph

6 Commits (Ahmed(Utopia_Industries))

Author SHA1 Message Date
ahmedmujtaba-gif bf3f36d742 commit for checking the desired change 2026-04-16 17:05:14 +05:00
bahawal.baloch a1da64e017 Enhance alert display and processing in camera stream
- Implemented live overlays to indicate alerting groups and their details.
- Updated person box annotations to reflect alert status with color coding.
- Improved saving of annotated alerts by including group-specific information and unique filenames.
- Added visual indicators for alert groups, including group size and duration.
2026-04-02 16:20:16 +05:00
bahawal.baloch 50ecbdcc50 Enhance alert processing in camera stream
- Added debug print statements for camera IP configuration at load time.
- Modified CAMERA_IPS initialization to correctly reference environment variables.
- Adjusted YOLO_CONF value for improved detection sensitivity.
- Refactored alert logic to accumulate pending alerts before saving, allowing for better management of alert metadata and image saving.
- Implemented saving of annotated alerts with unique filenames to prevent collisions.
2026-04-02 14:36:18 +05:00
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