Tried official SDK on ZKTeco in java but every time its unable or failed to initialize return -1 Failed to initialize the algorithm library .
int ret = FingerprintSensorErrorCode.ZKFP_ERR_OK;
//Initialize
cbRegTemp = 0;
bRegister = false;
bIdentify = true;
iFid = 1;
enroll_idx = 0;
if (FingerprintSensorErrorCode.ZKFP_ERR_OK != FingerprintSensorEx.Init())
{
textArea.setText("Init failed!\n");
return;
}
SDK Link also documentation included.