0

我无法通过 VB 应用程序注册 palm。

我可以直接在设备中注册,我可以从 VB 应用程序中进行指纹和面部注册。但设备没有响应手掌注册。我正在使用来自standalone+sdk-6.3.1.37-doc-2.1.0-demo-1.1.15的dll。

在演示应用程序中,我找不到任何注册 palm 的代码。

  • 我使用StartEnrollEx和 FingerIndex = 0-9来注册指纹
  • 我使用StartEnrollEx和 FingerIndex = 111来注册face

提前致谢。

示例代码(面部为 111):

        If axCZKEM1.Connect_Net(ipPoint, Convert.ToInt32(portPoint)) = False Then

        MessageBox.Show("Pointeuse non connectée", "Erreur", MessageBoxButtons.OK, MessageBoxIcon.Stop)
           Exit Sub
        End If

        axCZKEM1.CancelOperation()

        If axCZKEM1.StartEnrollEx(Txt_idPntg.Text, 111, flag) = True Then
             success = True
        End If

        axCZKEM1.RefreshData(iMachineNumber)
        axCZKEM1.Disconnect()
4

0 回答 0