Scott Hanselman

Coding4Fun: Interfacing with a Microsoft FingerPrint Reader

March 06, 2007 Comment on this post [5] Posted in Coding4Fun
Sponsored By

Here's a new Coding4Fun article I did on interfacing with your Microsoft FingerPrint Reader. I used the very easy GrFinger SDK from Griaule and I want to thank them for their help with my questions for this article. They've got a fine product that's very easy to code to and their drivers were rock solid for me. Check them out for if you're interfacing your .NET application to any FingerPrint reader, not just Microsoft's.

"In this installment of the "Some Assembly Required" column, Scott Hanselman creates a Family Fingerprint Manager using .NET 2.0 that interfaces with the Microsoft Fingerprint Reader and the GrFinger SDK from Griaule."

In the interest of preparedness, I figured we needed to get the family fingerprinted and to put those finger prints with my "Preparedness USB Getaway Key" and in the safety deposit box, so I created a family fingerprinter.

It's a pretty simple application, I save the fingerprints in an XML file for portability. Note the "auto next finger" feature, so you can fingerprint your friends and relatives just like the cops do. ;) Enjoy.

About Scott

Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.

facebook twitter subscribe
About   Newsletter
Hosting By
Hosted in an Azure App Service
March 06, 2007 13:31
Hi Scott, I really think that the Coding4Fun and the "Some assembly required" series are a fantastic way to get enthusiasts back into the passion that you felt when your first "hello world" application compiled and ran! Thanks for your invaluable time and efforts!
March 06, 2007 14:27
Thanks! That's very kind of you to say. Be sure to tell *danielfe AT microsoft* - he's appreciate it.
March 06, 2007 18:31
Doh! Scott *finally* makes a post including his fingerprints and he blurs them out. So much for stealing his identity. Pfft.
March 08, 2007 3:23


Scott

I used a great sdk from neurotechnologija called verifinger.(http://www.neurotechnologija.com)
It can do about 45K fingerprint a second when it comes to recognition. It allows control of sensitivity to fingerprint features. They also sell a facial recognition sdk called verilook


Joe Mele
www.youseful.com
March 15, 2007 2:51
Hi Scott,

I found your app a few days ago, because i want to do something similar to that but just with one finger. I've been having troubles with your example because i can make it work on my computer; maybe I am missing something because I am new using the fingerprint reader and I don't understand very well how to manage it.

It would be too much for asking the complete code just the way it works for you? I'm a little bit desperate, hope you cauld help me

P.S. Sorry about my poor English



Ivette García

Comments are closed.

Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.