From 72f72ada2d6ae92491a7cb5e8b37790cf61127e4 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Fri, 29 Nov 2019 10:05:58 +1100 Subject: [PATCH] Increase recording duration --- spectur_live_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectur_live_view.py b/spectur_live_view.py index e006a61..75359e0 100644 --- a/spectur_live_view.py +++ b/spectur_live_view.py @@ -28,7 +28,7 @@ URL = 'https://camera.uwatchit.com.au/UWatchitWebV2/User/LiveView#' OUTPUT_DIR = 'images' TIMEZONE = 'Australia/Sydney' WAIT_TIME = 0.1 -RECORDING_DURATION = 5 +RECORDING_DURATION = 120 SILENT = True IMAGE_MASK = 'mask/overtopping-mask.png' username = ''