Griaule Biometrics

Home » Forums » FINGERPRINT SDK » C/C++ Specific » SDK2009 and missing FingerEvent
1 reply [Last post]
carlo.m
Offline
Joined: 2009-05-07
Rate this post:
0
No votes yet
SDK2009 and missing FingerEvent

Every so often the void FingerEventHandler(char* idSensor, GRCAP_FINGER_EVENTS event) is NOT TRIGGERED.

My current workaround is to right click the Griaule Tools icon and select "Diagnostic" option.
After doing that, the FingerEventHandler is called when users put their finger on the scanner.
A little while later, it stops functioning again. Selecting Griaule Tools->Diagnostic makes things work again.

How do I fix this?

tiago.o
Offline
Joined: 2009-12-03
Rate this post:
0
No votes yet

Hi.

When you go to Griaule Tools->Diagnostic you are calling CapInitialize. So, probably at some point your application is calling CapFinalize and not calling CapInitialize again.

Thanks