Compare commits

...

2 Commits

Author SHA1 Message Date
zqc
af8a6f7822 web page预览图最大化 2026-03-12 10:50:51 +08:00
zqc
4f398a6593 增加last_seen_time 2026-03-12 10:50:27 +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 {