Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access laptop built-in fingerprint scanner in c#?

Tags:

c#

My c# windows application using external USB fingerprint scanner for capture finger print, i want to access laptop built-in fingerprint scanner instead of external USB scanner. is it possible? how to access that? please help.

Thanks

like image 367
Chitharthan Manickam Avatar asked Nov 12 '22 16:11

Chitharthan Manickam


1 Answers

Your best bet is to figure out exactly what manufacturer makes the 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.

like image 88
Ravindra Bagale Avatar answered Nov 15 '22 05:11

Ravindra Bagale