简体   繁体   English

使用三星设备的Android指纹扫描

[英]Android Fingerprint Scanning using Samsung device

am looking to write an App which will store the fingerprint of the people using it & later use it to authenticate them. 我希望编写一个应用程序,该应用程序可以存储使用该应用程序的人员的指纹,并在以后使用它来对他们进行身份验证。 Now, this App will be placed in a public place, and so there will be thousands of users. 现在,此应用程序将被放置在公共场所,因此将有成千上万的用户。 So, I need to store that many fingerprints. 因此,我需要存储许多指纹。 I tried a simple App with the Samsung PASS SDK , and a Samsung tablet with fingerprint recognition built in. It worked, but looks like it is restricting to three fingerprints only. 我尝试了一个带有Samsung PASS SDK的简单应用程序,以及一个内置了指纹识别功能的Samsung平板电脑。它虽然有效,但看起来只限于三个指纹。 So, a maximum of three fingerprints can be saved & authenticated with, is what I see. 因此,我看到的是最多可以保存和验证三个指纹。 Is this true? 这是真的? Is it possible to save thousands of fingerprints & use them in the App? 是否可以保存数千个指纹并在应用程序中使用它们? Or is there any other company (other than Samsung) which offers this capability? 还是有其他公司(三星除外)提供此功能?

AFAIK, this problem is a (totally intentional) limitation from the manufacturer (such as Samsung, Apple...). AFAIK,此问题是制造商(例如Samsung,Apple ...)的(完全故意的)限制。 They have done their job: prevent that biometric data doesn't leave the phone. 他们已经完成了自己的工作:防止生物特征数据不离开手机。 SImple as that. 就那么简单。 I don't know if there is any "illegal" method to retrieve that data to work freely with it. 我不知道是否有任何“非法”方法来检索数据以自由地使用它。

Maybe you can try another approach: A small device with Linux (such a Raspberry Pi if you don't mind the desktop speed) with a USB fingerprint reader attached 也许您可以尝试另一种方法:装有Linux的小型设备(如果您不介意台式机速度,则为Raspberry Pi),并带有USB指纹读取器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以通过任何Android设备进行指纹扫描? - Is fingerprint scanning is possible through any android device? Android中三星标签设备中的条形码扫描问题 - Barcode Scanning issue in Samsung tab device in android 无法在 android 应用程序中使用 morpho 指纹扫描仪设备捕获指纹 - Unable to Capture Fingerprint using morpho fingerprint scanner device in android application 在Android设备上使用指纹扫描仪的电容信息 - Capacitance information using fingerprint scanner on android device 指纹扫描仪使用Android设备的相机 - Fingerprint scanner using camera of android device 在Samsung S5上使用Android 6.0 Fingerprint API时未检测到指纹扫描程序 - Fingerprint scanner not detected when using Android 6.0 Fingerprint API on Samsung S5 指纹扫描仪的Android设备? - device for fingerprint scanner in android? 使用SCameraCaptureSession在Samsung设备上获取Android 8上的错误 - Getting an error on Android 8 on a Samsung device using SCameraCaptureSession Android指纹API-从Samsung Spass迁移 - Android fingerprint API - migrating from Samsung Spass 使用 FIDO UAF 进行移动应用的指纹扫描 - Fingerprint scanning using FIDO UAF for mobile application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM