LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a problem using ActiveX, LabView and FingerPrint Reader

Good Afternoon, everybody
 
I'm doing a project in LabView 6.1 doing a FingerPrint Verifying using a fringerprint reader from Microsoft and a based application ActiveX.
My doubt is
the program is recognizing the fingerprint reader, its reads my fingerprint but i cannot see the result neither save this for a future comparision
how can i solve this problem
Please i need a help in it soon.
Contact me by email in fi_tieppo@hotmail.com
 
I appreciate the help and the attention
 
Thank you
Message 1 of 8
(4,205 Views)

Hi Filipi,

which fingerprint product did you use? Can you show us a part of your actually existing code?

Mike

0 Kudos
Message 2 of 8
(4,201 Views)

Hi

I'm using a fingerprint reader from Microsoft called Microsoft FingerPrint Reader

And i've already recognized the sensor and the sensor recognizes my fingerprint when i pressed

I just cant read this information and use it for a comparision to identify who is the person

0 Kudos
Message 3 of 8
(4,198 Views)

Hi Filipi,

sorry i thought i have the same, but i havn´t.

Mike

0 Kudos
Message 4 of 8
(4,194 Views)
But which application ActiveX do you use for your FingerPrint Reader...
or..how do you do with your fingerprint reader and labview?
0 Kudos
Message 5 of 8
(4,190 Views)

Hi Filipi,

i have a dll for my fingerprint sensor, but til now never really use it. Sorry. Smiley Sad

Mike

0 Kudos
Message 6 of 8
(4,188 Views)
If you're using the Griaule Fingerprint SDK 2007 for the Microsoft Fingerprint Reader:
 
Register Event Callbacks (Active X palette), create Callback VI's to run for the various events (SensorPlug, SensorUnplug, FingerDown, FingerUp, ImageAcquired), and pass a User Event reference to your ImageAcquired Callback VI and pass Event Data to the Generate User Event when the callback VI runs.  Then, when the image acquisition occurs, handle the subsequent User Event in your main code where you'll receive the "rawImage" as part of the Event Data.  I had trouble with the ActiveX implemenation of the BiometricDisplay method, so have now switched to DLL for that (since it passes out HBITMAP).  I'm working with NI to get the DLL to import correctly to see if the DLL is any better.  I'm also working with Griaule to make sure its not on their end (e.g. bad "GrFinger.h" file during DLL import).
 
Will keep you posted.
 
Here's another forum where we worked through part of this:
 
 
-Jason

Certified LabVIEW Architect
TestScript: Free Python/LabVIEW Connector

One global to rule them all,
One double-click to find them,
One interface to bring them all
and in the panel bind them.
Message 7 of 8
(4,175 Views)
Everything seems to be working now...
 
See here:
 
 
 
 

Certified LabVIEW Architect
TestScript: Free Python/LabVIEW Connector

One global to rule them all,
One double-click to find them,
One interface to bring them all
and in the panel bind them.
0 Kudos
Message 8 of 8
(4,118 Views)