I am using a ZKTeco Time Attendance Terminal with these details:
Model:
K50-A
Platform:JZ4725_TFT
Firmware:Ver 6.60 May 25 2018
FP Algorithm:10
I can perform almost all operations found in the demo application, except the online enrolling. Whenever I try to enroll fingerprints to a user, the device just blinks an this error shows up in the application status:
Enroll finger failed. Result=6
From what I found for the GetLastError()
method in the SDK doc, it probably means, Wrong Password
. But I have already connected with the device with commKey
and all other operations are working.
What error is it? How can I fix it?