Griaule Biometrics

Home » Forums » GENERAL » Fingerprint Images » Can we save the actual fingerprint to the database?
2 replies [Last post]
elefant
Offline
Joined: 2008-10-11
Rate this post:
5
Average: 5 (1 vote)
Can we save the actual fingerprint to the database?

Hello everyone,

I am working on a web based application where the user is required to login to the system after confirming his fingerprint. I using fingerprint SDK trial version and about to get the registered version, but before that I have a small question in regarding to the fingerprint images.

My requirement with the fingerprint validation is to store the fingerprint (actual fingerprint, not the template) in the database for future audit reports.

My question is: does the fingerprint SDK support the transfer of image data from the client to the server over the network (I've tried using BufferedImage, but it gives me error saying the variable is not Serializable). Does the SDK support any datatype format to transfer the actual image? or can you please suggest me how do I transfer the actual fingerprint.

Thanks in advance.

Regards,
MasterRev.

webmast
Offline
Joined: 2006-10-26
Rate this post:
0
No votes yet

Dear Sir,

SDK does not have this specific functionality, you need to define your own transfer protocol to achieve what you want.

Best Regards,

Griaule Support Team
Griaule Biometrics
FVC2006 - #1 Fingerprint Algorithm

elefant
Offline
Joined: 2008-10-11
Rate this post:
0
No votes yet

Thank you webmaster, that should answer my question. I will try to implement the functionality myself.

Thanks anyway.

-MasterRev