howdy/config.ini
2018-02-13 16:31:30 +01:00

23 lines
659 B
INI

[core]
# Do not print anything when a face verification succeeds
no_confirmation = false
# When a user without a known face model tries to use this script, don't
# show an error but fail silently
suppress_unknown = false
[video]
# The certainty of the detected face belonging to the user of the account
# On a scale from 1 to 10, values above 5 are not recommended
certainty = 3.5
# The number of frames to capture and to process before timing out
frame_count = 30
# The /dev/videoX id to capture frames from
# Should be set automatically by the installer
device_id = 1
[debug]
# Show a short but detailed diagnostic report in console
end_report = false