This commit is contained in:
2026-03-31 16:28:57 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -355,6 +355,7 @@ class KadianDetector:
self.car_enter_pending[tid] = {
'first_seen': self.current_frame_idx,
'last_seen': self.current_frame_idx,
'last_seen_time': current_time_sec,
'frames_count': 1,
'last_box': [x1, y1, x2, y2],
}

View File

@@ -138,8 +138,9 @@
min-width: 0;
}
#liveImage {
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
object-fit: contain;
background: #000;
}
.status-bar {