This shows you the differences between two versions of the page.
— |
wiki:howdyfacialrecognition [2021/09/30 18:57] (current) admin created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Howdy - Windows Hello for Linux ====== | ||
+ | Howdy is a neat project that allows you to use any webcam (IR or otherwise) to authenticate with Linux using facial recognition, | ||
+ | |||
+ | Like I said any web cam will do, but if you have a web cam that specifically calls out windows hello that would work better as it will be an IR camera, which will allow you to use it in low to no light conditions and not just when well lit. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Installation ===== | ||
+ | |||
+ | First head over to here and pick your preferred install method, I'm on arch so for me its a simple yay -S howdy. Follow the install instructions for your specific distro. | ||
+ | |||
+ | Next we can find some good documentation on it here. But I'll cover most of it below, just be sure to note where to find this | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Configuration ===== | ||
+ | |||
+ | First you'll want to make sure you have the correct webcam selected in the howdy config, usually its /dev/video1 if you have both an IR camera, and a regular. /dev/video0 if you only have one. | ||
+ | |||
+ | - Open the howdy config file with '' | ||
+ | - find the line '' | ||
+ | - set '' | ||
+ | - save and close the config file | ||
+ | - test the camera with '' | ||
+ | |||
+ | Next you'll need to add a model for your face, do this with '' | ||
+ | |||
+ | Next you'll need to get pam set up so that our system knows to try facial recognition before falling back on a password for authentication. | ||
+ | |||
+ | - Edit the system-auth pam file with '' | ||
+ | - in the first section above the '' | ||
+ | - open a new terminal and test it by executing something as sudo. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Conclusion ===== | ||
+ | |||
+ | That's basically how it's done, much easier that the U2F thing I posted about before, and honestly I think it works great! |