Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 Windows 7 平板电脑(EG Viewsonic Viewpad 10)开发了一个带有单独界面的数据库库存跟踪系统。我已经在桌面上实现了指纹读取,但是我想问一下是否可以使用平板触摸屏界面来读取用户的指纹?还是我必须为平板电脑实施单独的指纹读取器?
如果可能的话,我该怎么做?我正在开发 C# winforms 64 位。任何 .net 版本都适合我。
如果我正确理解您的问题,触摸屏与指纹阅读器不同。触摸屏不够灵敏,无法读取人的指纹。
至于指纹读取器API,您可以参考this question(可能有点过时)。这假设连接了正确的指纹读取器。
您最好掌握实际的指纹读取器硬件并通过 API 调用与其连接,这可能会支持某种形式的 .NET 接口或包装器。
这些 .net 特定的问答可能有用: