From 14ac4d96c07140a12f116f92a8dd5f9f55873a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 1 Dec 2023 10:12:06 +0100 Subject: [PATCH] raise thr --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 59e0ca7..bd9d3ce 100644 --- a/src/main.rs +++ b/src/main.rs @@ -39,7 +39,7 @@ const THUMB_H: usize = 8; /// Threshold for bird detection. /// Bird is detected if the sum of deviations from a median value in a picture exceeds this threshold. -const THRESHOLD_DEVIATION: u32 = 600; +const THRESHOLD_DEVIATION: u32 = 300; fn main() { env_logger::init();