From d8a175c358dbb8cc5e1ff482e5852a9d9f8cf3e1 Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Wed, 2 Sep 2020 09:09:10 -0400 Subject: [PATCH] Add an additional delay to identification capture Helps to ensure that the sample falls within the stored fingerprints. --- turntable/turntable.py | 1 + 1 file changed, 1 insertion(+) diff --git a/turntable/turntable.py b/turntable/turntable.py index 4a3cc77..29ff834 100644 --- a/turntable/turntable.py +++ b/turntable/turntable.py @@ -20,6 +20,7 @@ logger = logging.getLogger(__name__) FINGERPRINT_DELAY = 5 +FINGERPRINT_IDENTIFY_DELAY = 5 FINGERPRINT_IDENTIFY_SECONDS = 5 FINGERPRINT_STORE_SECONDS = 30 SAMPLE_SECONDS = 30