howdy/config_template.py
2018-01-05 16:07:48 +01:00

10 lines
366 B
Python

# 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 recomended
certainty = 3
# The number of frames to capture and to process before timing out
frame_count = 80
# The /dev/videoX id to capture frames from
# On my laptop, video0 is the normal camera and video1 is the IR version
device_id = 1