简体   繁体   English

外部指纹扫描仪,用于无根Android平板电脑

[英]External fingerprint scanner for non-rooted Android tablets

We want to develop an application where users will be using a handheld scanner for taking fingerprint of the customer via an android tablet. 我们希望开发一个应用程序,用户将使用手持扫描仪通过Android平板电脑为客户获取指纹。 Now, I have a few questions: 现在,我有几个问题:

  1. I went through many discussions here as well as on other forums, but nobody really mentioned the status of the device, ie. 我在这里以及在其他论坛上都进行了很多讨论,但是没有人真正提及设备的状态。 Rooted or stock. 有根或有根。 Now does a non-rooted android tablet device support third party scanners? 现在,非root用户的android平板设备是否支持第三方扫描仪?
  2. I read somewhere that the device needs to have UVC kernel. 我在某处读到该设备需要具有UVC内核。 Is this necessary? 这有必要吗? Or will any device with OTG support work? 或具有OTG支持的任何设备都能工作吗?
  3. Found a tablet from a french mobile security company, tablet named Tazpad. 从法国移动安全公司的平板电脑Tazpad找到了平板电脑。 It provides an in-built biometric. 它提供了内置的生物特征识别。 Does anybody have any experience with it? 有人有经验吗?
  4. Is bluetooth scanner a possible option? 蓝牙扫描仪是可能的选择吗?

Please note that this will be for a banking organization and we cannot play with the kernel of the device. 请注意,这将是针对银行组织的,我们无法使用设备的内核。 They are already opting to use Samsung Galaxy Tab 10.1. 他们已经选择使用Samsung Galaxy Tab 10.1。 But if this device does not support, then we can suggest any other tablet. 但是,如果此设备不支持,那么我们可以建议其他任何平板电脑。

Thanks 谢谢

Do you want to take the fingerprint image only? 您是否只想拍摄指纹图像? If yes, then Bluetooth Fingerprint scanner is a good option. 如果是,那么蓝牙指纹扫描仪是一个不错的选择。 You can use any Android Tablet or Smart Phone or iOS Device. 您可以使用任何Android平板电脑,智能手机或iOS设备。

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

相关问题 Android:在非根目录设备上运行脚本 - Android: run a script on non-rooted device 在非root用户的Android上模拟主机文件 - Emulate hosts file on non-rooted Android Android : 使用非 root 的 android 设备捕获 HTTP 请求 - Android : Capturing HTTP Requests with non-rooted android device 非root用户设备上的Android用户空间文件系统驱动程序? - Android userspace filesystem driver on non-rooted device? 以编程方式在Android设备上创建Google帐户(非root用户设备) - Creating a google account on android programatically (non-rooted device) 是否可以在非 root 的 android 手机上运行本机 arm 二进制文件? - Is it possible to run a native arm binary on a non-rooted android phone? 是否可以在非 root android 手机上添加属性? - Is it possible to add a property on a non-rooted android phone? 我们可以在 Android 上使用 'dpm set-owner' 用于有根/无根 Android 上的生产设备吗 - Can we use 'dpm set-owner' on Android for production devices on Rooted/Non-rooted Android 如何重新启动非root用户的设备? - how to restart a non-rooted device? 如何使用adb命令在非root用户的android设备中擦除用户应用,用户数据,用户缓存? - How to wipe user apps, user data, user cache in non-rooted android devices using adb commands?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM