pyzatt icon indicating copy to clipboard operation
pyzatt copied to clipboard

Test event EF_VERIFY (OnVerify in TFT-SDK description)

Open quochungngo opened this issue 3 years ago • 0 comments

  • PyZatt version: current version
  • Python version: 3.8.10
  • Operating System: Ubuntu 20.04
  • Model: ZKteco MB20 on platform ZLM60-TFT

Description

  • Verify a finger/face are valid or not in real-time.

What I Did

  • To realize this function, I have tried to catch the event OnVerify to use EF_VERIFY by 2 ways: set event-mask=(1<<7) or event-mask=0xffff.
  • Context: use a valid finger and an invalid finger to check the verification is successful / failed.
  • Both of the cases, no event triggered (no message from MB20 to be sent to PC)

=> Should I try other ways or TFT-SDK do not support this context?

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.

quochungngo avatar Aug 21 '21 03:08 quochungngo