SendMessage(Action.SendMessage, 'Error: ' + ex. SendMessage(Action.SendMessage, 'Now place the same finger on the reader.') SendMessage(Action.SendMessage, 'Enrollment was unsuccessful. SendMessage(Action.SendMessage, 'Place a finger on the reader.') Įlse if (resultEnrollment.ResultCode = _ENROLLMENT_INVALID_SET) SendMessage(Action.SendMessage, 'An enrollment FMD was successfully created.') If (resultEnrollment.ResultCode = _SUCCESS) However, when I try to do the same thing in my own sample application, the call to the Reader.Capture() method never returns, even though I can see. The sample Java application that ships with the SDK works flawlessly. PreenrollmentFmds.Add(resultConversion.Data) ĭataResult resultEnrollment = (, preenrollmentFmds) I am developing an application for a DigitalPersona U.are.U 4500 fingerprint reader and using the U.are.U 2.2.3 SDK Java API. If (resultConversion.ResultCode != _SUCCESS) SendMessage(Action.SendMessage, 'A finger was captured. If (!_sender.CheckCaptureResult(captureResult)) return ĭataResult resultConversion = FeatureExtraction.CreateFmdFromFid(captureResult.Data, ) Check capture quality and throw an error if bad. private void OnCaptured(CaptureResult captureResult) Please help which value i can store into my database for identification. the below code is given with SDK which fired on fingerprint capture. I want to save the capture fingerprint into database.