从生物测量设备(Fingkey Hamster)捕获图像? [英] capture an image from bio-metric device(Fingkey Hamster)?

查看:108
本文介绍了从生物测量设备(Fingkey Hamster)捕获图像?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将使用指纹认证开发在线交易过程...但我不知道从这个设备获取图像....使用nitgen指纹设备诊断实用程序SDK我可以获得图像并正确验证...现在我想从我的编码中获取这个图像...如何从这个设备获取图像....请指导我...给一些样本编码....



谢谢和问候

Deenuji

i ll develop the online transcation process using finger print authentication...but i dont have any idea to getting image from this device....using nitgen fingerprint device diagnostic utility SDK i can get image and verify correctly...now i wanna get this image from my coding...how to get image from this device....pls guid me...give some samples coding....

THanks & Regards
Deenuji

推荐答案

嗨亲爱的,



如果你正在使用nitgen指纹设备,这意味着你有明显的氮素sdk。



你必须首先安装sdk提供的设备驱动程序。 />


现在你必须将dd的sdk导入你的系统,并将它依赖的dll放入system32 / system(哇)。



现在从设备获取图像,你必须按顺序调用sdk方法,如下所示。



1. init sensor

2.从se中捕获图像nsor

3. uninit sensor。



如果你想验证这个图像,那么你必须把它转换成模板。

因为图像不匹配,但模板可以匹配。



有关详细信息,请参阅sdk提供的演示示例。
hi dear,

If you are using nitgen finger print device, that means you have obviously sdk of nitgen.

You have to first of all install device driver provided with sdk.

now you have to import dll of sdk into your system and also put it dependent dll into system32/system(Wow).

now getting image from device, you have to call the sdk methods in sequence like below.

1. init sensor
2. capture image from sensor
3. uninit sensor.

if you want to verify this image, then you have to convert it into template.
Because image can not matched, but template can matched.

See the demo example provided with sdk for more information.


将dll放在应用程序的调试目录中,

然后右键单击解决方案资源管理器中的应用程序并添加此dll的引用。



然后使用System.Data以
put dll in debug directory of your application,
then right click on application in solution explorer and add reference of this dll.

then import it in form like -
using System.Data;


的形式导入它 -

使用hamster api尝试你的代码...我们购买时他们提供了一些SDK示例有各种不同的语言。因为api代码不同于套件的版本



否则得到下面提到的会员的帮助







http://www.codeproject.com /script/Membership/View.aspx?mid=6833297 [ ^ ]
try u code with hamster api ...while we purchasing they provide some SDK Sample with all different languages. because api code varied from version of kits

otherwise get help from below mentioned member



http://www.codeproject.com/script/Membership/View.aspx?mid=6833297[^]


这篇关于从生物测量设备(Fingkey Hamster)捕获图像?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆