JcBernack / WinBioNET

Managed wrapper in C#/NET for the Windows Biometric Framework
MIT License
58 stars 14 forks source link

Capture Sample failed: NotImplemented #16

Open deb011 opened 5 years ago

deb011 commented 5 years ago

Hello,

Thank you for the wrapper! The identify and enroll functions are working fine.

But for the Capture Sample, i got the message as: WinBioCaptureSample failed: NotImplemented.

Do you know what happened?

Testing on Lenovo ThinkPad, Synaptics WBDI - SGX fingerprint reader on Windows 10 64 bits system.

I am trying to get the fingerprint image, do you know any other way to get it?

Thank you!

kszczek commented 5 years ago

Looks like your fingerprint sensor doesn't support CaptureSample.

E_NOTIMPL - The biometric unit does not support the requested operation.

Source: https://docs.microsoft.com/en-us/windows/desktop/api/winbio/nf-winbio-winbiocapturesample

kszczek commented 5 years ago

You can try updating fingerprint sensor's drivers, maybe that would fix the problem.

deb011 commented 5 years ago

The driver is up to date but still not working..