Click here to Skip to main content
15,880,956 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Experts.

I need to receive real time events from a fingerprint scanner,
using the ZKteco Pull SDK.

Please assist.
Thank you
H A.

What I have tried:

Normal ZKteco SDK. It works on some units.
I also tried the pull SDK , but with no luck.
Posted
Updated 22-Sep-18 9:18am

Your question is best posed to the vendor of the finger print scanner you are using/and or the vendor SDK provider/developer.

https://www.zkteco.com/support/support_view.html[^]
 
Share this answer
 
You would not get the real-time events from the scanner. You have to listen for the data while you try to hit the scanner.

If you have a situation, where you don't know when the scanner will get a fingerprint hit, then write your logic in a thread to continuously listen for the scan after every capture listen timeout.

PULL SDK is for biometric attendance devices, not for the scanners. Attendance devices may support the real-time events too.
 
Share this answer
 

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