From 9262799466787981103da1e97e9e0b894ddd9ec6 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Fri, 8 Nov 2024 23:06:28 +0800 Subject: [PATCH] fixup coords --- bus_analyzer/bus_analyzer/extract.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bus_analyzer/bus_analyzer/extract.py b/bus_analyzer/bus_analyzer/extract.py index e08e3c2..023856e 100644 --- a/bus_analyzer/bus_analyzer/extract.py +++ b/bus_analyzer/bus_analyzer/extract.py @@ -12,8 +12,8 @@ from common.segments import extract_frame, parse_segment_path # DB2024 1080p buscam # bounding box (left x, top y, right x, bottom y) of the area the odometer can be in AREA_COORDS = { - "odo": (1053, 857, 1170, 925), - "clock": (1498, 852, 1590, 905) + "odo": (1053, 857, 1170, 930), + "clock": (1498, 852, 1590, 910) } # starting x coord of each digit within the odo box DIGIT_X_COORDS = {