aumentato cooldown face tracking a 5 secondi

This commit is contained in:
David Frassi
2026-07-13 18:40:48 +02:00
parent 94d014f815
commit 3c91355e10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export class FaceDetectorService {
private readonly TILT_THRESHOLD = 15; // Degrees to trigger next/prev page private readonly TILT_THRESHOLD = 15; // Degrees to trigger next/prev page
private readonly TILT_HOLD_MS = 300; // How long to hold the tilt private readonly TILT_HOLD_MS = 300; // How long to hold the tilt
private readonly RETURN_THRESHOLD = 6; // Degrees to reset cooldown private readonly RETURN_THRESHOLD = 6; // Degrees to reset cooldown
private readonly TRIGGER_COOLDOWN_MS = 2000; // Minimum time between consecutive gestures in ms private readonly TRIGGER_COOLDOWN_MS = 5000; // Minimum time between consecutive gestures in ms (5 seconds)
constructor() {} constructor() {}
+1 -1
View File
@@ -1 +1 @@
export const VERSION = '2026.07.13.1755'; export const VERSION = '2026.07.13.1837';