I wish we had good support for fingerprint readers instead.
I use fprintd and it works well with GNOME + builtin Elan sensor. It indeed needs more complex configuration than Touch ID or Windows Hello though.
Howdy – Windows Hello style facial authentication for Linux
31–40 of 47 posts
Re: Howdy – Windows Hello style facial authentication for Linux
#32Earlier quoted context omitted.
Apple's Face ID uses what is essentially a 3D camera, a simple 2D color camera cannot compare to that in terms of accuracy.
Windows also uses infrared LEDs to light your face and prevent a flat photo from being recognised as a face.
Re: Howdy – Windows Hello style facial authentication for Linux
#33Earlier quoted context omitted.
Windows also uses infrared LEDs to light your face and prevent a flat photo from being recognised as a face.
Windows is an operating system and does not have dependence on specific hardware being present.
Re: Howdy – Windows Hello style facial authentication for Linux
#34Earlier quoted context omitted.
Windows also uses infrared LEDs to light your face and prevent a flat photo from being recognised as a face.
Windows is an operating system and does not have dependence on specific hardware being present.
Re: Howdy – Windows Hello style facial authentication for Linux
#35Earlier quoted context omitted.
Windows is an operating system and does not have dependence on specific hardware being present.
Incorrect. Windows Hello uses special hardware.
Re: Howdy – Windows Hello style facial authentication for Linux
#36Earlier quoted context omitted.
Apple's Face ID uses what is essentially a 3D camera, a simple 2D color camera cannot compare to that in terms of accuracy.
AFAIK Pixel phones, including the Pixel 9, only use 2D images for face unlock. So it's definitely possible to reach mainstream quality with conventional cameras. (Unless you'd argue that the face unlock found on Pixels is not passable either)
Re: Howdy – Windows Hello style facial authentication for Linux
#37I know there was extensive testing when face recognition authentication came to smartphones. I wonder how an open source project like this one compares. I suspect there are substantially more false positives/negatives than on a commercially developed version that needs to support everyone to be successful.
This package is in no way as secure as a password and will never be. Although it's harder to fool than normal face recognition, a person who looks similar to you, or a well-printed photo of you could be enough to do it. Howdy is a more quick and convenient way of logging in, not a more secure one.
To minimize the chance of this program being compromised, it's recommended to leave Howdy in /lib/security and to keep it read-only.
DO NOT USE HOWDY AS THE SOLE AUTHENTICATION METHOD FOR YOUR SYSTEM."
Re: Howdy – Windows Hello style facial authentication for Linux
#38The project seems active, but the last release is from 2020... Why no new releases?
Re: Howdy – Windows Hello style facial authentication for Linux
#39Earlier quoted context omitted.
AFAIK Pixel phones, including the Pixel 9, only use 2D images for face unlock. So it's definitely possible to reach mainstream quality with conventional cameras. (Unless you'd argue that the face unlock found on Pixels is not passable either)
I don't know how Google does it, but it's possible to extract 3d information from a 2d sensor. You either need a variable focus or phase detection in the sensor.
Doesn't that mean that any camera can be used to infer phase (and thus depth for face ID, which is a high risk application)?
> variable focus
A light field camera (with "infinite" focus) would also work.
Re: Howdy – Windows Hello style facial authentication for Linux
#40I wish we had good support for fingerprint readers instead.
It was relatively easy to setup a yubikey bio fingerprint device in arch with pam-u2f. I just kinda followed the wiki here: https://wiki.archlinux.org/title/Universal_2nd_Factor It wasn't strictly plug and play, but it only took like 20 minutes of fiddling.