From b011e36ddfcc0230d1be9e0b9184d5d28d240d7f Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Mon, 27 May 2024 20:08:32 +0000 Subject: [PATCH] Adjust dark webcam threshold --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 245bbcb..b5393be 100644 --- a/src/App.vue +++ b/src/App.vue @@ -217,7 +217,7 @@ export default { wasTooDark: false, // previous average was too dark // Configuration thresholds: how dark is too dark? (0-255) - threshold: 60, + threshold: 10, }, },