views:

1470

answers:

6

I need to read the user's fingerprint from my application.

What I really want is a simple SDK that works with a lot of inexpensive fingerprint readers but I can deal with something that works only with one specific model if that model is cheap and available worldwide.

And it has to be royalty-free, I can pay for a development license but if I have to pay for each installation I just can't use it.

What I'm doing has no relation to login or encryption, so the software included with the reader will probably be useless to me.

+1  A: 

There is no standard API for reading fingerprint data as far as I'm aware since it is a fairly new field and there's no standard way of doing it. Each manufacturer will provide their own API for reading the hardware. The API could just be IO specification to the hardware and there's no library whatsoever, which makes things a bit trickier. This is down to two factors. The first is that finger print readers are used in many applications - custom hardware, embedded systems through to PC authentication and beyond. Providing software for all those different systems would not be viable from the manufacturers point of view. Secondly, each manufacturer uses a different approach to reading and processing the captured images which would make a common API problematic.

Skizz

Skizz
+1  A: 

Did you take a look at the BioAPI consortium site? There's a library for linux over at Google code.

There's also libchipcard, but it doesn't mention fingerprint readers, only smart cards.

Hope that helps.

agnul
+1  A: 

Digitalpersona has a free SDKs both for windows and linux. http://www.digitalpersona.com/products/developer.php

I dont know if there are costs for deploying with their SDKs.

Stefan
A: 

It's an old question, but I bumped into it while researching the topic.

I did find a free library for Linux - libfprint

stg
A: 

Symbol has an api for their MC75 handheld devices:

http://support.symbol.com/support/search.do?cmd=displayKC&docType=kc&externalId=12364&sliceId=&dialogID=104336066&stateId=1%200%20104330426

Of course, it only works for their Windows Mobile 6 MC75 devices.

vdoogs
A: 

www.griaulebiometrics.com has the sdk and supported drivers on their site. no drivers needed for microsoft/digital persona reader

michael howard
looks interesting - but - it's not royalty free (and they even require login to see their prices).I need a royalty-free solution simply because I sell inexpensive software with a free trial so I can't afford to pay per-installation fees
Nir