Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
2.33/5 (2 votes)
I have developed an application for finger recognition, it is working properly with Digital Persona Fingerprint Reader.
Fingerprint recognition occurs on the basis of generated FMD by device.

Now i want to recognition fingerprint using webcam in c#.
i tried on google. there are lots of solution for that..
I didn't get any proper guidance from there. :(

Can any one help me???
Help will be greatly appreciated.. :)

Thanks in Advance.. :)
Nirav Prabtani
Posted
Updated 23-Jan-14 1:21am
v5

This Code Project article looks promising: "A Framework in C# for Fingerprint Verification"[^].
 
Share this answer
 
Comments
Nirav Prabtani 23-Jan-14 6:36am    
Thank you very much sir for feedback...but it is too complex...i didn't get any idea..
There issue is very simple. You googled and found lots of solutions, but 'you didn't get proper guidance'. That means you have no idea what you're doing, which is not really anyone's fault.

HTML has no way to connect to your web cam. You'll need to use flash or something similar in order to gain access to your local hardware. From there, you'd need to take a picture and send it up to the server. At that point, the code will not care that you happen to have done that, it will only care about doing finger print verification. However, this is far from trivial, and your best bet, given the level of expertise you're showing, is to look to buy a framework that does all the work for you, because it seems unlikely you'll be able to do it otherwise.
 
Share this answer
 

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