Hi,
have a problem with restore face template
This work well, get and save the template:
' save face template of user 1
Dim Face As Byte() = Await device.GetFaceTemplate(1)
File.WriteAllBytes("Face-"1" & ".anv", Face)
This not work, i read file and put the template:
Dim BB As Byte() = File.ReadAllBytes("Face-"1" & ".anv")
Await device.SetFaceTemplate(1, BB)
error is: "Device is not connected."
Someone has same problem ?
With fingerprint all work well !
Thanks !!