fingerprint android with multiple user

纵然是瞬间 提交于 2020-01-04 06:23:08

问题


I'm in a roadmap developing an apps which allows employees to scan fingerprint with the support of Android app. The last time I heard off is that it only allow one user per device, unless I'm using custom SDK from custom company that provided it with their fingerprint hardware,

is there any ways for me to integrate fingerprint from android app to my back end, with multiple users. im trying to make time-attendance system.


回答1:


There's some external fingerprint scanners compatible with Android Platform and with SDK for Android. These SDKs allow to get fingerprint image or template. Scanners are plugged on USB port so you can't charge tablet and use fingerprint scanner simultaneous. For instance:

  • http://www.dermalog.com/en/products_solutions/fingerprintscanner/
  • http://www.futronic-tech.com/product_fs80h.html
  • http://www.crossmatch.com/authentication-hardware/

There's also some devices with integrated fingerprint scanner and with SDK to get fingerprint image or template.



来源:https://stackoverflow.com/questions/35467442/fingerprint-android-with-multiple-user

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!