Skip to content
Advertisement

Tag: fingerprint

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). I am trying to store this template in fingerPrintTemplateForDB1 = FingerprintSensorEx.BlobToBase64(template, templateLen[0]); I think the main issue is in Finger print object In python : But nothing is working Can anyone have

How can I convert fingerprint jpg to WSQ use JMRTD WSQEncoder.encode

I’m using JMRTD library (https://github.com/E3V3A/JMRTD/tree/master/wsq_imageio) to encode jpg to WSQ. I set Bitmap by manually instead of decode from WSQ file. Here is my original picture jpg: And below is my result WSQ file: How can I fix it. Many thanks! Answer I resolved this problem, here is my code for convert jpg, png to wsq format: Hope help you

Advertisement