Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to implement finger scanner in desktop application?
I want to implement with c#.Net
Please suggest me..
Posted
Comments
BillWoodruff 14-Dec-13 3:12am    
Are you using a dedicated fingerprint scanner ?

1 solution

Hi
First of all you need finger print reader here you can see different modules of finer print reader. after selecting your target finger print reader module for example Microsoft Finger Print Reader or other modules you should use SDK.
What is SDK?
Each device (finger print reader and lab lab lab) has some DLL for developers that call SDK(Software Development Kit) so you can use your device SDK`s to the using this device from your application. Finger Print Reader SDK`s gave you some methods(Functions) same as Finger Recognition, Finger Grab, Finger Detect and lab lab lab
You just need use your device SDK from your application of course you should pay attention to your application platform. for example if your application is .net you should be sure your device SDK`s support .net ;-)

for getting more information:

A Framework in C# for Fingerprint Verification[^]
Fingerprint Reader Integration using the M2SYS SDK[^]

Best Regards.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900