Howdy: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''Tutorial:''' [https://itsfoss.com/face-unlock-ubuntu/ How to Set Up Facial Recognition to Sign into Ubuntu and Other Linux Distributions] == In A Nutshell == === Installa...") |
m (→Installation) |
||
Line 7: | Line 7: | ||
add-apt-repository ppa:boltgolt/howdy | add-apt-repository ppa:boltgolt/howdy | ||
apt update | apt update | ||
apt install howdy v4l-utils | apt -y install howdy v4l-utils | ||
=== Checking === | === Checking === |
Latest revision as of 18:46, 31 August 2020
Tutorial: How to Set Up Facial Recognition to Sign into Ubuntu and Other Linux Distributions
In A Nutshell
Installation
add-apt-repository ppa:boltgolt/howdy apt update apt -y install howdy v4l-utils
Checking
v4l2-ctl --list-devices
Add your face for facial recognition
howdy -U username add
Supplying the user name is optional.