Skip to content

problem GetUserFace #8

Description

@nativecode2020

Hi, I have a ZKTeco Iface 1000 and need to use the GetUserFace function, but it's returning null.

ICollection templates = new List();
string faceData = "";
int faceLength = 0;

for (int faceIndex = 0; faceIndex < 10; faceIndex++)
{
if (objCZKEM.GetUserFaceStr(machineNumber, enrollNumber, faceIndex, ref faceData, ref faceLength))
{
templates.Add(new UserTemplate
{
TemplateIndex = faceIndex,
TemplateData = faceData
});
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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