Skip to content

FacePass problem with restore face template [BUG] #88

@salvsena

Description

@salvsena

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 !!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions