Spaces:
Build error
Build error
File size: 78,592 Bytes
773b38b | 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 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 | #!/usr/bin/env python3
"""
FastAPI Crowd Detection and Disaster Management System
=====================================================
A real-time crowd monitoring system with anomaly detection, emergency alerts,
and WebSocket broadcasting capabilities.
Features:
- Real-time people counting using YOLOv8
- Crowd density heatmaps
- Anomaly detection (stampede, fire, fallen person)
- Emergency alert system
- WebSocket broadcasting
- RTSP stream processing
- Video file analysis
Installation Requirements:
pip install fastapi uvicorn websockets opencv-python ultralytics numpy scipy pillow python-multipart aiofiles
Usage:
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
WebSocket Endpoints:
- ws://localhost:8000/ws/alerts - General alerts and notifications
- ws://localhost:8000/ws/frames/{camera_id} - Live frame updates
- ws://localhost:8000/ws/instructions - Emergency instructions
Test your RTSP stream:
ffmpeg -f dshow -rtbufsize 200M -i video="USB2.0 HD UVC WebCam" -an -vf scale=1280:720 -r 15 -c:v libx264 -preset ultrafast -tune zerolatency -f rtsp rtsp://127.0.0.1:8554/live
"""
import asyncio
import base64
import cv2
import json
import numpy as np
import time
import uuid
from datetime import datetime
from typing import Dict, List, Optional, Set, Tuple
from pathlib import Path
import threading
from collections import deque, defaultdict
from dataclasses import dataclass, asdict
import io
from fastapi import FastAPI, WebSocket, WebSocketDisconnect, UploadFile, File, Query, HTTPException, BackgroundTasks
from fastapi.responses import HTMLResponse, FileResponse
from fastapi.staticfiles import StaticFiles
from fastapi.middleware.cors import CORSMiddleware
import uvicorn
# AI/ML imports
try:
from ultralytics import YOLO
import torch
except ImportError:
print("Installing required packages...")
import subprocess
subprocess.run(["pip", "install", "ultralytics", "torch", "torchvision"])
from ultralytics import YOLO
import torch
from scipy.ndimage import gaussian_filter
from scipy.spatial.distance import pdist, squareform
# Initialize FastAPI app
app = FastAPI(
title="Crowd Detection & Disaster Management API",
description="Real-time crowd monitoring with anomaly detection and emergency management",
version="1.0.0"
)
# Add CORS middleware to allow frontend access
app.add_middleware(
CORSMiddleware,
allow_origins=["*"], # Allow all origins for development
allow_credentials=True,
allow_methods=["*"], # Allow all HTTP methods
allow_headers=["*"], # Allow all headers
)
# Global configuration
CONFIG = {
"models": {
"yolo_model": "yolov8s.pt", # Will download automatically
"confidence_threshold": 0.5,
"iou_threshold": 0.45
},
"thresholds": {
"default_people_threshold": 20,
"high_density_threshold": 0.7,
"critical_density_threshold": 0.9,
"fallen_person_threshold": 0.3, # Height/width ratio
"stampede_movement_threshold": 50, # pixels movement
"fire_confidence_threshold": 0.6
},
"processing": {
"frame_skip": 2, # Process every 2nd frame for efficiency
"heatmap_update_interval": 2.0, # seconds
"alert_debounce_time": 5.0, # seconds
"max_frame_queue": 30
}
}
# Global state management
class GlobalState:
def __init__(self):
self.models = {}
self.active_streams: Dict[str, dict] = {}
self.websocket_connections: Dict[str, Set[WebSocket]] = {
"alerts": set(),
"frames": defaultdict(set),
"instructions": set(),
"live_map": set() # New for live map
}
self.frame_processors: Dict[str, 'FrameProcessor'] = {}
self.last_alerts: Dict[str, float] = {}
self.camera_configs: Dict[str, dict] = {}
# New: Zone and team management
self.zones: Dict[str, dict] = {}
self.teams: Dict[str, dict] = {}
# New: Crowd flow data storage
self.crowd_flow_data: Dict[str, dict] = {}
# New: Re-routing suggestions cache
self.re_routing_cache: Dict[str, dict] = {}
# New: Alert deduplication with content hashing
self.alert_content_hash: Dict[str, str] = {}
self.alert_last_sent: Dict[str, float] = {}
state = GlobalState()
# Data models
@dataclass
class PersonDetection:
bbox: List[float] # [x1, y1, x2, y2]
confidence: float
center: Tuple[float, float]
area: float
@dataclass
class FrameAnalysis:
frame_id: str
timestamp: float
people_count: int
people_detections: List[PersonDetection]
density_level: str
anomalies: List[dict]
heatmap_data: Optional[dict] = None
# Load AI models
async def load_models():
"""Load all required AI models"""
try:
# YOLOv8 for person detection
print("Loading YOLOv8 model...")
state.models['yolo'] = YOLO(CONFIG['models']['yolo_model'])
# Warm up the model
dummy_img = np.zeros((640, 640, 3), dtype=np.uint8)
state.models['yolo'](dummy_img, verbose=False)
print("✅ Models loaded successfully")
except Exception as e:
print(f"❌ Error loading models: {e}")
raise
# Enhanced Heatmap Generation
class HeatmapGenerator:
def __init__(self, zone_coordinates: dict, zone_capacity: int):
self.zone_coordinates = zone_coordinates
self.zone_capacity = zone_capacity
self.heatmap_resolution = 50 # 50x50 grid for efficiency
self.heatmap_history = []
def generate_heatmap(self, people_detections: List[PersonDetection], frame_shape: tuple) -> dict:
"""Generate dynamic heatmap based on current crowd detection"""
if not people_detections:
return self._empty_heatmap()
# Create heatmap grid
heatmap = np.zeros((self.heatmap_resolution, self.heatmap_resolution))
# Map detections to heatmap grid
for detection in people_detections:
# Convert frame coordinates to heatmap coordinates
hx, hy = self._frame_to_heatmap_coords(detection.center, frame_shape)
if 0 <= hx < self.heatmap_resolution and 0 <= hy < self.heatmap_resolution:
# Add density based on confidence and area
density_value = detection.confidence * (detection.area / 1000) # Normalize area
heatmap[hy, hx] += density_value
# Apply gaussian smoothing for realistic heatmap
heatmap_smooth = gaussian_filter(heatmap, sigma=1.5)
# Find hotspots
hotspots = self._find_hotspots(heatmap_smooth)
# Calculate overall density metrics
total_density = np.sum(heatmap_smooth)
max_density = np.max(heatmap_smooth)
avg_density = total_density / (self.heatmap_resolution ** 2)
# Calculate occupancy percentage
people_count = len(people_detections)
occupancy_percentage = (people_count / self.zone_capacity) * 100
# Determine density level based on occupancy
density_level = self._calculate_density_level(occupancy_percentage)
# Generate color-coded heatmap data
color_heatmap = self._generate_color_heatmap(heatmap_smooth, density_level)
heatmap_data = {
"hotspots": hotspots,
"total_people": people_count,
"current_density": float(avg_density),
"max_density": float(max_density),
"density_percentage": float(occupancy_percentage),
"density_level": density_level,
"heatmap_shape": [self.heatmap_resolution, self.heatmap_resolution],
"color_heatmap": color_heatmap,
"last_update": datetime.now().isoformat() + "Z"
}
# Store in history for trend analysis
self.heatmap_history.append(heatmap_data)
if len(self.heatmap_history) > 10: # Keep last 10 updates
self.heatmap_history.pop(0)
return heatmap_data
def _calculate_density_level(self, occupancy_percentage: float) -> str:
"""Calculate density level based on occupancy percentage"""
if occupancy_percentage >= 90:
return "CRITICAL"
elif occupancy_percentage >= 70:
return "HIGH"
elif occupancy_percentage >= 40:
return "MEDIUM"
elif occupancy_percentage >= 10:
return "LOW"
else:
return "NONE"
def _generate_color_heatmap(self, heatmap: np.ndarray, density_level: str) -> dict:
"""Generate color-coded heatmap data for frontend visualization"""
# Normalize heatmap to 0-1 range
if np.max(heatmap) > 0:
normalized_heatmap = heatmap / np.max(heatmap)
else:
normalized_heatmap = heatmap
# Convert to color-coded representation
color_data = []
for y in range(self.heatmap_resolution):
row = []
for x in range(self.heatmap_resolution):
intensity = normalized_heatmap[y, x]
color = self._get_color_for_intensity(intensity, density_level)
row.append({
"x": x,
"y": y,
"intensity": float(intensity),
"color": color,
"rgb": self._hex_to_rgb(color)
})
color_data.append(row)
return {
"resolution": self.heatmap_resolution,
"color_data": color_data,
"density_level": density_level,
"color_scale": self._get_color_scale(density_level)
}
def _get_color_for_intensity(self, intensity: float, density_level: str) -> str:
"""Get color based on intensity and density level"""
if density_level == "CRITICAL":
# Red to dark red scale
if intensity < 0.3:
return "#ff6b6b"
elif intensity < 0.6:
return "#ff5252"
else:
return "#d32f2f"
elif density_level == "HIGH":
# Orange to red scale
if intensity < 0.3:
return "#ffb74d"
elif intensity < 0.6:
return "#ff9800"
else:
return "#f57c00"
elif density_level == "MEDIUM":
# Yellow to orange scale
if intensity < 0.3:
return "#fff176"
elif intensity < 0.6:
return "#ffeb3b"
else:
return "#fbc02d"
elif density_level == "LOW":
# Green to yellow scale
if intensity < 0.3:
return "#81c784"
elif intensity < 0.6:
return "#66bb6a"
else:
return "#4caf50"
else:
# Blue for very low density
return "#42a5f5"
def _get_color_scale(self, density_level: str) -> dict:
"""Get color scale information for the current density level"""
scales = {
"CRITICAL": {
"low": "#ff6b6b",
"medium": "#ff5252",
"high": "#d32f2f",
"description": "Critical crowd density - immediate action required"
},
"HIGH": {
"low": "#ffb74d",
"medium": "#ff9800",
"high": "#f57c00",
"description": "High crowd density - monitor closely"
},
"MEDIUM": {
"low": "#fff176",
"medium": "#ffeb3b",
"high": "#fbc02d",
"description": "Moderate crowd density - normal conditions"
},
"LOW": {
"low": "#81c784",
"medium": "#66bb6a",
"high": "#4caf50",
"description": "Low crowd density - safe conditions"
},
"NONE": {
"low": "#42a5f5",
"medium": "#2196f3",
"high": "#1976d2",
"description": "Minimal crowd - very safe conditions"
}
}
return scales.get(density_level, scales["NONE"])
def _hex_to_rgb(self, hex_color: str) -> dict:
"""Convert hex color to RGB values"""
hex_color = hex_color.lstrip('#')
return {
"r": int(hex_color[0:2], 16),
"g": int(hex_color[2:4], 16),
"b": int(hex_color[4:6], 16)
}
def _frame_to_heatmap_coords(self, frame_coords: Tuple[float, float], frame_shape: tuple) -> Tuple[int, int]:
"""Convert frame coordinates to heatmap grid coordinates"""
x, y = frame_coords
frame_width, frame_height = frame_shape[1], frame_shape[0]
# Normalize coordinates to 0-1 range
norm_x = x / frame_width
norm_y = y / frame_height
# Convert to heatmap grid coordinates
hx = int(norm_x * self.heatmap_resolution)
hy = int(norm_y * self.heatmap_resolution)
return hx, hy
def _find_hotspots(self, heatmap: np.ndarray) -> List[dict]:
"""Find high-density areas in the heatmap"""
hotspots = []
threshold = np.max(heatmap) * 0.6 # 60% of max density
# Find regions above threshold
high_density_regions = np.where(heatmap > threshold)
for i in range(len(high_density_regions[0])):
hy, hx = high_density_regions[0][i], high_density_regions[1][i]
intensity = heatmap[hy, hx]
# Convert back to frame coordinates for visualization
frame_x = (hx / self.heatmap_resolution) * 1280 # Assuming 1280x720
frame_y = (hy / self.heatmap_resolution) * 720
hotspots.append({
"center_coordinates": [int(frame_x), int(frame_y)],
"intensity": float(intensity),
"density_level": self._get_density_level(intensity),
"radius": int(20 + (intensity / np.max(heatmap)) * 30) # Dynamic radius
})
return hotspots
def _get_density_level(self, intensity: float) -> str:
"""Determine density level based on intensity"""
if intensity < 0.1:
return "LOW"
elif intensity < 0.3:
return "MEDIUM"
elif intensity < 0.6:
return "HIGH"
else:
return "CRITICAL"
def _empty_heatmap(self) -> dict:
"""Return empty heatmap structure"""
return {
"hotspots": [],
"total_people": 0,
"current_density": 0.0,
"max_density": 0.0,
"density_percentage": 0.0,
"heatmap_shape": [self.heatmap_resolution, self.heatmap_resolution],
"last_update": datetime.now().isoformat() + "Z"
}
# Enhanced FrameProcessor with Zone-Aware Heatmap
class FrameProcessor:
def __init__(self, camera_id: str, source: str, threshold: int = 20, zone_id: str = None):
self.camera_id = camera_id
self.source = source
self.threshold = threshold
self.zone_id = zone_id
self.is_running = False
self.frame_queue = deque(maxlen=CONFIG['processing']['max_frame_queue'])
self.last_count = 0
self.last_heatmap_update = 0
self.movement_tracker = deque(maxlen=10)
self.processing_thread = None
# Initialize heatmap generator if zone is specified
if zone_id and zone_id in state.zones:
zone = state.zones[zone_id]
self.heatmap_generator = HeatmapGenerator(
zone["coordinates"],
zone["capacity"]
)
else:
self.heatmap_generator = None
def start(self):
"""Start the frame processing in a separate thread"""
if self.is_running:
return
self.is_running = True
self.processing_thread = threading.Thread(target=self._process_stream, daemon=True)
self.processing_thread.start()
print(f"✅ Started processing for camera {self.camera_id}")
def stop(self):
"""Stop the frame processing"""
self.is_running = False
if self.processing_thread:
self.processing_thread.join(timeout=2.0)
print(f"🛑 Stopped processing for camera {self.camera_id}")
def _process_stream(self):
"""Main processing loop"""
cap = None
frame_count = 0
try:
# Initialize video capture
if self.source.startswith('rtsp://') or self.source.startswith('http://'):
cap = cv2.VideoCapture(self.source)
cap.set(cv2.CAP_PROP_BUFFERSIZE, 1) # Minimize buffer for real-time
elif Path(self.source).exists():
cap = cv2.VideoCapture(self.source)
else:
raise ValueError(f"Invalid source: {self.source}")
if not cap.isOpened():
raise ValueError(f"Cannot open source: {self.source}")
# Set optimal parameters for real-time processing
cap.set(cv2.CAP_PROP_FPS, 15)
cap.set(cv2.CAP_PROP_FRAME_WIDTH, 1280)
cap.set(cv2.CAP_PROP_FRAME_HEIGHT, 720)
while self.is_running:
ret, frame = cap.read()
if not ret:
if self.source.startswith('rtsp://'):
# Try to reconnect for RTSP streams
time.sleep(1)
cap.release()
cap = cv2.VideoCapture(self.source)
continue
else:
# End of file for video files
break
frame_count += 1
# Skip frames for efficiency
if frame_count % CONFIG['processing']['frame_skip'] != 0:
continue
# Process frame
try:
analysis = self._analyze_frame(frame, frame_count)
asyncio.run(self._handle_analysis(analysis, frame))
except Exception as e:
print(f"Error processing frame {frame_count}: {e}")
continue
# Small delay to prevent overwhelming
time.sleep(0.033) # ~30 FPS max
except Exception as e:
print(f"Error in stream processing for {self.camera_id}: {e}")
finally:
if cap:
cap.release()
def _analyze_frame(self, frame: np.ndarray, frame_count: int) -> FrameAnalysis:
"""Enhanced frame analysis with zone-aware heatmap generation"""
current_time = time.time()
# Run YOLO detection
results = state.models['yolo'](
frame,
conf=CONFIG['models']['confidence_threshold'],
iou=CONFIG['models']['iou_threshold'],
classes=[0], # Only detect persons
verbose=False
)
# Extract person detections
people_detections = []
if len(results) > 0 and results[0].boxes is not None:
boxes = results[0].boxes.xyxy.cpu().numpy()
confidences = results[0].boxes.conf.cpu().numpy()
for box, conf in zip(boxes, confidences):
x1, y1, x2, y2 = box
center = ((x1 + x2) / 2, (y1 + y2) / 2)
area = (x2 - x1) * (y2 - y1)
people_detections.append(PersonDetection(
bbox=[float(x1), float(y1), float(x2), float(y2)],
confidence=float(conf),
center=center,
area=float(area)
))
people_count = len(people_detections)
# Determine density level
density_level = self._calculate_density_level(people_count, people_detections, frame.shape)
# Detect anomalies
anomalies = self._detect_anomalies(people_detections, frame)
# Generate enhanced heatmap if zone is specified
heatmap_data = None
if (self.heatmap_generator and
current_time - self.last_heatmap_update > CONFIG['processing']['heatmap_update_interval']):
heatmap_data = self.heatmap_generator.generate_heatmap(people_detections, frame.shape)
self.last_heatmap_update = current_time
# Store for movement tracking
self.movement_tracker.append({
'timestamp': current_time,
'detections': people_detections,
'count': people_count
})
return FrameAnalysis(
frame_id=f"{self.camera_id}_{frame_count}",
timestamp=current_time,
people_count=people_count,
people_detections=people_detections,
density_level=density_level,
anomalies=anomalies,
heatmap_data=heatmap_data
)
def _calculate_density_level(self, count: int, detections: List[PersonDetection], frame_shape: tuple) -> str:
"""Calculate crowd density level"""
if count == 0:
return "NONE"
elif count < self.threshold * 0.5:
return "LOW"
elif count < self.threshold * 0.8:
return "MEDIUM"
elif count < self.threshold:
return "HIGH"
else:
return "CRITICAL"
def _detect_anomalies(self, detections: List[PersonDetection], frame: np.ndarray) -> List[dict]:
"""Detect various anomalies in the crowd"""
anomalies = []
# 1. Fallen person detection (based on aspect ratio)
for detection in detections:
x1, y1, x2, y2 = detection.bbox
width = x2 - x1
height = y2 - y1
aspect_ratio = height / width if width > 0 else 0
if aspect_ratio < CONFIG['thresholds']['fallen_person_threshold']:
anomalies.append({
"type": "FALLEN_PERSON",
"severity": "HIGH",
"location": detection.center,
"confidence": detection.confidence,
"bbox": detection.bbox,
"message": "Possible fallen person detected"
})
# 2. Stampede detection (based on rapid movement)
if len(self.movement_tracker) >= 3:
current_detections = detections
prev_detections = self.movement_tracker[-2]['detections'] if len(self.movement_tracker) >= 2 else []
if len(current_detections) > 5 and len(prev_detections) > 5:
# Calculate average movement
movements = []
for curr in current_detections:
min_dist = float('inf')
for prev in prev_detections:
dist = np.sqrt((curr.center[0] - prev.center[0])**2 +
(curr.center[1] - prev.center[1])**2)
min_dist = min(min_dist, dist)
if min_dist < float('inf'):
movements.append(min_dist)
if movements and np.mean(movements) > CONFIG['thresholds']['stampede_movement_threshold']:
anomalies.append({
"type": "STAMPEDE",
"severity": "CRITICAL",
"location": [frame.shape[1]//2, frame.shape[0]//2], # Center of frame
"confidence": 0.8,
"message": f"Possible stampede detected - avg movement: {np.mean(movements):.1f}px"
})
# 3. High density clustering
if len(detections) > 10:
centers = np.array([d.center for d in detections])
if len(centers) > 1:
distances = pdist(centers)
avg_distance = np.mean(distances)
if avg_distance < 50: # People very close together
anomalies.append({
"type": "HIGH_DENSITY_CLUSTER",
"severity": "MEDIUM",
"location": list(np.mean(centers, axis=0)),
"confidence": 0.7,
"message": f"High density cluster detected - {len(detections)} people in close proximity"
})
return anomalies
async def _handle_analysis(self, analysis: FrameAnalysis, frame: np.ndarray):
"""Enhanced analysis handling with live map updates"""
current_time = time.time()
# Update zone crowd flow data if camera is associated with a zone
if self.zone_id and self.zone_id in state.crowd_flow_data:
zone_data = state.crowd_flow_data[self.zone_id]
zone_data["people_count"] = analysis.people_count
zone_data["current_occupancy"] = analysis.people_count
zone_data["occupancy_percentage"] = (analysis.people_count / zone_data["capacity"]) * 100
zone_data["density_level"] = analysis.density_level
zone_data["last_update"] = datetime.fromtimestamp(analysis.timestamp).isoformat() + "Z"
# Update heatmap data in zone
if analysis.heatmap_data:
if self.zone_id in state.zones:
state.zones[self.zone_id]["heatmap_data"] = analysis.heatmap_data
# Also update current_occupancy in the zone
state.zones[self.zone_id]["current_occupancy"] = analysis.people_count
# Determine trend based on previous count
if hasattr(self, 'last_zone_count'):
if analysis.people_count > self.last_zone_count:
zone_data["trend"] = "increasing"
elif analysis.people_count < self.last_zone_count:
zone_data["trend"] = "decreasing"
else:
zone_data["trend"] = "stable"
self.last_zone_count = analysis.people_count
# Broadcast live map update
await self._broadcast_live_map_update()
# Check for threshold breach
if analysis.people_count != self.last_count:
# Send live count update
count_update = {
"type": "LIVE_COUNT_UPDATE",
"timestamp": datetime.fromtimestamp(analysis.timestamp).isoformat() + "Z",
"camera_id": self.camera_id,
"zone_id": self.zone_id,
"current_count": analysis.people_count,
"previous_count": self.last_count,
"change": analysis.people_count - self.last_count,
"density_level": analysis.density_level,
"threshold": self.threshold,
"threshold_status": "EXCEEDED" if analysis.people_count > self.threshold else "NORMAL"
}
# Use improved alert deduplication for live count updates
content_hash = _create_content_hash(count_update)
if _should_send_alert("LIVE_COUNT_UPDATE", self.camera_id, content_hash, 2.0): # 2 second debounce for live updates
await self._broadcast_to_websockets("alerts", count_update)
# Check for threshold breach alert
if analysis.people_count > self.threshold:
threshold_alert = {
"type": "THRESHOLD_BREACH",
"id": f"alert_{int(current_time * 1000)}_{uuid.uuid4().hex[:8]}",
"camera_id": self.camera_id,
"zone_id": self.zone_id,
"severity": "HIGH" if analysis.people_count > self.threshold * 1.2 else "MEDIUM",
"message": f"People count ({analysis.people_count}) exceeds threshold ({self.threshold})",
"people_count": analysis.people_count,
"threshold": self.threshold,
"density_level": analysis.density_level,
"timestamp": datetime.fromtimestamp(analysis.timestamp).isoformat() + "Z"
}
# Use improved alert deduplication for threshold breaches
content_hash = _create_content_hash(threshold_alert)
if _should_send_alert("THRESHOLD_BREACH", self.camera_id, content_hash, 10.0): # 10 second debounce for threshold alerts
await self._broadcast_to_websockets("alerts", threshold_alert)
self.last_count = analysis.people_count
# Send anomaly alerts with improved deduplication
for anomaly in analysis.anomalies:
anomaly_alert = {
"type": "ANOMALY_ALERT",
"id": f"alert_{int(current_time * 1000)}_{uuid.uuid4().hex[:8]}",
"camera_id": self.camera_id,
"zone_id": self.zone_id,
"anomaly_type": anomaly['type'],
"severity": anomaly['severity'],
"message": anomaly['message'],
"location": anomaly['location'],
"confidence": anomaly.get('confidence', 0.0),
"timestamp": datetime.fromtimestamp(analysis.timestamp).isoformat() + "Z"
}
# Use improved alert deduplication for anomalies
content_hash = _create_content_hash(anomaly_alert)
if _should_send_alert("ANOMALY_ALERT", self.camera_id, content_hash, 15.0): # 15 second debounce for anomalies
await self._broadcast_to_websockets("alerts", anomaly_alert)
# Send heatmap data with improved deduplication
if analysis.heatmap_data:
heatmap_alert = {
"type": "HEATMAP_ALERT",
"camera_id": self.camera_id,
"zone_id": self.zone_id,
"severity": "HIGH" if analysis.people_count > self.threshold else "MEDIUM",
"message": f"Crowd density heatmap update - {analysis.people_count} people detected",
"heatmap_data": analysis.heatmap_data,
"timestamp": datetime.fromtimestamp(analysis.timestamp).isoformat() + "Z"
}
# Use improved alert deduplication for heatmaps
content_hash = _create_content_hash(heatmap_alert)
if _should_send_alert("HEATMAP_ALERT", self.camera_id, content_hash, 5.0): # 5 second debounce for heatmaps
await self._broadcast_to_websockets("alerts", heatmap_alert)
# Send live frame if there are subscribers
if self.camera_id in state.websocket_connections["frames"] and \
len(state.websocket_connections["frames"][self.camera_id]) > 0:
# Annotate frame with detections and heatmap overlay
annotated_frame = self._annotate_frame_with_heatmap(frame, analysis)
# Encode frame to base64
_, buffer = cv2.imencode('.jpg', annotated_frame, [cv2.IMWRITE_JPEG_QUALITY, 70])
frame_b64 = base64.b64encode(buffer).decode()
live_frame = {
"type": "LIVE_FRAME",
"camera_id": self.camera_id,
"zone_id": self.zone_id,
"frame": f"data:image/jpeg;base64,{frame_b64}",
"people_count": analysis.people_count,
"density_level": analysis.density_level,
"heatmap_data": analysis.heatmap_data,
"timestamp": datetime.fromtimestamp(analysis.timestamp).isoformat() + "Z"
}
await self._broadcast_to_websockets("frames", live_frame, self.camera_id)
async def _broadcast_live_map_update(self):
"""Broadcast live map updates to all connected clients"""
if "live_map" in state.websocket_connections:
try:
map_update = {
"type": "ZONE_UPDATE",
"zone_id": self.zone_id,
"zone_data": state.crowd_flow_data.get(self.zone_id, {}),
"heatmap_data": state.zones.get(self.zone_id, {}).get("heatmap_data", {}),
"timestamp": datetime.now().isoformat() + "Z"
}
await self._broadcast_to_websockets("live_map", map_update)
except Exception as e:
print(f"Error broadcasting live map update: {e}")
def _annotate_frame_with_heatmap(self, frame: np.ndarray, analysis: FrameAnalysis) -> np.ndarray:
"""Annotate frame with detections and heatmap overlay"""
annotated = frame.copy()
# Draw person bounding boxes
for detection in analysis.people_detections:
x1, y1, x2, y2 = [int(x) for x in detection.bbox]
# Color based on confidence
color = (0, 255, 0) if detection.confidence > 0.7 else (0, 255, 255)
cv2.rectangle(annotated, (x1, y1), (x2, y2), color, 2)
cv2.putText(annotated, f"{detection.confidence:.2f}",
(x1, y1 - 10), cv2.FONT_HERSHEY_SIMPLEX, 0.5, color, 1)
# Draw heatmap hotspots if available
if analysis.heatmap_data and "hotspots" in analysis.heatmap_data:
for hotspot in analysis.heatmap_data["hotspots"]:
x, y = hotspot["center_coordinates"]
radius = hotspot["radius"]
intensity = hotspot["intensity"]
# Color based on density level
if hotspot["density_level"] == "CRITICAL":
color = (0, 0, 255) # Red
elif hotspot["density_level"] == "HIGH":
color = (0, 165, 255) # Orange
elif hotspot["density_level"] == "MEDIUM":
color = (0, 255, 255) # Yellow
else:
color = (0, 255, 0) # Green
# Draw heatmap circle
cv2.circle(annotated, (x, y), radius, color, -1)
cv2.circle(annotated, (x, y), radius, (255, 255, 255), 2)
# Add density label
cv2.putText(annotated, f"{intensity:.2f}", (x-20, y+5),
cv2.FONT_HERSHEY_SIMPLEX, 0.4, (255, 255, 255), 1)
# Draw info panel
info_text = [
f"Zone: {self.zone_id or 'Unknown'}",
f"People: {analysis.people_count}",
f"Density: {analysis.density_level}",
f"Threshold: {self.threshold}",
f"Time: {datetime.fromtimestamp(analysis.timestamp).strftime('%H:%M:%S')}"
]
for i, text in enumerate(info_text):
cv2.putText(annotated, text, (10, 30 + i * 25),
cv2.FONT_HERSHEY_SIMPLEX, 0.6, (255, 255, 255), 2)
cv2.putText(annotated, text, (10, 30 + i * 25),
cv2.FONT_HERSHEY_SIMPLEX, 0.6, (0, 0, 0), 1)
return annotated
async def _broadcast_to_websockets(self, channel: str, message: dict, camera_id: str = None):
"""Broadcast message to WebSocket connections"""
if channel == "frames" and camera_id:
connections = state.websocket_connections["frames"][camera_id].copy()
elif channel == "live_map":
connections = state.websocket_connections["live_map"].copy()
else:
connections = state.websocket_connections[channel].copy()
if not connections:
return
message_str = json.dumps(message)
# Remove dead connections
dead_connections = set()
for websocket in connections:
try:
await websocket.send_text(message_str)
except WebSocketDisconnect:
dead_connections.add(websocket)
except Exception as e:
print(f"Error sending WebSocket message: {e}")
dead_connections.add(websocket)
# Clean up dead connections
for dead_ws in dead_connections:
if channel == "frames" and camera_id:
state.websocket_connections["frames"][camera_id].discard(dead_ws)
elif channel == "live_map":
state.websocket_connections["live_map"].discard(dead_ws)
else:
state.websocket_connections[channel].discard(dead_ws)
# Startup event
@app.on_event("startup")
async def startup_event():
"""Initialize the application"""
print("🚀 Starting Crowd Detection & Disaster Management API...")
await load_models()
# Initialize sample zones for testing
sample_zones = [
]
for zone in sample_zones:
state.zones[zone["id"]] = zone
# Initialize crowd flow data
state.crowd_flow_data[zone["id"]] = {
"zone_id": zone["id"],
"zone_name": zone["name"],
"current_occupancy": 0,
"capacity": zone["capacity"],
"occupancy_percentage": 0.0,
"people_count": 0,
"density_level": "LOW",
"trend": "stable",
"last_update": datetime.now().isoformat() + "Z",
"heatmap_history": [],
"crowd_movement": []
}
# Initialize sample teams for testing
sample_teams = [
{
"id": "team_security_01",
"name": "Security Team Alpha",
"role": "security",
"zone_id": "zone_gate_01",
"contact": "+91-98765-43210",
"status": "active",
"created_at": datetime.now().isoformat() + "Z"
},
{
"id": "team_medical_01",
"name": "Medical Team Bravo",
"role": "medical",
"zone_id": "zone_ghat_01",
"contact": "+91-98765-43211",
"status": "active",
"created_at": datetime.now().isoformat() + "Z"
}
]
for team in sample_teams:
state.teams[team["id"]] = team
print("✅ Sample zones and teams initialized")
print("✅ API ready for crowd monitoring!")
@app.on_event("shutdown")
async def shutdown_event():
"""Cleanup on shutdown"""
print("🛑 Shutting down...")
# Stop all frame processors
for processor in state.frame_processors.values():
processor.stop()
print("✅ Shutdown complete")
# WebSocket endpoints
@app.websocket("/ws/alerts")
async def websocket_alerts(websocket: WebSocket):
"""WebSocket endpoint for alerts and notifications"""
await websocket.accept()
state.websocket_connections["alerts"].add(websocket)
try:
# Send initial connection message
await websocket.send_text(json.dumps({
"type": "CONNECTION_ESTABLISHED",
"message": "Connected to alerts stream",
"timestamp": datetime.now().isoformat() + "Z"
}))
# Keep connection alive
while True:
try:
# Send ping every 30 seconds
await asyncio.sleep(30)
await websocket.send_text(json.dumps({
"type": "PING",
"timestamp": datetime.now().isoformat() + "Z"
}))
except WebSocketDisconnect:
break
except WebSocketDisconnect:
pass
finally:
state.websocket_connections["alerts"].discard(websocket)
@app.websocket("/ws/frames/{camera_id}")
async def websocket_frames(websocket: WebSocket, camera_id: str):
"""WebSocket endpoint for live frame updates"""
await websocket.accept()
state.websocket_connections["frames"][camera_id].add(websocket)
try:
# Send initial message
await websocket.send_text(json.dumps({
"type": "CONNECTION_ESTABLISHED",
"message": f"Connected to live frames for camera {camera_id}",
"camera_id": camera_id,
"timestamp": datetime.now().isoformat() + "Z"
}))
# Keep connection alive
while True:
await asyncio.sleep(30)
await websocket.send_text(json.dumps({
"type": "PING",
"camera_id": camera_id,
"timestamp": datetime.now().isoformat() + "Z"
}))
except WebSocketDisconnect:
pass
finally:
state.websocket_connections["frames"][camera_id].discard(websocket)
@app.websocket("/ws/instructions")
async def websocket_instructions(websocket: WebSocket):
"""WebSocket endpoint for emergency instructions"""
await websocket.accept()
state.websocket_connections["instructions"].add(websocket)
try:
await websocket.send_text(json.dumps({
"type": "CONNECTION_ESTABLISHED",
"message": "Connected to emergency instructions stream",
"timestamp": datetime.now().isoformat() + "Z"
}))
while True:
await asyncio.sleep(30)
await websocket.send_text(json.dumps({
"type": "PING",
"timestamp": datetime.now().isoformat() + "Z"
}))
except WebSocketDisconnect:
pass
finally:
state.websocket_connections["instructions"].discard(websocket)
# Live Map WebSocket for Real-time Updates
@app.websocket("/ws/live-map")
async def websocket_live_map(websocket: WebSocket):
"""WebSocket endpoint for live map updates including heatmaps"""
await websocket.accept()
state.websocket_connections["live_map"] = state.websocket_connections.get("live_map", set())
state.websocket_connections["live_map"].add(websocket)
try:
# Send initial map data
initial_data = {
"type": "MAP_INITIALIZATION",
"zones": await get_zones_with_heatmap(),
"timestamp": datetime.now().isoformat() + "Z"
}
await websocket.send_text(json.dumps(initial_data))
# Keep connection alive and send periodic updates
while True:
await asyncio.sleep(5) # Update every 5 seconds
# Send current heatmap data for all zones
map_update = {
"type": "MAP_UPDATE",
"zones": await get_zones_with_heatmap(),
"timestamp": datetime.now().isoformat() + "Z"
}
await websocket.send_text(json.dumps(map_update))
except WebSocketDisconnect:
pass
finally:
state.websocket_connections["live_map"].discard(websocket)
# API Routes
@app.get("/")
async def root():
"""API root with documentation"""
return {
"message": "Crowd Detection & Disaster Management API",
"version": "1.0.0",
"endpoints": {
"zones": {
"create": "POST /zones",
"get_all": "GET /zones",
"get_one": "GET /zones/{zone_id}",
"update": "PUT /zones/{zone_id}",
"delete": "DELETE /zones/{zone_id}"
},
"teams": {
"create": "POST /teams",
"get_all": "GET /teams",
"get_one": "GET /teams/{team_id}",
"update": "PUT /teams/{team_id}",
"delete": "DELETE /teams/{team_id}"
},
"cameras": {
"start_rtsp": "POST /monitor/rtsp",
"process_video": "POST /process/video",
"get_all": "GET /cameras",
"get_config": "GET /camera/{camera_id}/config",
"stop": "POST /camera/{camera_id}/stop",
"update_threshold": "POST /camera/{camera_id}/threshold"
},
"crowd_flow": {
"get_all": "GET /crowd-flow",
"get_zone": "GET /zones/{zone_id}/crowd-flow"
},
"re_routing": {
"get_suggestions": "GET /re-routing-suggestions",
"generate": "POST /re-routing-suggestions/generate"
},
"emergency": {
"send_alert": "POST /emergency",
"send_instructions": "POST /instructions"
},
"system": {
"status": "GET /status"
},
"websockets": {
"alerts": "/ws/alerts",
"frames": "/ws/frames/{camera_id}",
"instructions": "/ws/instructions",
"live_map": "/ws/live-map"
}
},
"testing": {
"rtsp_example": "ffmpeg -f dshow -rtbufsize 200M -i video=\"USB2.0 HD UVC WebCam\" -an -vf scale=1280:720 -r 15 -c:v libx264 -preset ultrafast -tune zerolatency -f rtsp rtsp://127.0.0.1:8554/live",
"websocket_test": "Connect to ws://localhost:8000/ws/alerts to receive real-time alerts",
"sample_data": "Sample zones and teams are automatically created on startup"
}
}
@app.get("/health")
async def health_check():
"""Simple health check endpoint"""
return {
"status": "healthy",
"timestamp": datetime.now().isoformat() + "Z",
"zones_count": len(state.zones),
"cameras_count": len(state.frame_processors),
"models_loaded": bool(state.models)
}
# Enhanced Camera-Zone Association
@app.post("/monitor/rtsp")
async def start_rtsp_monitoring(
camera_id: str = Query(..., description="Unique camera identifier"),
rtsp_url: str = Query(..., description="RTSP stream URL"),
threshold: int = Query(20, description="People count threshold for alerts"),
zone_id: str = Query(..., description="Zone ID this camera is monitoring")
):
"""Start monitoring an RTSP stream with zone association"""
if not zone_id:
raise HTTPException(status_code=400, detail="Zone ID is required for heatmap generation")
if zone_id not in state.zones:
raise HTTPException(status_code=404, detail="Zone not found")
if camera_id in state.frame_processors:
# Stop existing processor
state.frame_processors[camera_id].stop()
del state.frame_processors[camera_id]
try:
# Create and start new processor with zone association
processor = FrameProcessor(camera_id, rtsp_url, threshold, zone_id)
processor.start()
state.frame_processors[camera_id] = processor
state.camera_configs[camera_id] = {
"source": rtsp_url,
"threshold": threshold,
"zone_id": zone_id,
"started_at": datetime.now().isoformat(),
"status": "active"
}
return {
"status": "success",
"message": f"Started monitoring camera {camera_id} in zone {zone_id}",
"camera_id": camera_id,
"zone_id": zone_id,
"rtsp_url": rtsp_url,
"threshold": threshold,
"websocket_endpoints": {
"alerts": f"/ws/alerts",
"frames": f"/ws/frames/{camera_id}",
"live_map": f"/ws/live-map"
}
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to start monitoring: {str(e)}")
# Video processing with zone association
@app.post("/process/video")
async def process_video_file(
camera_id: str = Query(..., description="Unique camera identifier for this video"),
threshold: int = Query(20, description="People count threshold for alerts"),
zone_id: str = Query(..., description="Zone ID this camera is monitoring"),
file: UploadFile = File(..., description="Video file to process")
):
"""Process an uploaded video file with zone association"""
if not zone_id:
raise HTTPException(status_code=400, detail="Zone ID is required for heatmap generation")
if zone_id not in state.zones:
raise HTTPException(status_code=404, detail="Zone not found")
# Validate file type
if not file.content_type.startswith('video/'):
raise HTTPException(status_code=400, detail="File must be a video")
try:
# Save uploaded file temporarily
import tempfile
with tempfile.NamedTemporaryFile(delete=False, suffix='.mp4') as temp_file:
content = await file.read()
temp_file.write(content)
temp_file_path = temp_file.name
# Stop existing processor if running
if camera_id in state.frame_processors:
state.frame_processors[camera_id].stop()
del state.frame_processors[camera_id]
# Create and start processor for video file with zone association
processor = FrameProcessor(camera_id, temp_file_path, threshold, zone_id)
processor.start()
state.frame_processors[camera_id] = processor
state.camera_configs[camera_id] = {
"source": f"video_file_{file.filename}",
"threshold": threshold,
"zone_id": zone_id,
"started_at": datetime.now().isoformat(),
"status": "active",
"file_name": file.filename
}
return {
"status": "success",
"message": f"Started processing video {file.filename} in zone {zone_id}",
"camera_id": camera_id,
"zone_id": zone_id,
"threshold": threshold,
"file_info": {
"filename": file.filename,
"size": len(content),
"content_type": file.content_type
},
"websocket_endpoints": {
"alerts": f"/ws/alerts",
"frames": f"/ws/frames/{camera_id}",
"live_map": f"/ws/live-map"
}
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to process video: {str(e)}")
@app.post("/process/image")
async def process_single_image(
file: UploadFile = File(..., description="Image file to analyze")
):
"""Process a single image for people counting"""
# Validate file type
if not file.content_type.startswith('image/'):
raise HTTPException(status_code=400, detail="File must be an image")
try:
# Read image
content = await file.read()
nparr = np.frombuffer(content, np.uint8)
frame = cv2.imdecode(nparr, cv2.IMREAD_COLOR)
if frame is None:
raise HTTPException(status_code=400, detail="Invalid image file")
# Process with YOLO
results = state.models['yolo'](
frame,
conf=CONFIG['models']['confidence_threshold'],
iou=CONFIG['models']['iou_threshold'],
classes=[0], # Only detect persons
verbose=False
)
# Extract detections
people_detections = []
if len(results) > 0 and results[0].boxes is not None:
boxes = results[0].boxes.xyxy.cpu().numpy()
confidences = results[0].boxes.conf.cpu().numpy()
for box, conf in zip(boxes, confidences):
x1, y1, x2, y2 = box
center = ((x1 + x2) / 2, (y1 + y2) / 2)
people_detections.append({
"bbox": [float(x1), float(y1), float(x2), float(y2)],
"confidence": float(conf),
"center": center
})
# Annotate image
annotated_frame = frame.copy()
for detection in people_detections:
x1, y1, x2, y2 = [int(x) for x in detection["bbox"]]
conf = detection["confidence"]
color = (0, 255, 0) if conf > 0.7 else (0, 255, 255)
cv2.rectangle(annotated_frame, (x1, y1), (x2, y2), color, 2)
cv2.putText(annotated_frame, f"{conf:.2f}",
(x1, y1 - 10), cv2.FONT_HERSHEY_SIMPLEX, 0.5, color, 1)
# Add count text
cv2.putText(annotated_frame, f"People Count: {len(people_detections)}",
(10, 30), cv2.FONT_HERSHEY_SIMPLEX, 1, (255, 255, 255), 3)
cv2.putText(annotated_frame, f"People Count: {len(people_detections)}",
(10, 30), cv2.FONT_HERSHEY_SIMPLEX, 1, (0, 0, 0), 2)
# Encode result
_, buffer = cv2.imencode('.jpg', annotated_frame)
annotated_b64 = base64.b64encode(buffer).decode()
return {
"status": "success",
"people_count": len(people_detections),
"detections": people_detections,
"annotated_image": f"data:image/jpeg;base64,{annotated_b64}",
"analysis": {
"total_detections": len(people_detections),
"high_confidence_count": len([d for d in people_detections if d["confidence"] > 0.7]),
"average_confidence": np.mean([d["confidence"] for d in people_detections]) if people_detections else 0
}
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to process image: {str(e)}")
@app.post("/emergency")
async def send_emergency_alert(
emergency_type: str = Query(..., description="Type of emergency (MEDICAL, FIRE, SECURITY, EVACUATION, OTHER)"),
message: str = Query(..., description="Emergency message"),
location: str = Query(..., description="Location description"),
priority: str = Query("HIGH", description="Priority level (LOW, MEDIUM, HIGH, CRITICAL)"),
camera_id: str = Query(None, description="Associated camera ID if applicable"),
lat: float = Query(None, description="Latitude coordinate"),
lng: float = Query(None, description="Longitude coordinate")
):
"""Send an emergency alert"""
try:
emergency_alert = {
"type": "EMERGENCY_ALERT",
"id": f"emergency_{int(time.time() * 1000)}_{uuid.uuid4().hex[:8]}",
"priority": priority,
"emergency_type": emergency_type,
"title": f"{emergency_type.title()} Emergency",
"message": message,
"location": {
"description": location,
"coordinates": {
"latitude": lat,
"longitude": lng
} if lat is not None and lng is not None else None,
"camera_id": camera_id
},
"timestamp": datetime.now().isoformat() + "Z",
"status": "ACTIVE"
}
# Broadcast to all alert websockets
for websocket in state.websocket_connections["alerts"].copy():
try:
await websocket.send_text(json.dumps(emergency_alert))
except:
state.websocket_connections["alerts"].discard(websocket)
return {
"status": "success",
"message": "Emergency alert sent successfully",
"alert_id": emergency_alert["id"],
"alert": emergency_alert
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to send emergency alert: {str(e)}")
@app.post("/instructions")
async def send_emergency_instructions(
instructions: str = Query(..., description="Emergency instructions to broadcast"),
priority: str = Query("HIGH", description="Priority level"),
duration: int = Query(300, description="How long to keep showing instructions (seconds)")
):
"""Send emergency instructions to all connected clients"""
try:
instruction_message = {
"type": "EMERGENCY_INSTRUCTIONS",
"id": f"instruction_{int(time.time() * 1000)}_{uuid.uuid4().hex[:8]}",
"priority": priority,
"instructions": instructions,
"duration": duration,
"timestamp": datetime.now().isoformat() + "Z"
}
# Broadcast to instruction websockets
for websocket in state.websocket_connections["instructions"].copy():
try:
await websocket.send_text(json.dumps(instruction_message))
except:
state.websocket_connections["instructions"].discard(websocket)
# Also send to alerts channel
for websocket in state.websocket_connections["alerts"].copy():
try:
await websocket.send_text(json.dumps(instruction_message))
except:
state.websocket_connections["alerts"].discard(websocket)
return {
"status": "success",
"message": "Instructions broadcast successfully",
"instruction_id": instruction_message["id"],
"recipients": {
"instruction_subscribers": len(state.websocket_connections["instructions"]),
"alert_subscribers": len(state.websocket_connections["alerts"])
}
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to send instructions: {str(e)}")
@app.get("/status")
async def get_system_status():
"""Get current system status"""
active_cameras = {}
for camera_id, processor in state.frame_processors.items():
config = state.camera_configs.get(camera_id, {})
active_cameras[camera_id] = {
"status": "active" if processor.is_running else "stopped",
"source": config.get("source", "unknown"),
"threshold": config.get("threshold", 0),
"current_count": processor.last_count,
"started_at": config.get("started_at"),
"frame_queue_size": len(processor.frame_queue)
}
return {
"status": "operational",
"timestamp": datetime.now().isoformat() + "Z",
"models_loaded": bool(state.models),
"active_cameras": active_cameras,
"websocket_connections": {
"alerts": len(state.websocket_connections["alerts"]),
"frames": {cam: len(conns) for cam, conns in state.websocket_connections["frames"].items()},
"instructions": len(state.websocket_connections["instructions"]),
"live_map": len(state.websocket_connections["live_map"])
},
"system_info": {
"python_version": "3.x",
"opencv_version": cv2.__version__,
"torch_available": torch.cuda.is_available() if 'torch' in globals() else False
}
}
@app.post("/camera/{camera_id}/stop")
async def stop_camera_monitoring(camera_id: str):
"""Stop monitoring a specific camera"""
if camera_id not in state.frame_processors:
raise HTTPException(status_code=404, detail=f"Camera {camera_id} not found")
try:
state.frame_processors[camera_id].stop()
del state.frame_processors[camera_id]
if camera_id in state.camera_configs:
state.camera_configs[camera_id]["status"] = "stopped"
return {
"status": "success",
"message": f"Stopped monitoring camera {camera_id}",
"camera_id": camera_id
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to stop camera: {str(e)}")
@app.get("/camera/{camera_id}/config")
async def get_camera_config(camera_id: str):
"""Get configuration for a specific camera"""
if camera_id not in state.camera_configs:
raise HTTPException(status_code=404, detail=f"Camera {camera_id} not found")
config = state.camera_configs[camera_id].copy()
if camera_id in state.frame_processors:
processor = state.frame_processors[camera_id]
config.update({
"is_running": processor.is_running,
"current_count": processor.last_count,
"frame_queue_size": len(processor.frame_queue)
})
return config
@app.post("/camera/{camera_id}/threshold")
async def update_camera_threshold(
camera_id: str,
threshold: int = Query(..., description="New threshold value")
):
"""Update threshold for a specific camera"""
if camera_id not in state.frame_processors:
raise HTTPException(status_code=404, detail=f"Camera {camera_id} not found")
try:
state.frame_processors[camera_id].threshold = threshold
state.camera_configs[camera_id]["threshold"] = threshold
return {
"status": "success",
"message": f"Updated threshold for camera {camera_id}",
"camera_id": camera_id,
"new_threshold": threshold
}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to update threshold: {str(e)}")
# ============================================================================
# FIXED ROUTES FOR BACKEND SERVICE INTEGRATION
# ============================================================================
# Add this import at the top if not already there
from pydantic import BaseModel
# Define the request model
class ReRoutingRequest(BaseModel):
from_zone_id: str
to_zone_id: str
# Enhanced Zone Model
class ZoneCoordinates(BaseModel):
lng: float
lat: float
radius: float = 100 # meters
boundary_points: Optional[List[Dict[str, float]]] = None # For complex zones
class ZoneData(BaseModel):
name: str
type: str
coordinates: ZoneCoordinates
capacity: int
description: str
zone_id: Optional[str] = None
# Enhanced Zone Creation Route
@app.post("/zones")
async def create_zone(zone_data: ZoneData):
"""Create a new zone with enhanced coordinate system"""
try:
zone_id = str(uuid.uuid4())
# Create zone with enhanced data
zone = {
"id": zone_id,
"name": zone_data.name,
"type": zone_data.type,
"coordinates": zone_data.coordinates.dict(),
"capacity": zone_data.capacity,
"description": zone_data.description,
"current_occupancy": 0,
"status": "active",
"created_at": datetime.now().isoformat() + "Z",
"heatmap_data": {
"hotspots": [],
"current_density": 0.0,
"max_density": 0.0,
"last_update": datetime.now().isoformat() + "Z"
}
}
state.zones[zone_id] = zone
# Initialize enhanced crowd flow data
state.crowd_flow_data[zone_id] = {
"zone_id": zone_id,
"zone_name": zone["name"],
"coordinates": zone["coordinates"],
"current_occupancy": 0,
"capacity": zone["capacity"],
"occupancy_percentage": 0.0,
"people_count": 0,
"density_level": "LOW",
"trend": "stable",
"last_update": datetime.now().isoformat() + "Z",
"heatmap_history": [],
"crowd_movement": []
}
return zone
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to create zone: {str(e)}")
# Get zones with heatmap data
@app.get("/zones/heatmap")
async def get_zones_with_heatmap():
"""Get all zones with current heatmap data"""
try:
zones_with_heatmap = []
for zone_id, zone in state.zones.items():
crowd_data = state.crowd_flow_data.get(zone_id, {})
zone_heatmap = {
"id": zone_id,
"name": zone["name"],
"type": zone["type"],
"coordinates": zone["coordinates"],
"capacity": zone["capacity"],
"current_occupancy": crowd_data.get("people_count", 0),
"density_level": crowd_data.get("density_level", "LOW"),
"heatmap_data": zone.get("heatmap_data", {}),
"crowd_flow": crowd_data,
"description": zone.get("description", ""),
"status": zone.get("status", "active"),
"created_at": zone.get("created_at", "")
}
zones_with_heatmap.append(zone_heatmap)
return zones_with_heatmap
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to fetch zones with heatmap: {str(e)}")
# Zone Management Routes (Missing - Add these)
# @app.get("/zones/{zone_id}") - REMOVED
# async def get_zone(zone_id: str):
# """Get a specific zone"""
# try:
# if zone_id not in state.zones:
# raise HTTPException(status_code=404, detail="Zone not found")
# return state.zones[zone_id]
# except Exception as e:
# raise HTTPException(status_code=500, detail=f"Failed to fetch zone: {str(e)}")
# @app.put("/zones/{zone_id}") - REMOVED
# async def update_zone(zone_id: str, zone_data: dict):
# """Update a zone"""
# try:
# if zone_id not in state.zones:
# raise HTTPException(status_code=404, detail="Zone not found")
#
# # Update zone data
# for key, value in zone_data.items():
# if key in state.zones[zone_id]:
# state.zones[zone_id][key] = value
#
# # Update crowd flow data if capacity changed
# if "capacity" in zone_data:
# zone = state.zones[zone_id]
# if zone_id in state.crowd_flow_data:
# state.crowd_flow_data[zone_id]["capacity"] = zone["capacity"]
# state.crowd_flow_data[zone_id]["occupancy_percentage"] = (
# zone["current_occupancy"] / zone["capacity"] * 100
# )
#
# return state.zones[zone_id]
#
# except Exception as e:
# raise HTTPException(status_code=500, detail=f"Failed to update zone: {str(e)}")
# @app.delete("/zones/{zone_id}") - REMOVED
# async def delete_zone(zone_id: str):
# """Delete a zone"""
# try:
# if zone_id not in state.zones:
# raise HTTPException(status_code=404, detail="Zone not found")
#
# # Remove zone and related data
# del state.zones[zone_id]
# if zone_id in state.crowd_flow_data:
# del state.crowd_flow_data[zone_id]
# if zone_id in state.re_routing_cache:
# del state.re_routing_cache[zone_id]
#
# return {"status": "success", "message": f"Zone {zone_id} deleted"}
#
# except Exception as e:
# raise HTTPException(status_code=500, detail=f"Failed to delete zone: {str(e)}")
# Team Management Routes
@app.post("/teams")
async def create_team(team_data: dict):
"""Create a new team"""
try:
team_id = str(uuid.uuid4())
team = {
"id": team_id,
"name": team_data["name"],
"role": team_data["role"],
"zone_id": team_data["zone_id"],
"contact": team_data["contact"],
"status": "active",
"created_at": datetime.now().isoformat() + "Z"
}
state.teams[team_id] = team
return team
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to create team: {str(e)}")
@app.get("/teams")
async def get_teams():
"""Get all teams"""
try:
if not state.teams:
return []
return list(state.teams.values())
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to fetch teams: {str(e)}")
@app.get("/teams/{team_id}")
async def get_team(team_id: str):
"""Get a specific team"""
try:
if team_id not in state.teams:
raise HTTPException(status_code=404, detail="Team not found")
return state.teams[team_id]
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to fetch team: {str(e)}")
@app.put("/teams/{team_id}")
async def update_team(team_id: str, team_data: dict):
"""Update a team"""
try:
if team_id not in state.teams:
raise HTTPException(status_code=404, detail="Team not found")
for key, value in team_data.items():
if key in state.teams[team_id]:
state.teams[team_id][key] = value
return state.teams[team_id]
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to update team: {str(e)}")
@app.delete("/teams/{team_id}")
async def delete_team(team_id: str):
"""Delete a team"""
try:
if team_id not in state.teams:
raise HTTPException(status_code=404, detail="Team not found")
del state.teams[team_id]
return {"status": "success", "message": f"Team {team_id} deleted"}
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to delete team: {str(e)}")
# Crowd Flow Analysis Routes (Missing - Add these)
@app.get("/crowd-flow")
async def get_crowd_flow_data():
"""Get crowd flow data for all zones"""
try:
if not state.crowd_flow_data:
return []
return list(state.crowd_flow_data.values())
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to fetch crowd flow data: {str(e)}")
@app.get("/zones/{zone_id}/crowd-flow")
async def get_zone_crowd_flow(zone_id: str):
"""Get crowd flow data for a specific zone"""
try:
if zone_id not in state.crowd_flow_data:
raise HTTPException(status_code=404, detail="Zone not found")
return state.crowd_flow_data[zone_id]
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to fetch zone crowd flow: {str(e)}")
# Re-routing Suggestions Routes (Missing - Add these)
@app.get("/re-routing-suggestions")
async def get_re_routing_suggestions(zone_id: str = Query(None, description="Zone ID to get suggestions for")):
"""Get re-routing suggestions"""
try:
if zone_id:
# Get suggestions for specific zone
if zone_id not in state.crowd_flow_data:
raise HTTPException(status_code=404, detail="Zone not found")
current_zone = state.crowd_flow_data[zone_id]
suggestions = _generate_re_routing_suggestions(current_zone, list(state.crowd_flow_data.values()))
return suggestions
else:
# Get all suggestions
all_suggestions = []
for zone_id, zone_data in state.crowd_flow_data.items():
if zone_data["density_level"] in ["HIGH", "CRITICAL"]:
suggestions = _generate_re_routing_suggestions(zone_data, list(state.crowd_flow_data.values()))
all_suggestions.extend(suggestions)
return all_suggestions
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to get re-routing suggestions: {str(e)}")
@app.post("/re-routing-suggestions/generate")
async def generate_re_routing_suggestion(data: ReRoutingRequest):
"""Generate custom re-routing suggestion between two zones"""
try:
from_zone_id = data.from_zone_id
to_zone_id = data.to_zone_id
if from_zone_id not in state.crowd_flow_data or to_zone_id not in state.crowd_flow_data:
raise HTTPException(status_code=404, detail="Zone not found")
from_zone = state.crowd_flow_data[from_zone_id]
to_zone = state.crowd_flow_data[to_zone_id]
suggestion = _create_re_routing_suggestion(from_zone, to_zone)
return suggestion
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to generate re-routing suggestion: {str(e)}")
# Camera Management Routes (Missing - Add these)
@app.get("/cameras")
async def get_cameras():
"""Get all cameras with zone information"""
try:
cameras = []
for camera_id, config in state.camera_configs.items():
camera = {
"id": camera_id,
"name": f"Camera {camera_id}",
"zone_id": config.get("zone_id", "unknown"),
"rtsp_url": config.get("source", ""),
"status": config.get("status", "stopped"),
"people_count": state.frame_processors[camera_id].last_count if camera_id in state.frame_processors else 0,
"threshold": config.get("threshold", 20),
"created_at": config.get("started_at", "")
}
cameras.append(camera)
return cameras
except Exception as e:
raise HTTPException(status_code=500, detail=f"Failed to fetch cameras: {str(e)}")
# ============================================================================
# HELPER FUNCTIONS FOR RE-ROUTING AND CROWD ANALYSIS
# ============================================================================
def _generate_re_routing_suggestions(current_zone: dict, all_zones: list) -> list:
"""Generate re-routing suggestions for a zone"""
suggestions = []
# Filter candidate zones (exclude current and critical ones)
candidate_zones = [
zone for zone in all_zones
if zone["zone_id"] != current_zone["zone_id"]
and zone["density_level"] != "CRITICAL"
and zone["occupancy_percentage"] < 90
]
# Sort by optimal conditions
candidate_zones.sort(key=lambda x: (
{"LOW": 1, "MEDIUM": 2, "HIGH": 3, "CRITICAL": 4}[x["density_level"]],
x["occupancy_percentage"]
))
# Generate top 3 suggestions
for zone in candidate_zones[:3]:
suggestion = _create_re_routing_suggestion(current_zone, zone)
suggestions.append(suggestion)
return suggestions
def _create_re_routing_suggestion(from_zone: dict, to_zone: dict) -> dict:
"""Create a re-routing suggestion between two zones"""
urgency = _calculate_urgency(from_zone, to_zone)
estimated_wait_time = _estimate_wait_time(to_zone)
return {
"from_zone": from_zone["zone_id"],
"to_zone": to_zone["zone_id"],
"reason": _generate_re_routing_reason(from_zone, to_zone),
"urgency": urgency,
"estimated_wait_time": estimated_wait_time,
"alternative_routes": _find_alternative_routes(from_zone["zone_id"], to_zone["zone_id"], [from_zone, to_zone]),
"crowd_conditions": {
"from_zone": from_zone,
"to_zone": to_zone
}
}
def _calculate_urgency(from_zone: dict, to_zone: dict) -> str:
"""Calculate urgency level for re-routing"""
from_density = from_zone["density_level"]
to_density = to_zone["density_level"]
if from_density == "CRITICAL" and to_density == "LOW":
return "critical"
elif from_density == "HIGH" and to_density == "LOW":
return "high"
elif from_density == "MEDIUM" and to_density == "LOW":
return "medium"
else:
return "low"
def _estimate_wait_time(zone: dict) -> int:
"""Estimate wait time for a zone"""
base_wait_time = 5 # minutes
occupancy_multiplier = zone["occupancy_percentage"] / 100
density_multiplier = {"LOW": 1, "MEDIUM": 1.5, "HIGH": 2, "CRITICAL": 3}[zone["density_level"]]
return round(base_wait_time * occupancy_multiplier * density_multiplier)
def _generate_re_routing_reason(from_zone: dict, to_zone: dict) -> str:
"""Generate human-readable reason for re-routing"""
if from_zone["density_level"] == "CRITICAL":
return f"Critical crowd density detected. Redirecting to {to_zone['zone_name']} for safety."
if from_zone["occupancy_percentage"] > 80:
return f"High occupancy ({from_zone['occupancy_percentage']:.1f}%). {to_zone['zone_name']} has better capacity."
return f"Better crowd conditions at {to_zone['zone_name']}. Estimated wait time: {_estimate_wait_time(to_zone)} minutes."
def _find_alternative_routes(from_zone_id: str, to_zone_id: str, all_zones: list) -> list:
"""Find alternative routes for re-routing"""
alternative_zones = [
zone for zone in all_zones
if zone["zone_id"] not in [from_zone_id, to_zone_id]
and zone["density_level"] == "LOW"
]
return [zone["zone_name"] for zone in alternative_zones[:2]]
# ============================================================================
# IMPROVED ALERT SYSTEM WITH DEDUPLICATION
# ============================================================================
def _should_send_alert(alert_type: str, camera_id: str, content_hash: str, debounce_time: float = 5.0) -> bool:
"""Check if an alert should be sent (prevents duplicates)"""
current_time = time.time()
alert_key = f"{alert_type}_{camera_id}"
# Check if content is the same
if alert_key in state.alert_content_hash and state.alert_content_hash[alert_key] == content_hash:
# Check debounce time
if alert_key in state.alert_last_sent:
if current_time - state.alert_last_sent[alert_key] < debounce_time:
return False
# Update tracking
state.alert_content_hash[alert_key] = content_hash
state.alert_last_sent[alert_key] = current_time
return True
def _create_content_hash(data: dict) -> str:
"""Create a hash of alert content for deduplication"""
import hashlib
# Create a stable string representation
content_str = json.dumps(data, sort_keys=True)
return hashlib.md5(content_str.encode()).hexdigest()
# ============================================================================
# UPDATED FRAME PROCESSOR WITH IMPROVED ALERT SYSTEM
# ============================================================================ |