简体   繁体   English

如何将JavaFx应用程序连接到指纹扫描仪

[英]How to connect JavaFx application to a fingerprint scanner

I am creating a "Entry gate system" application which generates pass for the visitors which requires their information like name , company for which they work for phone no etc. 我正在创建一个“入口大门系统”应用程序,该应用程序为访问者生成通行证,该通行证需要他们的信息,例如姓名,为之工作的公司的电话号码等。

I want to add a fingerprint scanner to it so that if someone visits again we can retrieve their data by their fingerprint quickly. 我想在其中添加指纹扫描仪,以便如果有人再次访问我们可以通过他们的指纹快速检索其数据。 I searched the internet but didn't find anything good. 我搜索了互联网,但没有找到任何好的方法。

And is there any fingerprint simulator to test out my Application. 并有任何指纹模拟器可以测试我的应用程序。

Generally the process is like this: 通常,过程是这样的:

Is the hardware you need to connect with somekind of industry standard? 您需要连接某种行业标准的硬件吗?

If yes, then search the internet see if there is somekind of standard API for interfacing with it from Java. 如果是,请在Internet上搜索是否有某种标准API可以通过Java与之交互。

If not, then find out its specs, write some native code (probably C) and use JNI to interface to that in Java. 如果不是,则找出其规格,编写一些本机代码(可能是C),然后使用JNI来与Java中的接口进行接口。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM