58 lines
1.7 KiB
INI
58 lines
1.7 KiB
INI
# Howdy config file
|
|
# Press CTRL + X to save in the nano editor
|
|
|
|
[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
|
|
|
|
# Disable Howdy in remote shells
|
|
ignore_ssh = true
|
|
|
|
# Auto dismiss lock screen on confirmation
|
|
# Will run loginctl unlock-sessions after every auth
|
|
# Expirimental, can behave incorrectly on some systems
|
|
dismiss_lockscreen = false
|
|
|
|
# Disable howdy in the PAM
|
|
# The howdy command will still function
|
|
disabled = 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 seconds to search before timing out
|
|
timout = 4
|
|
|
|
# The path of the device to capture frames from
|
|
# Should be set automatically by the installer
|
|
device_path = none
|
|
|
|
# Scale down the video feed to this maximum height
|
|
# Speeds up face recognition but can make it less precise
|
|
max_height = 320
|
|
|
|
# Force the use of Motion JPEG when decoding frames, fixes issues with
|
|
# YUYV raw frame deconding
|
|
force_mjpeg = false
|
|
|
|
# Set the camera input profile to this width and height
|
|
# The largest profile will be used if set to -1
|
|
# Automatically ignored if not a valid profile
|
|
frame_width = -1
|
|
frame_height = -1
|
|
|
|
# Because of flashing IR emitters, some frames can be completely unlit
|
|
# Skip the frame if the lowest 1/8 of the histogram is above this percentage
|
|
# of the total
|
|
# The lower this setting is, the more dark frames are ignored
|
|
dark_threshold = 50
|
|
|
|
[debug]
|
|
# Show a short but detailed diagnostic report in console
|
|
end_report = false
|