-
Notifications
You must be signed in to change notification settings - Fork 0
Common issues
This page lists known solutions to common problems. If you have an solution to a problem that's happening a lot, please add it below.
Some IR cameras only work at specific resolutions. Try running the following command: (replace DEVICE_PATH with the path found under device_path in sudo howdy config)
v4l2-ctl -d DEVICE_PATH --list-formats-ext
This command should list all available formats. For example, my cameras 340 by 340 resolution option is reported like this:
Size: Discrete 340x340
Experiment with these values by setting frame_width and frame_height in sudo howdy config.
For some lockscreens, the "Identified face" message can stop a successful unlock. You can disable this message with the no_confirmation config option: (run sudo howdy config to open the config file)
no_confirmation = true
Your lockscreen might not be running Howdy as root, which prevents Howdy from running. Setting the execution bit so every user can run Howdy might be the solution:
chmod o+x /lib/security/howdy/dlib-data