Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
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
Posted
Updated 18-Feb-13 0:31am
v2

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.
 
Share this answer
 
Comments
Deenuji 18-Feb-13 7:03am    
how to import dll into my system???
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;
 
Share this answer
 
Comments
Deenuji 18-Feb-13 7:23am    
sir did have any experience in fingkey hamster???
Mr. Mahesh Patel 18-Feb-13 7:25am    
Yes dear, I am in this field since 2.6 years.
See my company detail on www.mantratec.com
Deenuji 18-Feb-13 8:01am    
thank u alot sir....but what is my question means how to access this dll file to my application and how to initialize this nitgen to my program...coz my mind is blank when i think about this project....so can u give some sample program for related this project???
Mr. Mahesh Patel 18-Feb-13 8:24am    
sorry dear,
I can not give you any example because it is opposite of company rules.
and i dont know that what is the version of nitgen you are using, and may be this version is not available to me.

for that you have to do self practice by learning nitgen example coming with sdk.

and believe me that this is very easy task.
Best ok luck
Member 11026320 30-Aug-14 2:58am    
i am facing the same problem
can you just give the core idea to add dll i.e. Venus.dll
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[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900