Link to home
Start Free TrialLog in
Avatar of Iretioluwa Olawuyi
Iretioluwa OlawuyiFlag for Nigeria

asked on

Storing a fingerprint template in a database and retrieving it for verification

I'm working on a project that requires capturing the biometrics of my target users, I'm trying to store the captured fingerprint template (.ftp) file in a database and need guidance on implementation.
I will also need to have a verification button that will capture a users fingerprint, compare with database records and return a match.
SOLUTION
Avatar of Tomas Helgi Johannsson
Tomas Helgi Johannsson
Flag of Iceland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Most bio-metric devices return a string of numbers, so depending on the length, you can either use a text or BLOB.

Jim.
Avatar of Iretioluwa Olawuyi

ASKER

Many thanks, Tomas and Jim,

@Tomas, pls I need more clarification with this pointer "template.getData()"
I'm using a U are U digitalPersona 4500 Device and SDK.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Many thanks @Ramshri
Pls if you have a sample code that implements the algorithm, kindly share with me so I can use it in my project.
Best regards!
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks a lot,
I appreciate!
Hi!

I like to know what the asker thinks about my comments and if I deserve some of the points in regarding of the fact that he put a like to my comments.

Regards,
      Tomas Helgi
I really appreciate all the responses I received on this, it has challenged me to learn more, I apologize to the for the delayed response.