2

I am working on application where i need fingerprint data ( image ) and save it on the server. Can anybody tell me it is possible or not ?? Is there any way we get fingerprint.

Any comments would be appreciated.

Cqlsys
  • 61
  • 2
  • 8
  • 3
    This would only be possible if your device has some fingerprint hardware built-in. If you only want an image of a fingerprint, you can take an image from the front camera of the device. –  Feb 06 '17 at 10:57
  • http://stackoverflow.com/questions/33468694/android-fingerprint-api-for-time-attendance-app – Mayur Gangurde Feb 06 '17 at 11:03
  • But image from front camera doesn't give you suitable fingerprint. Is there any other method of doing so ?? – Cqlsys Feb 07 '17 at 05:19

1 Answers1

1

As per the link below you can not take the finger print data but can authenticate from android system

How to get Fingerprint input from user and save to sqlite in android

Community
  • 1
  • 1
Manmohan Soni
  • 6,472
  • 2
  • 23
  • 29