Griaule Biometrics

Home » Forums » FINGERPRINT SDK » C/C++ Specific » What is "File sensor"?
3 replies [Last post]
mhw.inf
Offline
Joined: 2009-05-05
Rate this post:
0
No votes yet
What is "File sensor"?

Hiiiiiiiii

I installed "FingerprintSDK 2007", and I'm using an object from "GrFingerXCtrl" class in my C# application.
The point is I couldn't use the function "CapLoadImageFromFile" becuase I didn't understand the meaning of [Image capture must have been previously started on the "File" sensor].

So could you explain, please???

Thank you a lot.................

davi.st1
Offline
Joined: 2010-08-26
Rate this post:
0
No votes yet

Dear customer,

try to look the prerequisites to call this function: http://www.griaulebiometrics.com/page/pt-br/manual/fingerprint-sdk/programming-reference-guide/activex/caploadimagefromfile

 

If the problem persists, don't hesitate to contact us.

 

--------------------------------

Davi Stuart Zilli

Griaule Support Team

alvaro.7
Offline
Joined: 2010-07-06
Rate this post:
0
No votes yet

Hi:

I was having the same problem, but I found out that the following last line was missing :

 

 

//Initialize the library

griauleBio.Initialize();

griauleBio.CaptureInitialize();

griauleBio.StartCapture("File"

);

 

davi.st1
Offline
Joined: 2010-08-26
Rate this post:
0
No votes yet

Dear customer,

 

we appreciate your help. And we hope this forum becomes more complete with every necessary information with your help.

 

Best regards,

Davi Stuart Zilli

Griaule Support Team