Add an additional delay to identification capture

Helps to ensure that the sample falls within the stored fingerprints.
This commit is contained in:
Correl Roush 2020-09-02 09:09:10 -04:00
parent bf70b06e72
commit d8a175c358

View file

@ -20,6 +20,7 @@ logger = logging.getLogger(__name__)
FINGERPRINT_DELAY = 5 FINGERPRINT_DELAY = 5
FINGERPRINT_IDENTIFY_DELAY = 5
FINGERPRINT_IDENTIFY_SECONDS = 5 FINGERPRINT_IDENTIFY_SECONDS = 5
FINGERPRINT_STORE_SECONDS = 30 FINGERPRINT_STORE_SECONDS = 30
SAMPLE_SECONDS = 30 SAMPLE_SECONDS = 30