aumentato cooldown face tracking a 5 secondi
This commit is contained in:
@@ -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
@@ -1 +1 @@
|
|||||||
export const VERSION = '2026.07.13.1755';
|
export const VERSION = '2026.07.13.1837';
|
||||||
|
|||||||
Reference in New Issue
Block a user