vote up 0 vote down star

I'm using C++ and I have to capture image from fingerprint scanner. Is there some libraries for this case? I need free solutions. And better cross-platform solutions, but the aim-OS is Vista. May be there are some methods in Qt4? It would be best solution for me.

flag
2  
Do you mean THAT fingerprint scanner? Maybe you should give some more information on the model and connection type (USB?). – Frank Bollack Oct 18 at 11:13
I mean fp-scanner in my laptop =) Asus M51Sn – KyberProtagonistes Oct 18 at 12:15
@KyberProtagonistes: please do not comment on your own question. Please update your question with additional facts. Please state the hardware, operating system and which API library you've already read about for reading various devices on whatever computer you're talking about. Please do not comment. Please update the question with facts. – S.Lott Oct 18 at 12:27

1 Answer

vote up 0 vote down

Your best bet is to figure out exactly what manufacturer makes the scanner (it's not ASUS -- there are only two or three manufacturers of the sort of capacitive sensors used in laptops. My bet is that it's a UPEK scanner) and what model it is, then go to the manufacturer's web site and see what tools they provide. If there aren't any on the web site, contact the manufacturer.

Note that it's very likely that the SDK for the scanner (a) is available only if you sign a non-disclosure agreement and (b) costs money. If you're lucky, the manufacturer's SDK complies with the BioAPI standard, which will make it easier (note: not "easy") to use your code with scanners from other vendors.

link|flag
Thanks, but... I hoped there are some versatile methods for all types of scanners. Like accessing the web-cam. – KyberProtagonistes Oct 19 at 14:14
My point is that those versatile methods you hoped for don't exist. The BioAPI consortium is working towards the standards needed, but it's a long way off. – swillden Oct 19 at 14:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.