Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is fingerprint supported in Android devices?

I want to know if I can develop an application that users touch the screen and their fingerprint are registered. If it is possible, is there any library to store and retrieve and detect finger prints?

like image 939
Conscious Avatar asked Feb 21 '23 16:02

Conscious


2 Answers

This is not possible, current consumer touch screens cannot 'see' with that level of detail. You might have more luck using the camera but I don't know of any projects that have done this before.

like image 59
dwurf Avatar answered Mar 04 '23 17:03

dwurf


Please check below link:

http://www.diamondfortress.com/sdk

Paid SDK but we can use it with trial

like image 37
Sujay Avatar answered Mar 04 '23 17:03

Sujay