Spaces:
Sleeping
Sleeping
File size: 100,226 Bytes
fd50325 b2f22b1 fd50325 b2f22b1 fd50325 b2f22b1 fd50325 2278049 | 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 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 | """
Database-Integrated Video Processing Service
This service integrates the existing video processing pipeline with MongoDB and MinIO storage.
It replaces local file storage with database persistence while maintaining all processing capabilities.
"""
import os
import cv2
import time
import threading
from typing import Dict, List, Any, Optional
from datetime import datetime
import logging
import uuid
import json
# Import existing processing components
from config import VideoProcessingConfig
from main_pipeline import CompleteVideoProcessingPipeline
from core.video_processing import OptimizedVideoProcessor
from object_detection import ObjectDetector
from behavior_analysis_integrator import BehaviorAnalysisIntegrator
from event_aggregation import EventDetector
from video_segmentation import VideoSegmentationEngine
# Import database components
from database.config import DatabaseManager
from database.repositories import VideoRepository, EventRepository
from database.keyframe_repository import KeyframeRepository
from database.video_compression_service import VideoCompressionService
from database.models import (
convert_numpy_types,
seconds_to_milliseconds,
milliseconds_to_seconds,
prepare_for_mongodb
)
logger = logging.getLogger(__name__)
class DatabaseIntegratedVideoService:
"""Enhanced video processing service with database integration"""
def __init__(self, config: VideoProcessingConfig = None):
"""Initialize service with database connections and processing components"""
self.config = config or VideoProcessingConfig()
# Initialize database connections
self.db_manager = DatabaseManager()
# Initialize repositories (including keyframe and compression)
self.video_repo = VideoRepository(self.db_manager)
self.event_repo = EventRepository(self.db_manager)
self.keyframe_repo = KeyframeRepository(self.db_manager)
self.compression_service = VideoCompressionService(self.db_manager, self.config)
# Initialize processing components
self.video_processor = OptimizedVideoProcessor(self.config)
self.event_detector = EventDetector(self.config)
self.segmentation_engine = VideoSegmentationEngine(self.config)
# Initialize object detector if enabled
self.object_detector = None
if self.config.enable_object_detection:
try:
self.object_detector = ObjectDetector(self.config)
logger.info("β
Object detection enabled")
except Exception as e:
logger.warning(f"β οΈ Object detection initialization failed: {e}")
self.config.enable_object_detection = False
# Initialize behavior analyzer if enabled
self.behavior_analyzer = None
if getattr(self.config, 'enable_behavior_analysis', False):
try:
self.behavior_analyzer = BehaviorAnalysisIntegrator(self.config)
logger.info("β
Behavior analysis enabled")
except Exception as e:
logger.warning(f"β οΈ Behavior analysis initialization failed: {e}")
self.config.enable_behavior_analysis = False
# Initialize video captioning if enabled
self.video_captioning = None
if getattr(self.config, 'enable_video_captioning', False):
try:
from video_captioning_integrator import VideoCaptioningIntegrator
self.video_captioning = VideoCaptioningIntegrator(self.config, db_manager=self.db_manager)
logger.info("β
Video captioning enabled (MongoDB + FAISS)")
except Exception as e:
logger.warning(f"β οΈ Video captioning initialization failed: {e}")
self.config.enable_video_captioning = False
logger.info("β
Database-integrated video service initialized")
def process_video_with_database_storage(self, video_path: str, video_id: str, user_id: str = None):
"""
Main processing pipeline with database integration
Args:
video_path: Path to uploaded video file
video_id: Unique identifier for the video
user_id: Optional user identifier
"""
logger.info(f"π Starting database-integrated processing for video: {video_id}")
try:
# Check if MongoDB record already exists (created during upload)
existing_video = self.video_repo.get_video_by_id(video_id)
if not existing_video:
logger.warning(f"β οΈ Video record not found in MongoDB for {video_id}, creating now...")
# Fallback: create record if it doesn't exist
video_metadata = self._extract_video_metadata(video_path)
video_record = {
"video_id": video_id,
"user_id": user_id or "system",
"file_path": f"videos/{video_id}/video.mp4",
"minio_object_key": f"original/{video_id}/video.mp4",
"minio_bucket": self.video_repo.video_bucket,
"codec": "h264",
"fps": float(video_metadata.get("fps", 30.0)),
"upload_date": datetime.utcnow(),
"duration_secs": int(video_metadata.get("duration", 0)),
"file_size_bytes": int(video_metadata.get("file_size", 0)),
"meta_data": {
"filename": os.path.basename(video_path),
"resolution": video_metadata.get("resolution"),
"processing_status": "processing",
"processing_progress": 0,
"processing_message": "Starting processing..."
}
}
self.video_repo.create_video_record(video_record)
else:
logger.info(f"β
MongoDB record already exists for {video_id}, proceeding with processing...")
# Update status: processing started
self.video_repo.update_metadata(video_id, {
"processing_status": "processing",
"processing_progress": 10,
"processing_message": "Starting video processing pipeline..."
})
# Step 1: Extract keyframes and upload to MinIO
self.video_repo.update_metadata(video_id, {
"processing_progress": 15,
"processing_message": "Extracting and uploading keyframes..."
})
keyframes = self.video_processor.extract_keyframes(video_path)
# Process keyframes directly for MinIO upload
keyframe_batch = []
for kf in keyframes:
frame_data = kf.frame_data if hasattr(kf, 'frame_data') else kf
# Extract keyframe information consistently
keyframe_info = {
'frame_path': frame_data.frame_path if hasattr(frame_data, 'frame_path') else None,
'frame_number': frame_data.frame_number if hasattr(frame_data, 'frame_number') else 0,
'timestamp': frame_data.timestamp if hasattr(frame_data, 'timestamp') else 0.0,
'enhancement_applied': frame_data.enhancement_applied if hasattr(frame_data, 'enhancement_applied') else False
}
# If we have a numpy frame directly, we might need to save it to a file first
if hasattr(frame_data, 'frame') and frame_data.frame is not None:
# Save numpy array to temporary file for upload
import tempfile
import cv2
import numpy as np
with tempfile.NamedTemporaryFile(suffix='.jpg', delete=False) as temp_file:
temp_path = temp_file.name
cv2.imwrite(temp_path, cv2.cvtColor(frame_data.frame, cv2.COLOR_RGB2BGR))
keyframe_info['frame_path'] = temp_path
keyframe_batch.append(keyframe_info)
# Process and upload keyframes to MinIO
logger.info(f"Uploading {len(keyframe_batch)} keyframes to MinIO...")
keyframe_info = []
for idx, kf_info in enumerate(keyframe_batch):
frame_path = kf_info.get('frame_path')
if frame_path and os.path.exists(frame_path):
try:
# Create MinIO path
frame_number = kf_info.get('frame_number', idx)
timestamp = kf_info.get('timestamp', 0.0)
minio_path = f"{video_id}/keyframes/frame_{frame_number:06d}.jpg"
# Upload to MinIO with metadata
with open(frame_path, 'rb') as f:
file_size = os.path.getsize(frame_path)
metadata = {
"frame_number": str(frame_number),
"timestamp": str(timestamp),
"enhancement_applied": str(kf_info.get('enhancement_applied', False))
}
self.keyframe_repo.minio.put_object(
self.keyframe_repo.bucket,
minio_path,
f,
file_size,
content_type='image/jpeg',
metadata=metadata
)
keyframe_info.append({
"frame_number": frame_number,
"timestamp": timestamp,
"minio_path": minio_path,
"size_bytes": file_size,
"uploaded_at": datetime.utcnow().isoformat()
})
except Exception as e:
logger.error(f"Failed to upload keyframe {frame_path}: {e}")
continue
if (idx + 1) % 10 == 0:
logger.info(f"Uploaded {idx + 1}/{len(keyframe_batch)} keyframes")
# Step 2: Update MongoDB with keyframe MinIO paths (link metadata)
# Store each keyframe's MinIO path in MongoDB metadata
keyframe_metadata = []
for kf in keyframe_info:
keyframe_metadata.append({
"frame_number": kf["frame_number"],
"timestamp": kf["timestamp"],
"minio_path": kf["minio_path"],
"minio_bucket": self.keyframe_repo.bucket,
"size_bytes": kf["size_bytes"],
"uploaded_at": kf["uploaded_at"]
})
# Update video metadata with keyframe information and MinIO links
self.video_repo.update_metadata(video_id, {
"keyframe_info": keyframe_metadata, # Full metadata with MinIO paths
"keyframe_count": len(keyframe_info),
"keyframe_bucket": self.keyframe_repo.bucket,
"keyframes_minio_paths": [kf["minio_path"] for kf in keyframe_info], # Quick access list
"upload_stats": {
"total_frames": len(keyframe_batch),
"uploaded_frames": len(keyframe_info),
"upload_completed": datetime.utcnow().isoformat()
}
})
logger.info(f"β
Uploaded {len(keyframe_info)} keyframes to MinIO and linked in MongoDB")
# Enrich original keyframe objects with MinIO metadata for downstream processing
# This ensures video captioning and other modules can access MinIO paths
for idx, kf in enumerate(keyframes):
if idx < len(keyframe_metadata):
kf_meta = keyframe_metadata[idx]
# Add MinIO metadata to keyframe object
if hasattr(kf, 'frame_data'):
kf.frame_data.minio_path = kf_meta['minio_path']
kf.frame_data.minio_bucket = kf_meta['minio_bucket']
else:
kf.minio_path = kf_meta['minio_path']
kf.minio_bucket = kf_meta['minio_bucket']
logger.info(f"β
Enriched {len(keyframes)} keyframe objects with MinIO metadata")
# Step 2: Generate compressed video and upload to MinIO (MOVED UP - Priority for playback)
compressed_minio_path = None
if self.config.generate_compressed_video:
self.video_repo.update_metadata(video_id, {
"processing_progress": 20,
"processing_message": "Generating and uploading compressed video..."
})
logger.info("π¦ ===== STARTING VIDEO COMPRESSION (PRIORITY) ===== ")
compressed_minio_path = self._generate_compressed_video(video_path, video_id)
if compressed_minio_path:
logger.info(f"β
Compressed video uploaded to MinIO: {compressed_minio_path}")
# Update metadata immediately so video is playable
self.video_repo.update_metadata(video_id, {
"minio_compressed_path": compressed_minio_path
})
self.video_repo.collection.update_one(
{"video_id": video_id},
{"$set": {"meta_data.minio_compressed_path": compressed_minio_path}}
)
else:
logger.warning("β οΈ Video compression failed, continuing with other processing")
# Step 3: Object detection (if enabled)
detection_results = []
if self.config.enable_object_detection and self.object_detector:
self.video_repo.update_metadata(video_id, {
"processing_progress": 40,
"processing_message": "Running object detection..."
})
detection_results = self._run_object_detection_on_keyframes(
video_id, keyframes
)
# Step 4: Behavior analysis (if enabled)
behavior_results = []
behavior_events = []
if self.config.enable_behavior_analysis and self.behavior_analyzer:
self.video_repo.update_metadata(video_id, {
"processing_progress": 55,
"processing_message": "Running behavior analysis (fight/accident/climbing detection)..."
})
logger.info("π ===== STARTING BEHAVIOR ANALYSIS ===== ")
logger.info(f"πΉ Processing video: {video_path}")
logger.info(f"π§ Available models: {list(self.behavior_analyzer.models.keys())}")
# Pass video_path for 3D-ResNet models (fighting, road_accident) which need 16-frame clips
behavior_results, behavior_events = self.behavior_analyzer.process_keyframes_with_behavior_analysis(keyframes, video_path=video_path)
# Store behavior detections in keyframes
for i, keyframe in enumerate(keyframes):
frame_path = keyframe.frame_data.frame_path if hasattr(keyframe, 'frame_data') else None
timestamp = keyframe.frame_data.timestamp if hasattr(keyframe, 'frame_data') else 0
# Find behavior detections for this frame
frame_behaviors = [r for r in behavior_results if r.frame_path == frame_path and abs(r.timestamp - timestamp) < 0.1]
if frame_behaviors:
for behavior in frame_behaviors:
if not hasattr(keyframe, 'behaviors'):
keyframe.behaviors = []
keyframe.behaviors.append({
"type": behavior.behavior_detected,
"confidence": behavior.confidence,
"model": behavior.model_used,
"timestamp": behavior.timestamp
})
logger.info(f"β
Behavior analysis complete: {len(behavior_results)} detections, {len(behavior_events)} events")
# Step 5: Event detection and aggregation
self.video_repo.update_metadata(video_id, {
"processing_progress": 70,
"processing_message": "Detecting and aggregating events..."
})
# Create events from object detections
event_ids = []
object_events = []
if detection_results:
object_events = self._create_object_events_from_detections(detection_results)
# Save events using EventRepository
for event in object_events:
event['video_id'] = video_id # Add video_id to event data
event_id = self.event_repo.save_event(event)
event_ids.append(event_id)
# Create and save events from behavior analysis
if behavior_events:
logger.info(f"π
Creating {len(behavior_events)} behavior-based events...")
for behavior_event in behavior_events:
event_dict = {
"video_id": video_id,
"event_type": f"behavior_{behavior_event.behavior_type}",
"start_timestamp": behavior_event.start_timestamp,
"end_timestamp": behavior_event.end_timestamp,
"confidence_score": float(behavior_event.confidence),
"keyframes": behavior_event.keyframes,
"importance_score": float(behavior_event.importance_score),
"description": f"{behavior_event.behavior_type.capitalize()} behavior detected",
"detection_data": {
"model_used": behavior_event.model_used,
"frame_indices": behavior_event.frame_indices,
"behavior_type": behavior_event.behavior_type
}
}
try:
event_id = self.event_repo.save_event(event_dict)
event_ids.append(event_id)
logger.info(f"β
Saved behavior event: {behavior_event.behavior_type} at {behavior_event.start_timestamp:.1f}s")
except Exception as e:
logger.error(f"β Failed to save behavior event: {e}")
# Step 5.5: Run facial recognition on frames with detections (if enabled)
face_results = []
if self.config.enable_facial_recognition and (detection_results or behavior_results) and event_ids:
self.video_repo.update_metadata(video_id, {
"processing_progress": 75,
"processing_message": "Running facial recognition on suspicious frames..."
})
try:
from facial_recognition import FacialRecognitionIntegrated
face_detector = FacialRecognitionIntegrated(self.config)
# Get frames that have detections for facial recognition
frames_with_detections = []
for i, keyframe in enumerate(keyframes):
frame_data = keyframe.frame_data if hasattr(keyframe, 'frame_data') else keyframe
frame_path = (
frame_data.frame_path if hasattr(frame_data, 'frame_path')
else getattr(frame_data, 'path', None)
)
timestamp = (
frame_data.timestamp if hasattr(frame_data, 'timestamp')
else getattr(frame_data, 'timestamp', 0.0)
)
# Check if this frame has object detections
has_object_detection = any(
abs(d['frame_timestamp'] - timestamp) < 0.5
for d in detection_results
)
# Check if this frame has behavior detections
has_behavior_detection = any(
abs(b.timestamp - timestamp) < 0.5 and b.behavior_detected != "no_action"
for b in behavior_results
)
if (has_object_detection or has_behavior_detection) and frame_path and os.path.exists(frame_path):
frames_with_detections.append((frame_path, timestamp))
# Run facial recognition on suspicious frames
for frame_path, timestamp in frames_with_detections:
try:
# Find associated event_id for this timestamp
associated_event_id = None
for event_id, event in zip(event_ids, object_events):
if (event.get('start_timestamp', 0) <= timestamp <=
event.get('end_timestamp', float('inf'))):
associated_event_id = event_id
break
if not associated_event_id and event_ids:
associated_event_id = event_ids[0] # Fallback to first event
# Detect faces in frame
face_result = face_detector.detect_faces_in_frame(frame_path, timestamp)
# Convert FaceDetectionResult to list of face info dictionaries
if face_result and face_result.faces_detected > 0:
# Extract face information from FaceDetectionResult
for i in range(face_result.faces_detected):
face_id = face_result.detected_face_ids[i] if face_result.detected_face_ids and i < len(face_result.detected_face_ids) else f"face_{uuid.uuid4().hex[:8]}"
bounding_box = face_result.face_bounding_boxes[i] if i < len(face_result.face_bounding_boxes) else [0, 0, 0, 0]
confidence = face_result.face_confidence_scores[i] if i < len(face_result.face_confidence_scores) else 0.0
matched_person = face_result.matched_persons[i] if face_result.matched_persons and i < len(face_result.matched_persons) else None
# Construct face_info dictionary
face_info = {
'face_id': face_id,
'bounding_box': bounding_box,
'confidence': confidence,
'person_name': matched_person.split('(')[0].strip() if matched_person else None,
'face_image_path': None # Will be set if saved
}
# Try to get face image path from MongoDB if it was saved
try:
faces_collection = self.db_manager.db.detected_faces
existing_face = faces_collection.find_one({'face_id': face_id})
if existing_face:
face_info['face_image_path'] = existing_face.get('face_image_path')
except:
pass
# Get frame number from frame path if possible
frame_number = 0
try:
# Try to extract frame number from frame_path
import re
frame_match = re.search(r'frame_(\d+)', frame_path)
if frame_match:
frame_number = int(frame_match.group(1))
else:
# Estimate from timestamp (assuming 30 fps)
frame_number = int(timestamp * 30)
except:
frame_number = int(timestamp * 30) # Fallback estimate
# Process this face_info - Save face to MongoDB detected_faces collection
# Convert bounding_box array [x1, y1, x2, y2] to bounding_boxes object {x1, y1, x2, y2}
bounding_box_array = face_info.get('bounding_box', [])
bounding_boxes_obj = {}
if isinstance(bounding_box_array, list) and len(bounding_box_array) >= 4:
bounding_boxes_obj = {
'x1': int(bounding_box_array[0]),
'y1': int(bounding_box_array[1]),
'x2': int(bounding_box_array[2]),
'y2': int(bounding_box_array[3])
}
face_data = {
'face_id': face_info.get('face_id', f"face_{uuid.uuid4().hex[:8]}"),
'event_id': associated_event_id or f"event_{uuid.uuid4().hex[:8]}",
'detected_at': datetime.utcnow(),
'confidence_score': float(face_info.get('confidence', 0.0)),
'bounding_box': bounding_box_array, # Keep array format for backward compatibility
'bounding_boxes': bounding_boxes_obj, # Object format required by MongoDB schema
'person_name': face_info.get('person_name'),
'person_confidence': None,
'face_image_path': '', # Initialize as empty string (schema requires string)
'minio_object_key': None,
'minio_bucket': None,
'frame_number': frame_number, # Store frame number to link to keyframes
'timestamp': float(timestamp), # Store timestamp in seconds to link to keyframes
'video_id': video_id # Store video_id for easier querying
}
# Upload face image to MinIO if available
# First try to save face image from the face detection result
temp_face_path = None
try:
# Get face crop from the detection result
if i < len(face_result.face_bounding_boxes):
# Load frame and crop face
import cv2
frame_img = cv2.imread(frame_path)
if frame_img is not None:
box = face_result.face_bounding_boxes[i]
x1, y1, x2, y2 = box[0], box[1], box[2], box[3]
# Ensure valid coordinates
x1, y1 = max(0, x1), max(0, y1)
x2, y2 = min(frame_img.shape[1], x2), min(frame_img.shape[0], y2)
if x2 > x1 and y2 > y1:
face_crop = frame_img[y1:y2, x1:x2]
# Create temp directory if it doesn't exist
temp_dir = "temp_faces"
os.makedirs(temp_dir, exist_ok=True)
# Save face crop temporarily
temp_face_path = os.path.join(temp_dir, f"{face_data['face_id']}.jpg")
cv2.imwrite(temp_face_path, face_crop)
# Verify file was created
if os.path.exists(temp_face_path):
# Upload to MinIO
minio_face_path = f"{video_id}/faces/{face_data['face_id']}.jpg"
with open(temp_face_path, 'rb') as f:
file_size = os.path.getsize(temp_face_path)
self.keyframe_repo.minio.put_object(
self.keyframe_repo.bucket,
minio_face_path,
f,
file_size,
content_type='image/jpeg'
)
face_data['minio_object_key'] = minio_face_path
face_data['minio_bucket'] = self.keyframe_repo.bucket
face_data['face_image_path'] = minio_face_path # Store MinIO path, not temp path
logger.info(f"β
Uploaded face image to MinIO: {minio_face_path}")
else:
logger.warning(f"Failed to create temp face file: {temp_face_path}")
else:
logger.warning(f"Invalid bounding box coordinates: ({x1}, {y1}, {x2}, {y2})")
except Exception as e:
logger.warning(f"Failed to upload face image to MinIO: {e}")
import traceback
logger.debug(traceback.format_exc())
# Clean up temp file AFTER MongoDB save (not before)
# Save to MongoDB (upsert to avoid duplicates β facial_recognition.py may have already saved this face_id)
try:
# Ensure face_image_path is a string (not None) for schema validation
if not face_data.get('face_image_path'):
face_data['face_image_path'] = '' # Empty string is valid
faces_collection = self.db_manager.db.detected_faces
# Use update_one with upsert to prevent double-inserts for the same face_id
faces_collection.update_one(
{'face_id': face_data['face_id'], 'video_id': face_data.get('video_id', '')},
{'$set': face_data},
upsert=True
)
face_results.append(face_data)
logger.info(f"β
Saved face to MongoDB (upsert): {face_data['face_id']}")
except Exception as e:
logger.error(f"Failed to save face to MongoDB: {e}")
import traceback
logger.debug(traceback.format_exc())
# Still add to results even if MongoDB save fails
face_results.append(face_data)
# Clean up temp file AFTER MongoDB save
if temp_face_path and os.path.exists(temp_face_path):
try:
os.remove(temp_face_path)
except Exception as e:
logger.warning(f"Failed to remove temp face file: {e}")
except Exception as e:
logger.error(f"Facial recognition error for frame {frame_path}: {e}")
continue
logger.info(f"β
Facial recognition completed: {len(face_results)} faces detected")
# Update metadata with face count
self.video_repo.update_metadata(video_id, {
"face_count": len(face_results),
"facial_recognition_completed": True
})
except ImportError:
logger.warning("Facial recognition module not available")
except Exception as e:
logger.error(f"Facial recognition failed: {e}")
# Step 6: Video Captioning (MOVED TO END - Last step, won't block other processing)
captioning_results = {}
if self.config.enable_video_captioning and self.video_captioning:
self.video_repo.update_metadata(video_id, {
"processing_progress": 90,
"processing_message": "Generating video captions with AI..."
})
logger.info("π¬ ===== STARTING VIDEO CAPTIONING (FINAL STEP) ===== ")
logger.info(f"πΉ Processing {len(keyframes)} keyframes for captioning")
try:
captioning_results = self.video_captioning.process_keyframes_with_captioning(
keyframes,
video_id=video_id
)
# Update video metadata with captioning info
self.video_repo.update_metadata(video_id, {
"total_captions": captioning_results.get('total_captions', 0),
"captioning_enabled": captioning_results.get('enabled', False)
})
logger.info(f"β
Video captioning complete: {captioning_results.get('total_captions', 0)} captions generated")
logger.info(f"πΎ Captions saved to MongoDB, embeddings saved to FAISS")
except Exception as caption_error:
logger.error(f"β Video captioning failed (non-fatal): {caption_error}")
# Don't fail the entire pipeline if captioning fails
captioning_results = {'enabled': True, 'total_captions': 0, 'errors': [str(caption_error)]}
# Step 7: Finalize processing
final_meta_data = {
"processing_status": "completed",
"processing_progress": 100,
"processing_message": "Processing completed successfully!",
"keyframe_count": len(keyframes),
"detection_count": len(detection_results),
"event_count": len(object_events) if detection_results else 0,
"face_count": len(face_results) if 'face_results' in locals() else 0,
"caption_count": captioning_results.get('total_captions', 0) if captioning_results else 0,
"processed_at": datetime.utcnow().isoformat()
}
# Compressed video path was already set in Step 2
# No need to update again here
self.video_repo.update_processing_status(video_id, "completed")
self.video_repo.update_metadata(video_id, final_meta_data)
logger.info(f"β
Video processing completed successfully: {video_id}")
# Cleanup temporary files
self._cleanup_temp_files(video_path, keyframes)
except Exception as e:
logger.error(f"β Video processing failed for {video_id}: {e}")
# Update status to failed
self.video_repo.update_processing_status(video_id, "failed")
self.video_repo.update_metadata(video_id, {
"processing_progress": 0,
"processing_message": f"Processing failed: {str(e)}",
"error_message": str(e),
"failed_at": datetime.utcnow().isoformat()
})
raise
def _extract_video_metadata(self, video_path: str) -> Dict:
"""Extract metadata from video file with schema-compliant field names"""
try:
cap = cv2.VideoCapture(video_path)
fps = cap.get(cv2.CAP_PROP_FPS)
frame_count = int(cap.get(cv2.CAP_PROP_FRAME_COUNT))
width = int(cap.get(cv2.CAP_PROP_FRAME_WIDTH))
height = int(cap.get(cv2.CAP_PROP_FRAME_HEIGHT))
duration = frame_count / fps if fps > 0 else 0
file_size = os.path.getsize(video_path)
cap.release()
return {
"duration": duration,
"fps": float(fps),
"resolution": f"{width}x{height}",
"file_size": int(file_size),
"frame_count": int(frame_count)
}
except Exception as e:
logger.error(f"Failed to extract video metadata: {e}")
return {"file_size": os.path.getsize(video_path)}
def _run_object_detection_on_keyframes(self, video_id: str, keyframes: List) -> List[Dict]:
"""Run object detection on extracted keyframes, create annotated frames, and upload to MinIO"""
detection_results = []
annotated_keyframes_info = [] # Store info about annotated keyframes
try:
for i, keyframe in enumerate(keyframes):
# Get frame data
frame_data = keyframe.frame_data if hasattr(keyframe, 'frame_data') else keyframe
# Get frame path depending on structure
frame_path = (
frame_data.frame_path if hasattr(frame_data, 'frame_path')
else getattr(frame_data, 'path', None)
)
if frame_path and os.path.exists(frame_path):
# Get timestamp from frame data
timestamp = (
frame_data.timestamp if hasattr(frame_data, 'timestamp')
else getattr(frame_data, 'timestamp', 0.0)
)
frame_number = getattr(frame_data, 'frame_number', i)
# Run detection on this keyframe
detection_result = self.object_detector.detect_objects_in_frame(
frame_path,
timestamp
)
# Process detected objects and create annotated frame if detections exist
annotated_minio_path = None
if detection_result and detection_result.detected_objects:
# Create annotated version of the frame
try:
annotated_path = self.object_detector.annotate_frame_with_detections(
frame_path,
detection_result
)
# Upload annotated frame to MinIO
if annotated_path and os.path.exists(annotated_path):
annotated_minio_path = f"{video_id}/keyframes/annotated/frame_{frame_number:06d}_annotated.jpg"
with open(annotated_path, 'rb') as f:
file_size = os.path.getsize(annotated_path)
metadata = {
"frame_number": str(frame_number),
"timestamp": str(timestamp),
"is_annotated": "true",
"detection_count": str(len(detection_result.detected_objects))
}
self.keyframe_repo.minio.put_object(
self.keyframe_repo.bucket,
annotated_minio_path,
f,
file_size,
content_type='image/jpeg',
metadata=metadata
)
annotated_keyframes_info.append({
"frame_number": frame_number,
"timestamp": timestamp,
"minio_path": annotated_minio_path,
"original_minio_path": f"{video_id}/keyframes/frame_{frame_number:06d}.jpg",
"detection_count": len(detection_result.detected_objects),
"objects": [obj.class_name for obj in detection_result.detected_objects],
"confidence_avg": sum(obj.confidence for obj in detection_result.detected_objects) / len(detection_result.detected_objects) if detection_result.detected_objects else 0.0
})
logger.info(f"β
Uploaded annotated keyframe to MinIO: {annotated_minio_path}")
except Exception as e:
logger.warning(f"Failed to create/upload annotated keyframe: {e}")
# Process detected objects for detection_results
if detection_result and detection_result.detected_objects:
for obj in detection_result.detected_objects:
detection_data = {
"frame_number": frame_number,
"class_name": str(obj.class_name),
"confidence": float(obj.confidence),
"bbox": [int(x) for x in obj.bbox[:4]], # Convert to list of ints
"center_point": [float(x) for x in obj.center_point],
"area": float(obj.area),
"frame_timestamp": float(obj.frame_timestamp),
"detection_model": str(obj.detection_model),
"annotated_minio_path": annotated_minio_path # Link to annotated frame
}
# Apply numpy type conversion
detection_data = convert_numpy_types(detection_data)
detection_results.append(detection_data)
# Store annotated keyframes info in MongoDB metadata
if annotated_keyframes_info:
self.video_repo.update_metadata(video_id, {
"annotated_keyframes_info": annotated_keyframes_info,
"annotated_keyframes_count": len(annotated_keyframes_info)
})
logger.info(f"β
Stored {len(annotated_keyframes_info)} annotated keyframes metadata")
logger.info(f"β
Object detection completed: {len(detection_results)} detections")
return detection_results
except Exception as e:
logger.error(f"Object detection failed: {e}")
import traceback
logger.debug(traceback.format_exc())
return []
def _create_object_events_from_detections(self, detection_results: List[Dict]) -> List[Dict]:
"""Convert object detections into aggregated schema-compliant events"""
events = []
try:
# Group detections by class and temporal proximity
detection_groups = self._group_detections_by_class_and_time(detection_results)
for class_name, detections in detection_groups.items():
if not detections:
continue
# Create event from detection group
start_time_secs = min(d['frame_timestamp'] for d in detections)
end_time_secs = max(d['frame_timestamp'] for d in detections)
avg_confidence = sum(d['confidence'] for d in detections) / len(detections)
# Calculate importance score based on threat level and confidence
threat_multiplier = {'fire': 3.0, 'gun': 3.0, 'knife': 2.0, 'smoke': 1.5}.get(class_name, 1.0)
importance_score = avg_confidence * threat_multiplier
# Create schema-compliant event structure
event = {
"event_type": f"object_detection_{class_name}",
"start_timestamp": start_time_secs,
"end_timestamp": end_time_secs,
"confidence_score": avg_confidence,
"importance_score": importance_score,
"bounding_boxes": [
{
"x": d['bbox'][0],
"y": d['bbox'][1],
"width": d['bbox'][2] - d['bbox'][0],
"height": d['bbox'][3] - d['bbox'][1],
"confidence": d['confidence'],
"class_name": d['class_name']
}
for d in detections
],
"detected_object_type": class_name,
"detection_count": len(detections),
"threat_level": self._calculate_threat_level(class_name, avg_confidence)
}
events.append(event)
return events
except Exception as e:
logger.error(f"Failed to create object events: {e}")
return []
def _calculate_threat_level(self, class_name: str, confidence: float) -> str:
"""Calculate threat level based on object class and confidence"""
if class_name in ['fire', 'gun'] and confidence > 0.7:
return 'critical'
elif class_name in ['fire', 'gun', 'knife'] and confidence > 0.5:
return 'high'
elif class_name in ['smoke', 'knife']:
return 'medium'
else:
return 'low'
def _group_detections_by_class_and_time(self, detections: List[Dict], time_window: float = 5.0) -> Dict[str, List[Dict]]:
"""Group detections by object class and temporal proximity"""
grouped = {}
# Sort detections by timestamp
sorted_detections = sorted(detections, key=lambda x: x['frame_timestamp'])
for detection in sorted_detections:
class_name = detection['class_name']
if class_name not in grouped:
grouped[class_name] = []
grouped[class_name].append(detection)
return grouped
def _generate_compressed_video(self, video_path: str, video_id: str) -> Optional[str]:
"""Generate compressed version of video and upload to MinIO"""
try:
# Use compression service to compress and store video
result = self.compression_service.compress_and_store(video_path, video_id)
if result and result.get('success'):
compression_info = {
'original_size_bytes': result['original_size'],
'compressed_size_bytes': result['compressed_size'],
'compression_ratio': result['compression_ratio'],
'output_resolution': result['output_resolution'],
'local_path': result.get('local_path'), # Store local path for fallback
'minio_path': result.get('minio_path') # Store MinIO path
}
# Update video metadata with compression info (including local path)
self.video_repo.update_metadata(video_id, {
'compression_info': compression_info,
'minio_compressed_path': result.get('minio_path') # Also store at top level for easy access
})
logger.info(f"β
Stored compression info with local path: {result.get('local_path')}")
return result['minio_path']
else:
logger.error("Video compression failed")
return None
except Exception as e:
logger.error(f"β Failed to generate compressed video: {e}")
return None
def _cleanup_temp_files(self, video_path: str, keyframes: List):
"""Clean up temporary files after processing"""
try:
# Remove uploaded video file
if os.path.exists(video_path):
os.remove(video_path)
# Remove temporary keyframe files
for keyframe in keyframes:
frame_data = keyframe.frame_data if hasattr(keyframe, 'frame_data') else keyframe
# Get frame path depending on structure
frame_path = (
frame_data.frame_path if hasattr(frame_data, 'frame_path')
else getattr(frame_data, 'path', None)
)
if frame_path and os.path.exists(frame_path):
os.remove(frame_path)
logger.info("β
Temporary files cleaned up")
except Exception as e:
logger.error(f"β οΈ Failed to cleanup temp files: {e}")
def get_video_status(self, video_id: str) -> Dict:
"""Get processing status for a video"""
video = self.video_repo.get_video_by_id(video_id)
if not video:
return {"error": "Video not found"}
meta_data = video.get("meta_data", {})
status_data = {
"video_id": video_id,
"status": meta_data.get("processing_status", "unknown"),
"filename": meta_data.get("filename"),
"upload_date": video.get("upload_date"),
"duration": video.get("duration_secs"),
"fps": video.get("fps"),
"file_size_bytes": video.get("file_size_bytes"),
"resolution": meta_data.get("resolution"),
"keyframe_count": meta_data.get("keyframe_count", 0),
"detection_count": meta_data.get("detection_count", 0),
"event_count": meta_data.get("event_count", 0),
"processing_progress": meta_data.get("processing_progress", 0),
"processing_message": meta_data.get("processing_message", "")
}
# Add presigned URLs for accessing content
try:
# Original video URL
minio_original_path = meta_data.get("minio_original_path")
if minio_original_path:
status_data["original_video_url"] = self.video_repo.get_video_presigned_url(minio_original_path)
# Compressed video URL (if available)
minio_compressed_path = meta_data.get("minio_compressed_path")
if minio_compressed_path:
# Always use the API endpoint which will handle MinIO/local fallback
status_data["compressed_video_url"] = f"/api/video/compressed/{video_id}"
# Also try to get presigned URL as alternative
try:
presigned_url = self.compression_service.get_compressed_video_presigned_url(video_id)
if presigned_url:
status_data["compressed_video_presigned_url"] = presigned_url
except:
pass
else:
# Check if compression was completed but path not set
if meta_data.get("processing_status") == "completed":
# Try to construct path and use API endpoint
status_data["compressed_video_url"] = f"/api/video/compressed/{video_id}"
# Keyframes URLs (if available)
if meta_data.get("keyframe_count", 0) > 0:
try:
keyframes_urls = self.keyframe_repo.get_video_keyframes_presigned_urls(video_id)
# If no URLs from MinIO, try to get from MongoDB metadata
if not keyframes_urls and meta_data.get("keyframe_info"):
# Generate URLs from stored metadata
keyframes_urls = []
for kf_info in meta_data.get("keyframe_info", []):
minio_path = kf_info.get("minio_path")
if minio_path:
presigned_url = self.keyframe_repo.get_keyframe_presigned_url(minio_path)
# Also provide API endpoint URL
api_url = f"/api/minio/image/{self.keyframe_repo.bucket}/{minio_path}"
if presigned_url:
keyframes_urls.append({
'frame_number': kf_info.get("frame_number", 0),
'timestamp': kf_info.get("timestamp", 0.0),
'minio_path': minio_path,
'presigned_url': presigned_url,
'url': api_url, # Use API endpoint for better reliability
'api_url': api_url,
'filename': minio_path.split('/')[-1]
})
status_data["keyframes_urls"] = keyframes_urls
except Exception as e:
logger.warning(f"Failed to get keyframes URLs: {e}")
status_data["keyframes_urls"] = []
except Exception as e:
logger.warning(f"Failed to generate presigned URLs for video {video_id}: {e}")
return status_data
def get_video_keyframes(self, video_id: str, filter_detections: bool = False, limit: int = None) -> Dict:
"""Get keyframes for a video with optional filtering and presigned URLs"""
try:
# Get video record to check if it exists
video = self.video_repo.get_video_by_id(video_id)
if not video:
return {"error": "Video not found"}
# Get keyframes with presigned URLs from keyframe repository
keyframes_urls = self.keyframe_repo.get_video_keyframes_presigned_urls(video_id)
# Fallback: If no keyframes from MinIO, try to get from MongoDB metadata
if not keyframes_urls:
meta_data = video.get("meta_data", {})
keyframe_info = meta_data.get("keyframe_info", [])
if keyframe_info:
logger.info(f"Using MongoDB metadata for keyframes: {len(keyframe_info)} keyframes")
for kf_info in keyframe_info:
minio_path = kf_info.get("minio_path")
if minio_path:
try:
presigned_url = self.keyframe_repo.get_keyframe_presigned_url(minio_path)
if presigned_url:
keyframes_urls.append({
'frame_number': kf_info.get("frame_number", 0),
'timestamp': kf_info.get("timestamp", 0.0),
'minio_path': minio_path,
'presigned_url': presigned_url,
'url': presigned_url,
'filename': minio_path.split('/')[-1]
})
except Exception as e:
logger.warning(f"Failed to generate presigned URL for {minio_path}: {e}")
# Get events to determine which keyframes have detections
events = self.event_repo.get_events_by_video_id(video_id)
detection_events = [e for e in events if e.get("event_type", "").startswith("object_detection_")]
# Create a map of timestamps that have detections
detection_timestamps = set()
for event in detection_events:
start_ms = event.get("start_timestamp_ms", 0)
end_ms = event.get("end_timestamp_ms", 0)
# Convert milliseconds to seconds and create range
start_sec = start_ms / 1000.0
end_sec = end_ms / 1000.0
# Add timestamps in 1-second intervals
for t in range(int(start_sec), int(end_sec) + 1):
detection_timestamps.add(t)
# Get annotated keyframes info from metadata
meta_data = video.get("meta_data", {})
annotated_keyframes_info = meta_data.get("annotated_keyframes_info", [])
annotated_lookup = {kf.get("frame_number"): kf for kf in annotated_keyframes_info}
# Get faces for this video to check which keyframes have faces
faces_data = self.get_video_faces(video_id)
faces = faces_data.get("faces", [])
# Create a map of frame_numbers and timestamps that have faces
frames_with_faces = set()
timestamps_with_faces = set()
for face in faces:
face_frame = face.get('frame_number', 0)
face_timestamp = face.get('timestamp', 0)
if face_frame:
frames_with_faces.add(face_frame)
if face_timestamp:
timestamps_with_faces.add(face_timestamp)
# Enhance keyframes with detection info and annotated URLs
enhanced_keyframes = []
for kf in keyframes_urls:
timestamp_sec = kf.get('timestamp', 0)
frame_number = kf.get('frame_number', 0)
# Check if this timestamp has detections (within 1 second tolerance)
has_detections = any(abs(timestamp_sec - dt) < 1.0 for dt in detection_timestamps)
# Check if this keyframe has faces (by frame_number or timestamp)
has_faces = (
frame_number in frames_with_faces or
any(abs(timestamp_sec - ft) < 0.5 for ft in timestamps_with_faces)
)
enhanced_kf = {
**kf,
'has_detections': has_detections,
'has_faces': has_faces, # Add face detection flag
'url': kf.get('presigned_url'), # Add url alias for compatibility
}
# Add annotated frame info if available
if frame_number in annotated_lookup:
annotated_info = annotated_lookup[frame_number]
# Generate presigned URL for annotated frame
try:
annotated_presigned_url = self.keyframe_repo.get_keyframe_presigned_url(
annotated_info.get("minio_path")
)
if annotated_presigned_url:
enhanced_kf['annotated_url'] = annotated_presigned_url
enhanced_kf['annotated_presigned_url'] = annotated_presigned_url
enhanced_kf['detection_count'] = annotated_info.get("detection_count", 0)
enhanced_kf['objects'] = annotated_info.get("objects", [])
enhanced_kf['confidence_avg'] = annotated_info.get("confidence_avg", 0.0)
enhanced_kf['has_detections'] = True # Override if annotated frame exists
except Exception as e:
logger.warning(f"Failed to get presigned URL for annotated keyframe: {e}")
# If this keyframe has faces, prioritize showing "Face Detected" over object names
if has_faces:
# Count faces for this keyframe
face_count = sum(
1 for face in faces
if (face.get('frame_number') == frame_number or
abs(face.get('timestamp', 0) - timestamp_sec) < 0.5)
)
enhanced_kf['face_count'] = face_count
# Add "Face Detected" to objects list if not already present, and prioritize it
if enhanced_kf.get('objects'):
# Check if "Face" is already in objects
has_face_in_objects = any('face' in str(obj).lower() for obj in enhanced_kf['objects'])
if not has_face_in_objects:
# Add "Face Detected" at the beginning
enhanced_kf['objects'] = ['Face Detected'] + enhanced_kf['objects']
else:
# Move "Face Detected" to front, remove duplicates
face_objects = [obj for obj in enhanced_kf['objects'] if 'face' in str(obj).lower()]
other_objects = [obj for obj in enhanced_kf['objects'] if 'face' not in str(obj).lower()]
enhanced_kf['objects'] = ['Face Detected'] + other_objects
else:
enhanced_kf['objects'] = ['Face Detected']
# Update detection count to include faces
enhanced_kf['detection_count'] = enhanced_kf.get('detection_count', 0) + face_count
enhanced_keyframes.append(enhanced_kf)
# Apply filtering if requested
if filter_detections:
filtered_keyframes = [kf for kf in enhanced_keyframes if kf.get('has_detections', False)]
else:
filtered_keyframes = enhanced_keyframes
# Apply limit if specified
if limit and limit > 0:
filtered_keyframes = filtered_keyframes[:limit]
# Get video metadata for additional context
meta_data = video.get("meta_data", {})
keyframe_count = meta_data.get("keyframe_count", 0)
return {
"video_id": video_id,
"keyframes": filtered_keyframes,
"total_keyframes": len(filtered_keyframes),
"filter_applied": filter_detections,
"limit_applied": limit if limit and limit > 0 else None,
"keyframe_count": keyframe_count
}
except Exception as e:
logger.error(f"Failed to get keyframes for video {video_id}: {e}")
return {"error": str(e)}
def get_video_events(self, video_id: str, event_type: str = None) -> Dict:
"""Get events for a video"""
events = self.event_repo.get_events_by_video_id(video_id)
# Filter by event type if specified
if event_type:
events = [e for e in events if e.get("event_type") == event_type]
return {
"video_id": video_id,
"events": events,
"total_events": len(events)
}
def get_video_detections(self, video_id: str, class_filter: str = None) -> Dict:
"""Get object detections for a video from events"""
try:
# Get all events for this video
events = self.event_repo.get_events_by_video_id(video_id)
# Filter events that are object detection events
detection_events = [e for e in events if e.get("event_type", "").startswith("object_detection_")]
# Apply class filter if specified
if class_filter:
detection_events = [e for e in detection_events if e.get("event_type") == f"object_detection_{class_filter}"]
# Extract detections from bounding_boxes
detections = []
for event in detection_events:
bboxes = event.get("bounding_boxes", {})
# Handle different bounding_boxes structures
event_detections = []
if isinstance(bboxes, dict):
event_detections = bboxes.get("detections", [])
elif isinstance(bboxes, list):
# If bounding_boxes is a list directly
event_detections = bboxes
# Also check if detections are stored directly in event
if not event_detections:
event_detections = event.get("detections", [])
for det in event_detections:
# Handle both dict and list formats
if isinstance(det, dict):
detection = {
"class_name": det.get("class", det.get("class_name", "unknown")),
"confidence": float(det.get("confidence", 0.0)),
"bbox": det.get("bbox", [0, 0, 0, 0]),
"timestamp": float(det.get("timestamp", event.get("start_timestamp_ms", 0) / 1000.0)),
"event_id": event.get("event_id"),
"model": det.get("model", "unknown")
}
detections.append(detection)
elif isinstance(det, list) and len(det) >= 4:
# Handle list format [x, y, width, height, class, confidence]
detection = {
"class_name": str(det[4]) if len(det) > 4 else "unknown",
"confidence": float(det[5]) if len(det) > 5 else 0.0,
"bbox": [int(det[0]), int(det[1]), int(det[0] + det[2]), int(det[1] + det[3])] if len(det) >= 4 else [0, 0, 0, 0],
"timestamp": float(event.get("start_timestamp_ms", 0) / 1000.0),
"event_id": event.get("event_id"),
"model": "unknown"
}
detections.append(detection)
# Also extract from event_type if no detections found
if not detections and event.get("event_type"):
event_type = event.get("event_type", "")
if event_type.startswith("object_detection_"):
class_name = event_type.replace("object_detection_", "")
detection = {
"class_name": class_name,
"confidence": float(event.get("confidence_score", 0.0)),
"bbox": [0, 0, 0, 0], # No bbox info available
"timestamp": float(event.get("start_timestamp_ms", 0) / 1000.0),
"event_id": event.get("event_id"),
"model": "unknown"
}
detections.append(detection)
return {
"video_id": video_id,
"detections": detections,
"total_detections": len(detections)
}
except Exception as e:
logger.error(f"Failed to get detections for video {video_id}: {e}")
return {
"video_id": video_id,
"detections": [],
"total_detections": 0,
"error": str(e)
}
def get_video_faces(self, video_id: str) -> Dict:
"""Get detected faces for a video (through events)"""
try:
# Get all events for this video
events = self.event_repo.get_events_by_video_id(video_id)
event_ids = [e.get('event_id') for e in events if e.get('event_id')]
if not event_ids:
return {
"video_id": video_id,
"faces": [],
"total_faces": 0
}
# Query detected_faces collection for faces associated with these events
faces_collection = self.db_manager.db.detected_faces
faces = list(faces_collection.find({"event_id": {"$in": event_ids}}))
# Convert ObjectIds to strings
from database.models import convert_objectid_to_string
faces = [convert_objectid_to_string(face) for face in faces]
return {
"video_id": video_id,
"faces": faces,
"total_faces": len(faces)
}
except Exception as e:
logger.error(f"Failed to get faces for video {video_id}: {e}")
return {
"video_id": video_id,
"faces": [],
"total_faces": 0,
"error": str(e)
}
def process_video_complete(self, video_path: str, video_id: str, user_id: str = None,
upload_to_minio: bool = True, enable_compression: bool = True,
enable_object_detection: bool = True, enable_behavior_analysis: bool = True,
enable_event_aggregation: bool = True,
enable_deduplication: bool = True) -> Dict:
"""
Complete video processing pipeline with all features
Args:
video_path: Path to the video file
video_id: Unique identifier for the video
user_id: User identifier
upload_to_minio: Whether to upload to MinIO storage
enable_compression: Whether to compress the video
enable_object_detection: Whether to run object detection
enable_event_aggregation: Whether to aggregate events
enable_deduplication: Whether to deduplicate similar events
Returns:
Dict with processing results and statistics
"""
logger.info(f"π₯ Starting complete pipeline processing for {video_id}")
start_time = time.time()
results = {
"video_id": video_id,
"status": "processing",
"minio_uploaded": False,
"processing_stats": {}
}
try:
# Step 1: Create video record with metadata
logger.info("π Creating video record...")
video_metadata = self._extract_video_metadata(video_path)
# Create schema-compliant video record
video_record = {
"video_id": video_id,
"user_id": user_id or "system",
"file_path": f"videos/{video_id}.mp4",
"fps": video_metadata.get("fps", 30.0),
"duration_secs": int(video_metadata.get("duration", 0)),
"file_size_bytes": video_metadata.get("file_size", 0),
"codec": "h264", # default codec
"meta_data": {
"processing_status": "processing",
"filename": os.path.basename(video_path),
"resolution": video_metadata.get("resolution"),
"frame_count": video_metadata.get("frame_count")
}
}
video_doc_id = self.video_repo.create_video_record(video_record)
logger.info(f"β
Created video record: {video_id}")
# Step 2: Upload to MinIO (if enabled and available)
minio_uploaded = False
if upload_to_minio:
try:
logger.info("βοΈ Uploading to MinIO...")
minio_path = self.video_repo.upload_video_to_minio(video_path, video_id)
minio_uploaded = True
self.video_repo.update_metadata(video_id, {"minio_original_path": minio_path})
logger.info(f"β
Video uploaded to MinIO: {minio_path}")
except Exception as e:
logger.warning(f"β οΈ MinIO upload failed (graceful fallback): {e}")
results["minio_uploaded"] = minio_uploaded
# Step 3: Process keyframes with object detection
logger.info("π Processing keyframes...")
keyframes = self.video_processor.extract_keyframes(video_path)
logger.info(f"β
Extracted {len(keyframes)} keyframes")
# Run object detection on keyframes if enabled
detection_results = []
if enable_object_detection and self.object_detector:
logger.info("π― Running object detection...")
for i, keyframe in enumerate(keyframes):
# Handle KeyframeResult objects correctly
frame_path = keyframe.frame_data.frame_path if hasattr(keyframe, 'frame_data') else None
timestamp = keyframe.frame_data.timestamp if hasattr(keyframe, 'frame_data') else 0
if frame_path and os.path.exists(frame_path):
result = self.object_detector.detect_objects_in_frame(frame_path, timestamp)
detections = []
if result and result.detected_objects:
for obj in result.detected_objects:
detection_dict = {
"class_name": str(obj.class_name),
"confidence": float(obj.confidence),
"bbox": [int(x) for x in obj.bbox[:4]],
"frame_timestamp": float(timestamp),
"annotated_path": getattr(obj, 'annotated_path', None)
}
# Apply numpy type conversion
detection_dict = convert_numpy_types(detection_dict)
detections.append(detection_dict)
# Store detections in keyframe (add as attribute)
keyframe.object_detections = detections
detection_results.extend(detections)
# Log fire detections specifically
fire_detections = [d for d in detections if d.get('class_name') == 'fire']
if fire_detections:
logger.info(f"π₯ Fire detected at {timestamp:.1f}s (confidence: {fire_detections[0].get('confidence', 0):.2f})")
logger.info(f"β
Found {len(detection_results)} object detections")
# Step 3b: Run behavior analysis on keyframes if enabled
behavior_results = []
behavior_events = []
if enable_behavior_analysis and self.behavior_analyzer:
logger.info("π Running behavior analysis...")
# Pass video_path for 3D-ResNet models (fighting, road_accident) which need 16-frame clips
behavior_results, behavior_events = self.behavior_analyzer.process_keyframes_with_behavior_analysis(keyframes, video_path=video_path)
# Store behavior detections in keyframes
for i, keyframe in enumerate(keyframes):
frame_path = keyframe.frame_data.frame_path if hasattr(keyframe, 'frame_data') else None
timestamp = keyframe.frame_data.timestamp if hasattr(keyframe, 'frame_data') else 0
# Find behavior detections for this frame
frame_behaviors = [r for r in behavior_results if r.frame_path == frame_path and abs(r.timestamp - timestamp) < 0.1]
if frame_behaviors:
behavior_detections = []
for behavior in frame_behaviors:
behavior_dict = {
"behavior_type": behavior.behavior_detected,
"confidence": float(behavior.confidence),
"frame_timestamp": float(behavior.timestamp),
"model_used": behavior.model_used
}
behavior_dict = convert_numpy_types(behavior_dict)
behavior_detections.append(behavior_dict)
keyframe.behavior_detections = behavior_detections
logger.info(f"β
Found {len(behavior_results)} behavior detections, {len(behavior_events)} behavior events")
# Step 4: Event aggregation and deduplication
events = []
if enable_event_aggregation:
logger.info("π
Performing event aggregation...")
# Group detections by type and time proximity
detection_events = self._aggregate_detection_events(keyframes, video_id)
events.extend(detection_events)
# Add behavior events
if behavior_events:
for behavior_event in behavior_events:
event_dict = {
"event_type": f"behavior_{behavior_event.behavior_type}",
"start_timestamp": behavior_event.start_timestamp,
"end_timestamp": behavior_event.end_timestamp,
"confidence_score": float(behavior_event.confidence),
"keyframes": behavior_event.keyframes,
"importance_score": float(behavior_event.importance_score),
"description": f"{behavior_event.behavior_type.capitalize()} detected",
"detection_data": {
"model_used": behavior_event.model_used,
"frame_indices": behavior_event.frame_indices
}
}
event_dict = convert_numpy_types(event_dict)
events.append(event_dict)
if enable_deduplication:
logger.info("π Deduplicating similar events...")
events = self._deduplicate_events(events)
# Store events in database using EventRepository
logger.info(f"πΎ Saving {len(events)} events to database...")
for event in events:
try:
# EventRepository.save_event expects event dict with proper structure
# It will handle timestamp conversion and field mapping
event['video_id'] = video_id # Add video_id to event data
self.event_repo.save_event(event)
except Exception as e:
logger.error(f"Failed to save event: {e}")
logger.info(f"β
Stored {len(events)} events in database")
# Step 5: Create annotated video with bounding boxes (if detections exist)
annotated_video_path = None
annotated_minio_path = None
if enable_object_detection and detection_results and self.object_detector:
try:
logger.info("π¨ Creating annotated video with bounding boxes...")
# Convert keyframes to detection results format for annotation
detection_result_objects = []
for keyframe in keyframes:
if hasattr(keyframe, 'object_detections') and keyframe.object_detections:
# Create ObjectDetectionResult-like object
from object_detection import ObjectDetectionResult, DetectedObject
from core.video_processing import FrameData
detected_objects = []
for det in keyframe.object_detections:
detected_objects.append(DetectedObject(
class_name=det['class_name'],
confidence=det['confidence'],
bbox=det['bbox']
))
if detected_objects:
frame_data = keyframe.frame_data if hasattr(keyframe, 'frame_data') else None
frame_path = frame_data.frame_path if frame_data else None
timestamp = frame_data.timestamp if frame_data else 0
if frame_path:
detection_result_objects.append(ObjectDetectionResult(
frame_path=frame_path,
timestamp=timestamp,
detected_objects=detected_objects,
total_detections=len(detected_objects)
))
if detection_result_objects:
# Create annotated video
annotated_video_path = f"video_processing_outputs/annotated/{video_id}_annotated.mp4"
os.makedirs(os.path.dirname(annotated_video_path), exist_ok=True)
annotated_path = self.object_detector.create_annotated_video(
video_path,
detection_result_objects,
annotated_video_path
)
if annotated_path and os.path.exists(annotated_path):
annotated_video_path = annotated_path
# Upload annotated video to MinIO
try:
annotated_minio_path = f"annotated/{video_id}/video_annotated.mp4"
with open(annotated_video_path, 'rb') as file_data:
file_info = os.stat(annotated_video_path)
self.video_repo.minio.put_object(
self.video_repo.video_bucket,
annotated_minio_path,
file_data,
length=file_info.st_size,
content_type='video/mp4'
)
logger.info(f"β
Uploaded annotated video to MinIO: {annotated_minio_path}")
# Update metadata with annotated video path
self.video_repo.update_metadata(video_id, {
"minio_annotated_path": annotated_minio_path,
"annotated_video_path": annotated_video_path
})
except Exception as e:
logger.warning(f"β οΈ Failed to upload annotated video to MinIO: {e}")
logger.info(f"β
Annotated video created: {annotated_video_path}")
else:
logger.warning("β οΈ Annotated video creation returned no path")
else:
logger.info("βΉοΈ No detections found, skipping annotated video creation")
except Exception as e:
logger.warning(f"β οΈ Annotated video creation failed: {e}")
import traceback
logger.error(traceback.format_exc())
# Step 6: Video compression (if enabled)
compression_info = {}
if enable_compression:
try:
logger.info("π¦ Compressing video...")
from video_compression import OptimizedVideoCompressor
compressor = OptimizedVideoCompressor()
compressed_path = f"video_processing_outputs/compressed/{video_id}_compressed.mp4"
os.makedirs(os.path.dirname(compressed_path), exist_ok=True)
compression_result = compressor.compress_video(video_path, compressed_path)
if compression_result.get('success'):
original_size = os.path.getsize(video_path) / (1024 * 1024) # MB
compressed_size = os.path.getsize(compressed_path) / (1024 * 1024) # MB
compression_ratio = (1 - compressed_size / original_size) * 100 if original_size > 0 else 0
compression_info = {
"original_size_mb": round(original_size, 2),
"compressed_size_mb": round(compressed_size, 2),
"compression_ratio": round(compression_ratio, 1),
"compressed_path": compressed_path
}
self.video_repo.update_metadata(video_id, {"minio_compressed_path": compressed_path})
logger.info(f"β
Video compressed: {compression_ratio:.1f}% reduction")
except Exception as e:
logger.warning(f"β οΈ Video compression failed: {e}")
# Step 7: Update final status
processing_time = time.time() - start_time
final_meta_data = {
"processing_status": "completed",
"keyframe_count": len(keyframes),
"detection_count": len(detection_results),
"behavior_detection_count": len(behavior_results),
"behavior_event_count": len(behavior_events),
"event_count": len(events),
"processing_time_seconds": round(processing_time, 2),
"processed_at": datetime.utcnow().isoformat(),
"compressed_video_info": compression_info,
"annotated_video_available": bool(annotated_minio_path),
"annotated_video_path": annotated_minio_path
}
self.video_repo.update_processing_status(video_id, "completed")
self.video_repo.update_metadata(video_id, final_meta_data)
results.update({
"status": "completed",
"processing_stats": final_meta_data,
"keyframes_extracted": len(keyframes),
"objects_detected": len(detection_results),
"behaviors_detected": len(behavior_results),
"behavior_events": len(behavior_events),
"events_created": len(events),
"processing_time": processing_time
})
logger.info(f"π Complete pipeline processing finished for {video_id} in {processing_time:.1f}s")
return results
except Exception as e:
logger.error(f"β Processing failed for {video_id}: {e}")
# Update status to failed
try:
self.video_repo.update_processing_status(video_id, "failed")
self.video_repo.update_metadata(video_id, {
"error_message": str(e),
"failed_at": datetime.utcnow().isoformat()
})
except:
pass
results.update({
"status": "failed",
"error": str(e)
})
raise e
def _aggregate_detection_events(self, keyframes, video_id):
"""Aggregate object detections into schema-compliant events"""
events = []
# Group keyframes with detections by detection type
detection_groups = {}
for keyframe in keyframes:
# Handle KeyframeResult objects
detections = getattr(keyframe, 'object_detections', [])
frame_data = keyframe.frame_data if hasattr(keyframe, 'frame_data') else keyframe
for detection in detections:
class_name = detection.get('class_name', 'unknown')
if class_name not in detection_groups:
detection_groups[class_name] = []
detection_groups[class_name].append({
'keyframe': keyframe,
'detection': detection,
'timestamp': frame_data.timestamp if hasattr(frame_data, 'timestamp') else 0
})
# Create events for each detection type
for class_name, detections in detection_groups.items():
if not detections:
continue
# Sort by timestamp
detections.sort(key=lambda x: x['timestamp'])
# Group nearby detections into events (within 3 seconds)
current_event = None
for det_info in detections:
timestamp = det_info['timestamp']
confidence = det_info['detection'].get('confidence', 0)
bbox = det_info['detection'].get('bbox', [0, 0, 0, 0])
# Check if this detection belongs to current event
if current_event and timestamp - current_event['end_timestamp'] <= 3.0:
# Extend current event
current_event['end_timestamp'] = timestamp
current_event['confidence_score'] = max(current_event['confidence_score'], confidence)
current_event['bounding_boxes'].append({
"x": int(bbox[0]),
"y": int(bbox[1]),
"width": int(bbox[2] - bbox[0]),
"height": int(bbox[3] - bbox[1]),
"confidence": float(confidence),
"class_name": class_name
})
else:
# Start new event
if current_event:
events.append(current_event)
threat_level = self._calculate_threat_level(class_name, confidence)
importance_score = 0.9 if class_name == 'fire' else 0.7 if class_name in ['knife', 'gun'] else 0.5
current_event = {
'event_type': f'object_detection_{class_name}',
'start_timestamp': timestamp,
'end_timestamp': timestamp,
'confidence_score': confidence,
'importance_score': importance_score,
'threat_level': threat_level,
'bounding_boxes': [{
"x": int(bbox[0]),
"y": int(bbox[1]),
"width": int(bbox[2] - bbox[0]),
"height": int(bbox[3] - bbox[1]),
"confidence": float(confidence),
"class_name": class_name
}],
'detected_object_type': class_name
}
# Add final event
if current_event:
events.append(current_event)
return events
def _deduplicate_events(self, events):
"""Remove duplicate or very similar events and mark them as false positives"""
if len(events) <= 1:
return events
# Sort events by start timestamp
events.sort(key=lambda x: x.get('start_timestamp', 0))
deduplicated = []
for event in events:
# Check if this event is too similar to recent events
is_duplicate = False
for recent_event in deduplicated[-3:]: # Check last 3 events
# Same type and overlapping time window
if (event.get('event_type') == recent_event.get('event_type') and
abs(event.get('start_timestamp', 0) - recent_event.get('end_timestamp', 0)) <= 5.0):
# Check if same object types detected
event_objects = {event.get('detected_object_type')}
recent_objects = {recent_event.get('detected_object_type')}
if event_objects & recent_objects: # Common objects
is_duplicate = True
# Merge into the existing event (extend time window, keep highest confidence)
recent_event['end_timestamp'] = max(
recent_event.get('end_timestamp', 0),
event.get('end_timestamp', 0)
)
recent_event['confidence_score'] = max(
recent_event.get('confidence_score', 0),
event.get('confidence_score', 0)
)
recent_event['bounding_boxes'].extend(event.get('bounding_boxes', []))
break
if not is_duplicate:
deduplicated.append(event)
logger.info(f"π Deduplication: {len(events)} β {len(deduplicated)} events")
return deduplicated |