File size: 50,135 Bytes
fd50325 7838616 fd50325 7838616 fd50325 7838616 fd50325 7838616 fd50325 7838616 fd50325 7838616 fd50325 7838616 fd50325 7838616 fd50325 37913bf fd50325 dbeb6a2 fd50325 dbeb6a2 fd50325 8a5dbd3 fd50325 37913bf fd50325 37913bf fd50325 7838616 fd50325 7838616 fd50325 7838616 8c53a02 fd50325 7838616 fd50325 7838616 fd50325 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 | """
Live Stream Processor for DetectifAI
Processes live webcam/CCTV footage through the same pipeline as uploaded videos:
- Object detection (fire, weapons)
- Behavior analysis (fighting, accidents, climbing)
- Facial recognition on suspicious frames
- Real-time event detection
- Storage in MongoDB and MinIO
"""
import cv2
import numpy as np
import io
import os
import time
import threading
import logging
import uuid
from datetime import datetime
from typing import Optional, Dict, Any, List, Tuple
from pathlib import Path
from config import VideoProcessingConfig, get_security_focused_config
from object_detection import ObjectDetector
from behavior_analysis_integrator import BehaviorAnalysisIntegrator
from database.config import DatabaseManager
from database.repositories import VideoRepository, EventRepository
from database.keyframe_repository import KeyframeRepository
# Real-time alert engine
try:
from real_time_alerts import get_alert_engine, RealTimeAlertEngine
ALERTS_AVAILABLE = True
except ImportError:
ALERTS_AVAILABLE = False
logging.warning("Real-time alerts module not available")
logger = logging.getLogger(__name__)
class LiveStreamProcessor:
"""Process live video streams with DetectifAI pipeline"""
def __init__(self, config: VideoProcessingConfig = None, camera_id: str = "webcam_01",
object_detector=None, behavior_analyzer=None):
"""
Initialize live stream processor
Args:
config: VideoProcessingConfig object
camera_id: Unique identifier for the camera/stream
object_detector: Pre-loaded ObjectDetector (shared from main pipeline)
behavior_analyzer: Pre-loaded BehaviorAnalysisIntegrator (shared)
"""
self.config = config or get_security_focused_config()
self.camera_id = camera_id
self.is_processing = False
self.cap = None
self.camera_index = 0 # Default camera index
self.frame_count = 0
self.last_keyframe_time = 0
self.keyframe_interval = 1.0 # Extract keyframe every 1 second
# Initialize database connections
try:
self.db_manager = DatabaseManager()
self.video_repo = VideoRepository(self.db_manager)
self.event_repo = EventRepository(self.db_manager)
self.keyframe_repo = KeyframeRepository(self.db_manager)
except Exception as e:
logger.warning(f"β οΈ Database connection failed (live stream continues without DB): {e}")
self.db_manager = None
self.video_repo = None
self.event_repo = None
self.keyframe_repo = None
# Initialize processing components β prefer shared models from main pipeline
self.object_detector = object_detector
if self.object_detector is None and self.config.enable_object_detection:
try:
self.object_detector = ObjectDetector(self.config)
logger.info("β
Object detection enabled for live stream (new instance)")
except Exception as e:
logger.warning(f"β οΈ Object detection initialization failed: {e}")
self.config.enable_object_detection = False
elif self.object_detector is not None:
logger.info("β
Object detection enabled for live stream (shared instance)")
self.behavior_analyzer = behavior_analyzer
if self.behavior_analyzer is None and getattr(self.config, 'enable_behavior_analysis', False):
try:
self.behavior_analyzer = BehaviorAnalysisIntegrator(self.config)
logger.info("β
Behavior analysis enabled for live stream (new instance)")
except Exception as e:
logger.warning(f"β οΈ Behavior analysis initialization failed: {e}")
self.config.enable_behavior_analysis = False
elif self.behavior_analyzer is not None:
logger.info("β
Behavior analysis enabled for live stream (shared instance)")
# General-purpose YOLO detector for person/car validation (Option B)
self.general_detector = None
try:
from ultralytics import YOLO as _YOLO
self.general_detector = _YOLO("yolov8n.pt")
logger.info("β
General YOLO detector (yolov8n) loaded for person/car validation")
except Exception as e:
logger.warning(f"β οΈ General YOLO detector not available: {e}")
# Initialize facial recognition if enabled
self.face_recognizer = None
if getattr(self.config, 'enable_facial_recognition', False):
try:
from facial_recognition import FacialRecognitionIntegrated
self.face_recognizer = FacialRecognitionIntegrated(self.config)
logger.info("β
Facial recognition enabled for live stream")
except Exception as e:
logger.warning(f"β οΈ Facial recognition initialization failed: {e}")
# Frame buffer for behavior analysis (needs 16 frames)
self.frame_buffer = []
self.buffer_size = 16
# Behavior analysis throttle β run at most once every N seconds
self.last_behavior_analysis_time = 0
self.behavior_analysis_interval = 7.0 # seconds between behavior analysis runs
# Motion detection
self.prev_frame_gray = None
self.motion_threshold = 25
# Real-time alert engine
self.alert_engine = None
if ALERTS_AVAILABLE:
try:
self.alert_engine = get_alert_engine()
self.alert_engine.load_flagged_persons()
logger.info("β
Real-time alert engine connected for live stream")
except Exception as e:
logger.warning(f"β οΈ Alert engine initialization failed: {e}")
# Statistics
self.stats = {
'frames_processed': 0,
'keyframes_extracted': 0,
'objects_detected': 0,
'behaviors_detected': 0,
'events_created': 0,
'alerts_generated': 0,
'start_time': None
}
logger.info(f"β
Live stream processor initialized for camera: {camera_id}")
def preprocess_frame(self, frame: np.ndarray) -> Optional[np.ndarray]:
"""
Preprocess frame: resize, enhance, check quality
Args:
frame: Input frame from camera
Returns:
Preprocessed frame or None if frame is too blurry
"""
if frame is None:
return None
# Resize to standard size for processing
target_size = (640, 640)
processed = cv2.resize(frame, target_size)
# Check for blur using Laplacian variance
gray = cv2.cvtColor(processed, cv2.COLOR_BGR2GRAY)
laplacian_var = cv2.Laplacian(gray, cv2.CV_64F).var()
# Skip blurry frames
if laplacian_var < 100:
return None
return processed
def detect_motion(self, frame_gray: np.ndarray) -> Tuple[bool, float]:
"""
Detect motion in frame
Args:
frame_gray: Grayscale frame
Returns:
(motion_detected, motion_score)
"""
if self.prev_frame_gray is None:
self.prev_frame_gray = frame_gray
return False, 0.0
diff = cv2.absdiff(self.prev_frame_gray, frame_gray)
self.prev_frame_gray = frame_gray
motion_score = np.sum(diff > self.motion_threshold)
motion_detected = motion_score > 5000
return motion_detected, float(motion_score)
def process_frame(self, frame: np.ndarray, timestamp: float) -> Dict[str, Any]:
"""
Process a single frame through the pipeline
Args:
frame: Input frame
timestamp: Frame timestamp in seconds
Returns:
Processing results dictionary
"""
results = {
'timestamp': timestamp,
'frame_count': self.frame_count,
'objects_detected': [],
'behaviors_detected': [],
'motion_detected': False,
'motion_score': 0.0,
'events': []
}
# Preprocess frame
processed_frame = self.preprocess_frame(frame)
if processed_frame is None:
return results
# Detect motion
gray = cv2.cvtColor(processed_frame, cv2.COLOR_BGR2GRAY)
motion_detected, motion_score = self.detect_motion(gray)
results['motion_detected'] = motion_detected
results['motion_score'] = motion_score
# Add to frame buffer for behavior analysis
self.frame_buffer.append(processed_frame.copy())
if len(self.frame_buffer) > self.buffer_size:
self.frame_buffer.pop(0)
# Object detection (run on every frame with motion, or periodically)
# For real-time display, we want detections to show immediately
should_run_detection = motion_detected or (self.frame_count % 30 == 0) # Every 30 frames or on motion
if self.object_detector and should_run_detection:
try:
# Create a temporary keyframe-like object
from core.video_processing import KeyframeResult, FrameData
frame_data = FrameData(
frame_path=None, # Live frame, no file path
timestamp=timestamp,
frame_number=self.frame_count,
quality_score=0.8,
motion_score=1.0 if motion_detected else 0.0,
burst_active=False,
enhancement_applied=False
)
keyframe = KeyframeResult(
frame_data=frame_data,
keyframe_score=0.8,
selection_reason='live_frame'
)
# Store frame temporarily for detection
import tempfile
temp_dir = tempfile.gettempdir()
temp_frame_path = os.path.join(temp_dir, f"live_frame_{self.camera_id}_{self.frame_count}.jpg")
cv2.imwrite(temp_frame_path, processed_frame)
keyframe.frame_data.frame_path = temp_frame_path
# Run object detection
detection_result = self.object_detector.detect_objects_in_keyframes([keyframe])
if detection_result and len(detection_result) > 0:
detections = detection_result[0]
if hasattr(detections, 'total_detections') and detections.total_detections > 0:
results['objects_detected'] = [
{
'class': det.class_name,
'confidence': float(det.confidence),
'bbox': det.bbox
}
for det in detections.detected_objects
]
self.stats['objects_detected'] += len(results['objects_detected'])
# Log detections in real-time
obj_classes = [obj['class'] for obj in results['objects_detected']]
logger.info(f"π― REAL-TIME DETECTION: {len(results['objects_detected'])} object(s) detected: {', '.join(obj_classes)} (frame {self.frame_count})")
# Generate real-time alerts for each detection
if self.alert_engine:
for det in results['objects_detected']:
alert = self.alert_engine.process_detection(
camera_id=self.camera_id,
detection_class=det['class'],
confidence=det['confidence'],
bounding_boxes=[det],
frame=processed_frame,
timestamp=timestamp,
video_id=f"live_{self.camera_id}",
)
if alert:
self.stats['alerts_generated'] = self.stats.get('alerts_generated', 0) + 1
# Clean up temp file
try:
os.remove(temp_frame_path)
except:
pass
except Exception as e:
logger.warning(f"Error in object detection: {e}")
# Behavior analysis (on frame buffer) - throttled to run every N seconds
# This ensures the model has enough varied frames to classify properly
# (e.g. detecting gun/fire/fight requires accumulated temporal context)
behavior_ready = (
self.behavior_analyzer
and len(self.frame_buffer) >= 16
and (time.time() - self.last_behavior_analysis_time >= self.behavior_analysis_interval)
)
if behavior_ready:
try:
# Use frame buffer method for live streams (no video file needed)
behavior_results = self.behavior_analyzer.detect_behavior_in_segment_from_buffer(
frame_buffer=self.frame_buffer,
start_time=timestamp - (len(self.frame_buffer) / 30.0), # Approximate start time
end_time=timestamp,
frame_indices=list(range(max(0, self.frame_count - len(self.frame_buffer) + 1), self.frame_count + 1))
)
self.last_behavior_analysis_time = time.time()
if behavior_results:
results['behaviors_detected'] = [
{
'behavior_type': r.behavior_detected, # Use behavior_type for consistency
'behavior': r.behavior_detected, # Keep both for compatibility
'confidence': float(r.confidence),
'model': r.model_used
}
for r in behavior_results
]
self.stats['behaviors_detected'] += len(results['behaviors_detected'])
# Log behaviors in real-time
behavior_types = [b['behavior_type'] for b in results['behaviors_detected']]
logger.info(f"π REAL-TIME BEHAVIOR: {len(results['behaviors_detected'])} behavior(s) detected: {', '.join(behavior_types)} (frame {self.frame_count})")
# Generate real-time alerts for each behavior
# Option B: validate fight/accident with YOLO person/car detection
if self.alert_engine:
for beh in results['behaviors_detected']:
btype = beh['behavior_type'].lower()
# Option B: fight requires 2+ persons close together
if btype in ('fighting', 'fight'):
valid, person_dets = self._validate_fight_with_yolo(processed_frame)
if not valid:
logger.info(f"π« Skipping fight alert β YOLO person check failed")
continue
# Include person bounding boxes in alert
beh['yolo_context'] = person_dets
# Option B: accident requires 2+ vehicles close together
elif btype in ('accident', 'road_accident'):
valid, vehicle_dets = self._validate_accident_with_yolo(processed_frame)
if not valid:
logger.info(f"π« Skipping accident alert β YOLO vehicle check failed")
continue
beh['yolo_context'] = vehicle_dets
alert = self.alert_engine.process_detection(
camera_id=self.camera_id,
detection_class=beh['behavior_type'],
confidence=beh['confidence'],
frame=processed_frame,
timestamp=timestamp,
video_id=f"live_{self.camera_id}",
)
if alert:
self.stats['alerts_generated'] = self.stats.get('alerts_generated', 0) + 1
except Exception as e:
logger.warning(f"Error in behavior analysis: {e}")
# Facial recognition on suspicious frames
if self.face_recognizer and (results['objects_detected'] or results['behaviors_detected']):
try:
# Process frame for facial recognition
face_results = self.face_recognizer.detect_faces_in_frame(
processed_frame,
timestamp=timestamp,
event_id=f"live_{self.camera_id}_{int(timestamp)}"
)
if face_results:
results['faces_detected'] = len(face_results)
# Check for suspicious person re-appearance
if self.alert_engine:
for face in face_results:
face_id = face.get('face_id') if isinstance(face, dict) else getattr(face, 'face_id', None)
match_score = face.get('confidence', 0.0) if isinstance(face, dict) else getattr(face, 'confidence_score', 0.0)
if face_id and match_score:
alert = self.alert_engine.process_suspicious_person(
camera_id=self.camera_id,
face_id=str(face_id),
face_match_score=float(match_score),
frame=processed_frame,
timestamp=timestamp,
)
if alert:
self.stats['alerts_generated'] = self.stats.get('alerts_generated', 0) + 1
except Exception as e:
logger.warning(f"Error in facial recognition: {e}")
return results
def save_keyframe(self, frame: np.ndarray, results: Dict[str, Any], timestamp: float) -> Optional[str]:
"""
Save keyframe to MinIO and MongoDB (matches uploaded video pipeline)
Args:
frame: Frame to save
results: Processing results
timestamp: Frame timestamp
Returns:
MinIO object path or None
"""
try:
# Encode frame as JPEG (same as uploaded video pipeline)
is_success, buffer = cv2.imencode('.jpg', frame, [cv2.IMWRITE_JPEG_QUALITY, 85])
if not is_success:
logger.warning(f"β οΈ Failed to encode frame {self.frame_count} as JPEG")
return None
frame_bytes = buffer.tobytes()
frame_size = len(frame_bytes)
# Generate object name (consistent with uploaded video pipeline)
timestamp_str = datetime.utcnow().strftime("%Y%m%d_%H%M%S_%f")
object_name = f"live/{self.camera_id}/{timestamp_str}.jpg"
# Upload to MinIO (same method as uploaded video pipeline)
minio_client = self.keyframe_repo.minio # Use minio client from keyframe repository
bucket = self.keyframe_repo.bucket # Use bucket from keyframe repository
logger.info(f"π€ Uploading keyframe to MinIO: {bucket}/{object_name} ({frame_size} bytes)")
# Use BytesIO for in-memory upload (same as uploaded video pipeline)
from io import BytesIO
frame_buffer = BytesIO(frame_bytes)
# Add metadata like uploaded video pipeline
metadata = {
"frame_index": str(self.frame_count),
"timestamp": str(timestamp),
"camera_id": self.camera_id,
"motion_detected": str(results.get('motion_detected', False)),
"motion_score": str(results.get('motion_score', 0.0))
}
minio_client.put_object(
bucket,
object_name,
frame_buffer,
length=frame_size,
content_type="image/jpeg",
metadata=metadata
)
logger.info(f"β
Uploaded keyframe to MinIO: {bucket}/{object_name}")
# Save to MongoDB (same as uploaded video pipeline)
keyframe_doc = {
"camera_id": self.camera_id,
"video_id": f"live_{self.camera_id}", # Use consistent video_id format
"timestamp": timestamp,
"timestamp_ms": int(timestamp * 1000),
"frame_index": self.frame_count,
"frame_number": self.frame_count, # Also include frame_number for consistency
"minio_path": object_name,
"minio_bucket": bucket,
"objects_detected": results.get('objects_detected', []),
"behaviors_detected": results.get('behaviors_detected', []),
"motion_detected": results.get('motion_detected', False),
"motion_score": results.get('motion_score', 0.0),
"created_at": datetime.utcnow()
}
# Use create_keyframe method (same as uploaded video pipeline)
keyframe_id = self.keyframe_repo.create_keyframe(keyframe_doc)
if keyframe_id:
logger.info(f"β
Saved keyframe metadata to MongoDB: {object_name} (ID: {keyframe_id})")
else:
logger.warning(f"β οΈ Failed to save keyframe metadata to MongoDB: {object_name}")
self.stats['keyframes_extracted'] += 1
# Return full path for URL generation
return f"{bucket}/{object_name}"
except Exception as e:
logger.error(f"β Error saving keyframe: {e}")
import traceback
logger.error(traceback.format_exc())
return None
def create_event(self, results: Dict[str, Any], start_time: float, end_time: float) -> Optional[str]:
"""
Create event from processing results (matches uploaded video pipeline)
Args:
results: Processing results
start_time: Event start time
end_time: Event end time
Returns:
Event ID or None
"""
try:
# Determine event type based on detections (same logic as uploaded video pipeline)
event_type = "motion"
if results.get('objects_detected'):
# Get the primary object class for event type
primary_object = results['objects_detected'][0].get('class', 'object')
event_type = f"object_detection_{primary_object}"
elif results.get('behaviors_detected'):
primary_behavior = results['behaviors_detected'][0].get('behavior_type', 'behavior')
event_type = f"behavior_detection_{primary_behavior}"
# Calculate confidence from detections (same as uploaded video pipeline)
confidences = []
if results.get('objects_detected'):
confidences.extend([float(r.get('confidence', 0.0)) for r in results['objects_detected']])
if results.get('behaviors_detected'):
confidences.extend([float(r.get('confidence', 0.0)) for r in results['behaviors_detected']])
max_confidence = max(confidences) if confidences else 0.0
# Build bounding boxes structure (same format as uploaded video pipeline)
bounding_boxes = {}
if results.get('objects_detected'):
bounding_boxes["detections"] = [
{
"class": det.get('class', 'unknown'),
"confidence": float(det.get('confidence', 0.0)),
"bbox": [float(x) for x in det.get('bbox', [0, 0, 0, 0])],
"timestamp": float(start_time),
"model": det.get('detection_model', 'fire' if det.get('class') == 'fire' else 'weapon')
}
for det in results['objects_detected']
]
# Create event document (matches uploaded video pipeline schema)
event_doc = {
"event_id": f"live_{self.camera_id}_{int(start_time)}_{uuid.uuid4().hex[:8]}",
"camera_id": self.camera_id,
"video_id": f"live_{self.camera_id}", # Use camera_id as video_id for live streams
"event_type": event_type,
"start_timestamp": start_time,
"end_timestamp": end_time,
"start_timestamp_ms": int(start_time * 1000),
"end_timestamp_ms": int(end_time * 1000),
"confidence": max_confidence,
"confidence_score": max_confidence, # Also include confidence_score for schema compliance
"description": f"Live stream event: {event_type} detected",
"bounding_boxes": bounding_boxes,
"metadata": {
"camera_id": self.camera_id,
"objects_detected": results.get('objects_detected', []),
"behaviors_detected": results.get('behaviors_detected', []),
"motion_score": results.get('motion_score', 0.0),
"source": "live_stream"
}
}
logger.info(f"π Creating event: {event_type} (confidence: {max_confidence:.2f})")
event_id = self.event_repo.create_event(event_doc)
if event_id:
logger.info(f"β
Created event in MongoDB: {event_doc['event_id']} (MongoDB ID: {event_id})")
self.stats['events_created'] += 1
else:
logger.warning(f"β οΈ Failed to create event in MongoDB: {event_doc['event_id']}")
return event_id
except Exception as e:
logger.error(f"β Error creating event: {e}")
import traceback
logger.error(traceback.format_exc())
return None
def _validate_fight_with_yolo(self, frame: np.ndarray) -> Tuple[bool, List[Dict]]:
"""
Option B: Validate fighting detection by checking for 2+ persons close together.
Uses general YOLO (yolov8n) to detect persons (COCO class 0).
Returns:
(is_valid, person_detections) β True if 2+ persons are near each other
"""
if self.general_detector is None:
# No general detector β allow the detection anyway
return True, []
try:
results = self.general_detector(frame, conf=0.35, verbose=False)
persons = []
for r in results:
for box in r.boxes:
cls_id = int(box.cls)
if cls_id == 0: # person
x1, y1, x2, y2 = box.xyxy[0].tolist()
persons.append({
'class': 'person', 'confidence': float(box.conf),
'bbox': [x1, y1, x2, y2],
'center': ((x1 + x2) / 2, (y1 + y2) / 2)
})
if len(persons) < 2:
logger.info(f"π« Fight validation failed: only {len(persons)} person(s) detected, need 2+")
return False, persons
# Check proximity: any pair of persons with overlapping/close bounding boxes
for i in range(len(persons)):
for j in range(i + 1, len(persons)):
if self._boxes_are_close(persons[i]['bbox'], persons[j]['bbox'], frame.shape):
logger.info(f"β
Fight validation passed: {len(persons)} persons, pair ({i},{j}) close together")
return True, persons
logger.info(f"π« Fight validation failed: {len(persons)} persons but none close together")
return False, persons
except Exception as e:
logger.warning(f"β οΈ Fight YOLO validation error: {e}")
return True, [] # On error, allow detection
def _validate_accident_with_yolo(self, frame: np.ndarray) -> Tuple[bool, List[Dict]]:
"""
Option B: Validate accident detection by checking for 2+ vehicles close together.
Uses general YOLO (yolov8n) to detect cars/trucks/buses (COCO classes 2,5,7).
Returns:
(is_valid, vehicle_detections) β True if 2+ vehicles are near each other
"""
if self.general_detector is None:
return True, []
try:
results = self.general_detector(frame, conf=0.35, verbose=False)
vehicles = []
vehicle_classes = {2: 'car', 3: 'motorcycle', 5: 'bus', 7: 'truck'}
for r in results:
for box in r.boxes:
cls_id = int(box.cls)
if cls_id in vehicle_classes:
x1, y1, x2, y2 = box.xyxy[0].tolist()
vehicles.append({
'class': vehicle_classes[cls_id], 'confidence': float(box.conf),
'bbox': [x1, y1, x2, y2],
'center': ((x1 + x2) / 2, (y1 + y2) / 2)
})
if len(vehicles) < 2:
logger.info(f"π« Accident validation failed: only {len(vehicles)} vehicle(s) detected, need 2+")
return False, vehicles
for i in range(len(vehicles)):
for j in range(i + 1, len(vehicles)):
if self._boxes_are_close(vehicles[i]['bbox'], vehicles[j]['bbox'], frame.shape):
logger.info(f"β
Accident validation passed: {len(vehicles)} vehicles, pair ({i},{j}) close together")
return True, vehicles
logger.info(f"π« Accident validation failed: {len(vehicles)} vehicles but none close together")
return False, vehicles
except Exception as e:
logger.warning(f"β οΈ Accident YOLO validation error: {e}")
return True, []
@staticmethod
def _boxes_are_close(bbox1: List[float], bbox2: List[float], frame_shape: tuple,
overlap_threshold: float = 0.0, distance_ratio: float = 0.15) -> bool:
"""
Check if two bounding boxes are close/touching/overlapping.
Args:
bbox1, bbox2: [x1, y1, x2, y2]
frame_shape: (height, width, channels)
overlap_threshold: IoU threshold (0 = any overlap counts)
distance_ratio: max gap as fraction of frame diagonal for 'close'
Returns:
True if boxes overlap or are very close
"""
x1a, y1a, x2a, y2a = bbox1
x1b, y1b, x2b, y2b = bbox2
# Check overlap (IoU > 0)
ix1 = max(x1a, x1b); iy1 = max(y1a, y1b)
ix2 = min(x2a, x2b); iy2 = min(y2a, y2b)
if ix2 > ix1 and iy2 > iy1:
return True # Boxes overlap
# Check distance between closest edges
dx = max(0, max(x1a, x1b) - min(x2a, x2b))
dy = max(0, max(y1a, y1b) - min(y2a, y2b))
distance = (dx ** 2 + dy ** 2) ** 0.5
diag = (frame_shape[0] ** 2 + frame_shape[1] ** 2) ** 0.5
return distance < (diag * distance_ratio)
def process_single_frame(self, frame: np.ndarray) -> Dict[str, Any]:
"""
Process a single frame sent from the browser webcam.
Computes elapsed timestamp automatically.
"""
if self.stats.get('start_time'):
timestamp = time.time() - self.stats['start_time']
else:
timestamp = 0.0
return self.process_frame(frame, timestamp)
def generate_frames(self, camera_index: int = 0, stream_url: str = None):
"""
Generator function for video frames with processing
Args:
camera_index: Camera device index (0 for default webcam)
stream_url: Optional RTSP/HTTP stream URL (takes priority over camera_index)
Yields:
Processed frame bytes for streaming
"""
# Release any existing camera connection
if self.cap is not None:
try:
self.cap.release()
except:
pass
# Determine source: stream URL or local camera
source = stream_url if stream_url else camera_index
source_label = stream_url if stream_url else f"camera {camera_index}"
# Try to open camera/stream with retries
max_retries = 3
self.cap = None
for attempt in range(max_retries):
try:
logger.info(f"Attempting to open {source_label} (attempt {attempt + 1}/{max_retries})")
self.cap = cv2.VideoCapture(source)
# Give camera time to initialize
time.sleep(0.5)
if self.cap.isOpened():
# Test if we can actually read a frame
ret, test_frame = self.cap.read()
if ret and test_frame is not None:
logger.info(f"β
Successfully opened {source_label}")
break
else:
logger.warning(f"{source_label} opened but cannot read frames")
self.cap.release()
self.cap = None
else:
logger.warning(f"{source_label} failed to open")
if self.cap:
self.cap.release()
self.cap = None
except Exception as e:
logger.error(f"Error opening {source_label}: {e}")
if self.cap:
try:
self.cap.release()
except:
pass
self.cap = None
if self.cap is None or not self.cap.isOpened():
if stream_url:
error_msg = f"β Could not connect to stream: {stream_url}"
else:
error_msg = (
f"β No camera available (index {camera_index}).\n"
"The server has no physical webcam.\n"
"Use an RTSP/HTTP stream URL instead."
)
logger.error(error_msg)
# Yield an error frame
error_frame = self._create_error_frame(error_msg)
ret, buffer = cv2.imencode('.jpg', error_frame)
if ret:
yield (b'--frame\r\n'
b'Content-Type: image/jpeg\r\n\r\n' + buffer.tobytes() + b'\r\n')
return
# Set camera properties
try:
self.cap.set(cv2.CAP_PROP_FRAME_WIDTH, 640)
self.cap.set(cv2.CAP_PROP_FRAME_HEIGHT, 480)
self.cap.set(cv2.CAP_PROP_FPS, 30)
# Set buffer size to reduce latency
self.cap.set(cv2.CAP_PROP_BUFFERSIZE, 1)
except Exception as e:
logger.warning(f"Could not set camera properties: {e}")
self.is_processing = True
self.stats['start_time'] = time.time()
self.frame_count = 0
self.last_keyframe_time = time.time()
logger.info(f"π₯ Started live stream processing for camera {camera_index}")
logger.info(f"π Camera properties: {self.cap.get(cv2.CAP_PROP_FRAME_WIDTH)}x{self.cap.get(cv2.CAP_PROP_FRAME_HEIGHT)} @ {self.cap.get(cv2.CAP_PROP_FPS)} FPS")
logger.info(f"π Entering frame generation loop...")
current_event_start = None
event_results = None
try:
consecutive_failures = 0
max_failures = 10
while self.is_processing:
ret, frame = self.cap.read()
if not ret or frame is None:
consecutive_failures += 1
if consecutive_failures >= max_failures:
logger.error(f"β Failed to read {max_failures} consecutive frames from camera")
break
logger.warning(f"β οΈ Failed to read frame from camera (failure {consecutive_failures}/{max_failures})")
time.sleep(0.1) # Brief pause before retry
continue
consecutive_failures = 0 # Reset on success
self.frame_count += 1
self.stats['frames_processed'] += 1
if self.frame_count == 1:
logger.info(f"β
Successfully read first frame! Frame shape: {frame.shape}")
current_time = time.time()
timestamp = current_time - self.stats['start_time']
# Process frame
results = self.process_frame(frame, timestamp)
# Extract keyframe periodically or on significant events
should_extract_keyframe = (
(current_time - self.last_keyframe_time >= self.keyframe_interval) or
results.get('objects_detected') or
results.get('behaviors_detected')
)
if should_extract_keyframe:
self.save_keyframe(frame, results, timestamp)
self.last_keyframe_time = current_time
# Track events
if results.get('objects_detected') or results.get('behaviors_detected'):
if current_event_start is None:
current_event_start = timestamp
event_results = results
else:
# Update event results
event_results['objects_detected'].extend(results.get('objects_detected', []))
event_results['behaviors_detected'].extend(results.get('behaviors_detected', []))
else:
# End event if it exists
if current_event_start is not None:
self.create_event(event_results, current_event_start, timestamp)
current_event_start = None
event_results = None
# Draw annotations on frame
annotated_frame = self.annotate_frame(frame, results)
# Encode frame for streaming
ret, buffer = cv2.imencode('.jpg', annotated_frame, [cv2.IMWRITE_JPEG_QUALITY, 85])
if ret:
frame_bytes = buffer.tobytes()
if self.frame_count % 30 == 0: # Log every 30 frames
logger.debug(f"πΉ Yielding frame {self.frame_count} ({len(frame_bytes)} bytes)")
yield (b'--frame\r\n'
b'Content-Type: image/jpeg\r\n\r\n' + frame_bytes + b'\r\n')
else:
logger.warning(f"β οΈ Failed to encode frame {self.frame_count}")
# Small delay to control frame rate
time.sleep(0.033) # ~30 FPS
except Exception as e:
logger.error(f"Error in frame generation: {e}")
import traceback
logger.error(traceback.format_exc())
finally:
self.stop()
def _create_error_frame(self, error_message: str) -> np.ndarray:
"""Create an error frame to display when camera fails"""
frame = np.zeros((480, 640, 3), dtype=np.uint8)
frame.fill(20) # Dark background
# Add error text
font = cv2.FONT_HERSHEY_SIMPLEX
text = "Camera Error"
text_size = cv2.getTextSize(text, font, 1, 2)[0]
text_x = (640 - text_size[0]) // 2
text_y = 200
cv2.putText(frame, text, (text_x, text_y), font, 1, (0, 0, 255), 2)
# Add error message (split if too long)
msg_lines = error_message.split(' ')
line = ""
y_offset = 250
for word in msg_lines:
test_line = line + word + " "
test_size = cv2.getTextSize(test_line, font, 0.6, 1)[0]
if test_size[0] > 600:
cv2.putText(frame, line, (20, y_offset), font, 0.6, (255, 255, 255), 1)
line = word + " "
y_offset += 30
else:
line = test_line
if line:
cv2.putText(frame, line, (20, y_offset), font, 0.6, (255, 255, 255), 1)
return frame
def annotate_frame(self, frame: np.ndarray, results: Dict[str, Any]) -> np.ndarray:
"""
Draw annotations on frame (detections, behaviors, etc.) - matches uploaded video pipeline
Args:
frame: Input frame
results: Processing results
Returns:
Annotated frame
"""
annotated = frame.copy()
# Draw object detections with color coding (same as uploaded video pipeline)
for obj in results.get('objects_detected', []):
bbox = obj.get('bbox', [0, 0, 100, 100])
class_name = obj.get('class', 'object')
confidence = float(obj.get('confidence', 0.0))
x1, y1, x2, y2 = map(int, bbox)
# Color coding based on object class (same as uploaded video pipeline)
color_map = {
'fire': (255, 255, 0), # Cyan/Blue (BGR)
'knife': (0, 255, 255), # Yellow (BGR)
'gun': (0, 255, 0), # Green (BGR)
'smoke': (128, 128, 128) # Gray (BGR)
}
color = color_map.get(class_name.lower(), (0, 0, 255)) # Default red
# Draw bounding box with thicker line for visibility
cv2.rectangle(annotated, (x1, y1), (x2, y2), color, 3)
# Draw label with background (same style as uploaded video pipeline)
label = f"{class_name}: {confidence:.2f}"
font = cv2.FONT_HERSHEY_SIMPLEX
font_scale = 0.6
thickness = 2
label_size, baseline = cv2.getTextSize(label, font, font_scale, thickness)
# Draw label background
cv2.rectangle(annotated,
(x1, y1 - label_size[1] - 10),
(x1 + label_size[0], y1),
color, -1)
# Draw label text
cv2.putText(annotated, label, (x1, y1 - 5),
font, font_scale, (255, 255, 255), thickness)
# Draw behavior detections (same style as uploaded video pipeline)
behavior_y_offset = 30
for behavior in results.get('behaviors_detected', []):
behavior_type = behavior.get('behavior_type', behavior.get('behavior', 'unknown'))
confidence = float(behavior.get('confidence', 0.0))
label = f"{behavior_type.upper()}: {confidence:.2f}"
# Color coding for behaviors
behavior_colors = {
'fighting': (0, 0, 255), # Red
'road_accident': (0, 165, 255), # Orange
'wallclimb': (255, 0, 255) # Magenta
}
behavior_color = behavior_colors.get(behavior_type.lower(), (0, 255, 0)) # Default green
# Draw behavior label with background
font = cv2.FONT_HERSHEY_SIMPLEX
font_scale = 0.7
thickness = 2
label_size, baseline = cv2.getTextSize(label, font, font_scale, thickness)
# Background for behavior label
cv2.rectangle(annotated,
(10, behavior_y_offset - label_size[1] - 5),
(10 + label_size[0], behavior_y_offset + 5),
behavior_color, -1)
cv2.putText(annotated, label, (10, behavior_y_offset),
font, font_scale, (255, 255, 255), thickness)
behavior_y_offset += 35
# Draw motion indicator (if motion detected)
if results.get('motion_detected'):
motion_label = f"MOTION: {results.get('motion_score', 0.0):.0f}"
cv2.putText(annotated, motion_label, (10, behavior_y_offset),
cv2.FONT_HERSHEY_SIMPLEX, 0.6, (255, 255, 0), 2)
behavior_y_offset += 30
# Draw face detection indicator
if results.get('faces_detected', 0) > 0:
face_label = f"FACES: {results['faces_detected']}"
cv2.putText(annotated, face_label, (10, behavior_y_offset),
cv2.FONT_HERSHEY_SIMPLEX, 0.6, (255, 192, 203), 2)
behavior_y_offset += 30
# Draw stats at bottom (same as uploaded video pipeline)
stats_text = f"Frame: {self.frame_count} | Objects: {len(results.get('objects_detected', []))} | Events: {self.stats['events_created']}"
cv2.putText(annotated, stats_text, (10, annotated.shape[0] - 10),
cv2.FONT_HERSHEY_SIMPLEX, 0.5, (255, 255, 255), 1)
return annotated
def stop(self):
"""Stop processing and release resources"""
self.is_processing = False
if self.cap:
self.cap.release()
logger.info("π Live stream processing stopped")
def get_stats(self) -> Dict[str, Any]:
"""Get processing statistics"""
runtime = time.time() - self.stats['start_time'] if self.stats['start_time'] else 0
return {
**self.stats,
'runtime_seconds': runtime,
'fps': self.stats['frames_processed'] / runtime if runtime > 0 else 0,
'is_processing': self.is_processing
}
# Global processor instances (one per camera)
_live_processors = {}
def get_live_processor(camera_id: str = "webcam_01", config: VideoProcessingConfig = None,
object_detector=None, behavior_analyzer=None) -> LiveStreamProcessor:
"""Get or create a live stream processor for a camera.
If object_detector / behavior_analyzer are provided they will be
shared with the processor (avoids loading models twice).
"""
if camera_id not in _live_processors:
_live_processors[camera_id] = LiveStreamProcessor(
config, camera_id,
object_detector=object_detector,
behavior_analyzer=behavior_analyzer
)
else:
# If processor already exists but doesn't have models yet, inject them
proc = _live_processors[camera_id]
if proc.object_detector is None and object_detector is not None:
proc.object_detector = object_detector
logger.info("β
Injected shared object detector into existing live processor")
if proc.behavior_analyzer is None and behavior_analyzer is not None:
proc.behavior_analyzer = behavior_analyzer
logger.info("β
Injected shared behavior analyzer into existing live processor")
return _live_processors[camera_id]
def stop_live_processor(camera_id: str):
"""Stop and remove a live stream processor"""
if camera_id in _live_processors:
_live_processors[camera_id].stop()
del _live_processors[camera_id]
|