简体   繁体   中英

External Hardware Fingerprint scanner and android device integration

I want to build an android application like employee attendance using fingerprint scanner . I want to know that,

  1. Is it possible using external hardware device for fingerprint scanning?
  2. How to integrate Android application with external hardware finger print scanning device.
  3. How to fetch data from external hardware device and store data in local database.

Thank you in advance.

  1. Is it possible using external hardware device for fingerprint scanning?

Yes there's some fingerprint scanners compatible with Android Platform and with SDK for Android. Scanners are plugged on USB port so you can't charge tablet and use fingerprint scanner simultaneous. For instance:

There's also some devices with integrated fingerprint scanner and with SDK to enroll and verify multiple users. For instance Samsung or iPhone only provide SDK to verify 1 user (user of device) but others manufacturers provide an SDK to enroll and match multiple users.

  1. How to integrate Android application with external hardware finger print scanning device.
  2. How to fetch data from external hardware device and store data in local database.

Fingerprint scanners (quoted upper) have Android SDK to enroll and to verify. Some of ones only return fingerprint image. For fingerprint scanners only return image, you have to use external library to convert image to minutiae and enroll and verify as:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM