-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Different actions for different fingerprints? #5
Comments
FingerPass won't work like that, but I believe you could accomplish this using a fingerprint scanner in Windows if you write something custom. I remember seeing something similar already built, where you could configure a different command to run for each finger. This, I think... |
Thanks. Yes, HotFinger is more like it in the way that it recognizes different fingers and triggers different actions. I use a commercial solution called BioSnapOn, but it's a bit quirky, so i am looking for alternatives, but it seems like no substitute exists... |
If I remember right, the API I used only gave me an ID relating to the Windows Hello user that the fingerprint belonged to--not the fingerprint itself. I could be wrong, though. It's been a couple years since I've touched this! You can take a look at the API I used here... ... and maybe reference how I used it, since I remember there being some undocumented stuff. |
Could you execute different actions (fill in different credentials) based on the scanned finger?
Or is the message you get only something like "valid scan"?
I am looking for something like fingerpass, but i need it to fill in different credentials based on the scanned finger.
(Windows-user stays the same, always logged in. Then, based on the finger scan, log a differnt user into a POS Software)
Additionally, i would need more than 10 different users, and as i understand, Hello will only store 10 fingers per (Windows-)User.
The text was updated successfully, but these errors were encountered: