From 4f398a659356f7f44dac5985a8df829eaf3c626f Mon Sep 17 00:00:00 2001 From: zqc <835569504@qq.com> Date: Thu, 12 Mar 2026 10:50:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0last=5Fseen=5Ftime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biz/checkpoint/checkpoint_biz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/biz/checkpoint/checkpoint_biz.py b/biz/checkpoint/checkpoint_biz.py index 74ad8df..6447757 100644 --- a/biz/checkpoint/checkpoint_biz.py +++ b/biz/checkpoint/checkpoint_biz.py @@ -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], } From af8a6f7822d9f6eac02dfa5044b12e9f70e261a4 Mon Sep 17 00:00:00 2001 From: zqc <835569504@qq.com> Date: Thu, 12 Mar 2026 10:50:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?web=20page=E9=A2=84=E8=A7=88=E5=9B=BE?= =?UTF-8?q?=E6=9C=80=E5=A4=A7=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_page_2/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web_page_2/index.html b/web_page_2/index.html index 3eda82a..44f56f0 100644 --- a/web_page_2/index.html +++ b/web_page_2/index.html @@ -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 {