PC 上的指纹扫描仪和 Android 差异
Fingerprint scanner on Pc and Android Differences
在问这个问题之前我做了很多研究。我想开发一个在线支付 android 应用程序,它使用我的 android phone 从组织的数据库中读取指纹。该组织的数据库使用 USB PC 指纹扫描仪来存储其数据。
- 使用指纹扫描仪的 phone 能否从使用 PC 指纹扫描仪存储的数据库中识别指纹?
2.Did开发一个指纹应用我真的要用AndroidM?
请先阅读以下内容:https://en.wikipedia.org/wiki/Fingerprint_recognition。
Android M 或 Samsung 或 iPhone API 仅允许根据设备用户验证当前用户。
有一些指纹扫描仪与 Android 平台和 Android 的 SDK 兼容。这些 SDK 允许获取指纹图像或模板。扫描仪插入 USB 端口,因此您无法同时为平板电脑充电和使用指纹扫描仪。例如:
- http://www.dermalog.com/en/products_solutions/fingerprintscanner/
- http://www.futronic-tech.com/product_fs80h.html
- http://www.crossmatch.com/authentication-hardware/
还有一些设备集成了指纹扫描仪并带有 SDK 来获取指纹图像或模板。
如果你想在服务器上匹配用户(用户的指纹数据存储在服务器上)你必须使用 AFIS 解决方案 https://en.wikipedia.org/wiki/Automated_fingerprint_identification.
这里是AFIS解决方案的一些供应商:
- http://www.neurotechnology.com/megamatcher.html
- http://au.nec.com/en_AU/solutions/security-and-public-safety/biometrics/afis-fingerprint-identification-features.html
- http://www.innovatrics.com/products
- http://www.dermalog.com/en/products_solutions/afis/
- http://www.m2sys.com/automated-fingerprint-identification-system-afis/
在问这个问题之前我做了很多研究。我想开发一个在线支付 android 应用程序,它使用我的 android phone 从组织的数据库中读取指纹。该组织的数据库使用 USB PC 指纹扫描仪来存储其数据。
- 使用指纹扫描仪的 phone 能否从使用 PC 指纹扫描仪存储的数据库中识别指纹?
2.Did开发一个指纹应用我真的要用AndroidM?
请先阅读以下内容:https://en.wikipedia.org/wiki/Fingerprint_recognition。
Android M 或 Samsung 或 iPhone API 仅允许根据设备用户验证当前用户。
有一些指纹扫描仪与 Android 平台和 Android 的 SDK 兼容。这些 SDK 允许获取指纹图像或模板。扫描仪插入 USB 端口,因此您无法同时为平板电脑充电和使用指纹扫描仪。例如:
- http://www.dermalog.com/en/products_solutions/fingerprintscanner/
- http://www.futronic-tech.com/product_fs80h.html
- http://www.crossmatch.com/authentication-hardware/
还有一些设备集成了指纹扫描仪并带有 SDK 来获取指纹图像或模板。
如果你想在服务器上匹配用户(用户的指纹数据存储在服务器上)你必须使用 AFIS 解决方案 https://en.wikipedia.org/wiki/Automated_fingerprint_identification.
这里是AFIS解决方案的一些供应商:
- http://www.neurotechnology.com/megamatcher.html
- http://au.nec.com/en_AU/solutions/security-and-public-safety/biometrics/afis-fingerprint-identification-features.html
- http://www.innovatrics.com/products
- http://www.dermalog.com/en/products_solutions/afis/
- http://www.m2sys.com/automated-fingerprint-identification-system-afis/