fananimi / pyzk

Unofficial library of zkteco fingerprint attendance machine
GNU General Public License v2.0
489 stars 319 forks source link

[QUESTION] Can 2 different machine with different Finger algorithm can upload finger template from one to another #182

Closed duong77476-viindoo closed 1 year ago

kurenai-ryu commented 1 year ago

No, I have worked with old devices with Finger algorithm v7 and it was very different with algorithm v10, anyway most of tested devices where V10, (checked with conn.get_fp_version()) and the fingerprint templates are interchangeably even with different hardware firmware. just make sure to check conn.get_fp_version()

duong77476-viindoo commented 1 year ago

No, I have worked with old devices with Finger algorithm v7 and it was very different with algorithm v10, anyway most of tested devices where V10, (checked with conn.get_fp_version()) and the fingerprint templates are interchangeably even with different hardware firmware. just make sure to check conn.get_fp_version()

Thank you, i understood