From 3a5461b91ed1ff49bdc94c1372ce25a7c5fc2860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 13 Dec 2022 23:06:42 +0200 Subject: [PATCH] Bump event window --- camdetect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camdetect.py b/camdetect.py index 251ef30..d658a40 100755 --- a/camdetect.py +++ b/camdetect.py @@ -48,7 +48,7 @@ S3_BUCKET_NAME = os.getenv("S3_BUCKET_NAME", "camdetect") MONGO_URI = os.getenv("MONGO_URI", "mongodb://127.0.0.1:27017/default") MONGO_COLLECTION = os.getenv("MONGO_COLLECTION", "eventlog") SOURCE_NAME = os.environ["SOURCE_NAME"] -SLIDE_WINDOW = 2 +SLIDE_WINDOW = 4 DCT_BLOCK_SIZE = 8 UPLOAD_FRAMESKIP = 3 CLOCK_SKEW_TOLERANCE = timedelta(seconds=3)