-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only OnAttTransactionEx event works #1
Comments
Hey! thank you for contacting me.. |
Hi, I've completed the events binding part, I am testing on ZKTeco F-18, most of the events are working, unfortunately EV_FINGER and EV_VERIFY didn't work on F-18, this implementation speaks with the device directly on UDP.. so no JNI is involved. |
Hello, I've been told that the FINGER and VERIFY events require a firmware update from ZKTeco itself, I am contacting them for the update and I will let you know. |
Hello, I did some tests with my device: I have a MB560 that works with RFID cards, fingerprints and face recognition. Unfortunately, the program does not capture any event, but since the code worked with F-18 I suppose the problem is with my device, I will try to check about this one with ZKTeco. I was also wondering if this code may work with InBio control panels connected to a RFID or fingerprint reader ? |
First of all thank you for your work, I have been looking for a working code for months.
I am using an Access control Standalone Device from ZKTeco (MB-560) and I tried it with your code and the OnAttTransactionEx event works everytime I pass the card or enroll my finger (the user must be registered before to make it work). But it's the only event that is triggered.
I am looking to detect when the user pass a card and print the Card No. (even if it's not registered), or when the user enroll his finger.
Thank you for your help in advance.
The text was updated successfully, but these errors were encountered: