Questions tagged [wbdi]

3 questions
2
votes
1 answer

Windows biometric service runs SensorAdapterStartCapture in a loop when calling WinBioCaptureSample

I am implementing a Windows Biometric Driver using the umdf sample from github. When I call WinBioCaptureSample the next plugin's methods run in a…
Juan Rojas
  • 8,711
  • 1
  • 22
  • 30
2
votes
1 answer

Windows biometric framework sample umdf driver: This device cannot start. (Code 10)

I am trying to run a windows biometric driver sample and I am naive to driver development I have changed the hardware id in the inx file and rebuilt the driver project and installed the resulting driver on my Windows 10 Pro version 1803. I am using…
Juan Rojas
  • 8,711
  • 1
  • 22
  • 30
1
vote
0 answers

Windows Biometric Framework for fingerprint device

We have our fingerprint device which is working properly as USB device. Data capturing works fine with our proprietary application. Currently we are using custom vendor USB class for driver development. When we plug this device, this device is…