Skip to content
Advertisement

I want to store Zk4500 fingerprint reader template in k50 biometric attendance machine both are from zktecho

I want to store Zk4500 fingerprint template in k50 biometric attendance machine . I am using java for zk4000 scanner and python for communicating with attendance machine(k 50).

JavaScript

I am trying to store this template in fingerPrintTemplateForDB1 = FingerprintSensorEx.BlobToBase64(template, templateLen[0]);

JavaScript

I think the main issue is in Finger print object In python :

JavaScript

But nothing is working Can anyone have an idea .

I am using this unofficial library

JavaScript

Advertisement

Answer

i found a solution the main problem was k50 was using ZkFingerprint10.0 algorithm and zk4500 was using algorithm ZkFingerprint9.0 by updating drivers of zk4500 from website https://www.zkteco.com/en/product_detail/ZKFinger-SDK-Windows.html
(not from CD) to latest version….problem was solved

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement