Click here to Skip to main content
15,905,504 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good day..

I am developing an application which regards with the Biometrics using U.are.U 4500 Fingerprint Reader and I already bought an SDK and now I am using it.

I have also tried saving its data(FMD) to the database using the Serialize and Deserialize method from the dll. My question is: If I will enroll so many employee with their registered fingerprint and verify or identify it from the database if the fingerprint is already registered or not. Is there any other way that I can compare it without loading all the registered fingerprint in the database? Because if we consider for about 1000 employees using the device, I think the application will response slow.

Can you give me some advice on how to handle fingerprint identification using C# application in connection with the database?
Posted
Updated 11-Dec-17 4:06am

1 solution

Well, I cant find any 'open' docco for that device without signing up/purchasing a SDK getting started kit ...

but, I would have thought that you would store the fingerprint data as a 'blob' object in the database, and, you would have a field from the SDK that is basically like a hash key (possibly string type) that you could use as the index field

So, check if there's an SDK function to generate a hash or key for a fingerprint
 
Share this answer
 
Comments
Romeland C. dela Peña 24-Apr-14 4:02am    
Thank you for the solution. But i have a question..

Which fingerprint data can be easily compared from the database and the newly inputted one, a blob form or in a string form (which is being serialized before saving)?
Garth J Lancaster 24-Apr-14 5:53am    
well, I found a manual online http://www.digitalpersona.com/Support/Reference-Material/DigitalPersona-SDK-Reference-Material/

V2.2 Manual UareU-SDK-2-2DeveloperGuide20121128.pdf

eg, pages 16-18, then down at page 56 Identify() and Compare() functions

Most (useful) SDK's include some sort of example - even if its not in C#, if one is included in the SDK you should be able to use it as a reference - I always compile the SDK examples and run them to start with when I'm starting off with a new device, that way I have a base-line for my own software
Romeland C. dela Peña 25-Apr-14 22:41pm    
that helps me a lot.. thank you!!
Nareen Nair 6-Feb-16 12:54pm    
Sir can i have the code that will enroll, save to database and verify of the dogtal persona as i am using sdk 2.3. Pleasesir this help really crucuial to em.. [email address removed]
Garth J Lancaster 7-Feb-16 22:34pm    
you seem to have a misunderstanding as to what Codeproject is .. I think you'd be better off going to a site like rentacoder if you want code delivered to you with no effort spent on your part

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