From 81f851b9415c43565084965d34f76bad369cac60 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Sat, 9 Nov 2024 12:15:27 +1100 Subject: [PATCH] Update comment --- bus_analyzer/bus_analyzer/extract.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bus_analyzer/bus_analyzer/extract.py b/bus_analyzer/bus_analyzer/extract.py index 2d37e72..88efeb9 100644 --- a/bus_analyzer/bus_analyzer/extract.py +++ b/bus_analyzer/bus_analyzer/extract.py @@ -314,7 +314,6 @@ def recognize_time_of_day(frame): 'dawn': (118, 0, 0), # estimated from previous years } threshold = 20 # use stronger constraint once we have dusk, night and dawn footage - # these are for 720p; will need to multiple by 3/2 for 1080p sky_pixel = frame.getpixel((1614, 192)) dash_pixel = frame.getpixel((945, 864))