WinBioIdentify() function causing to stop service "WbioSrvc " when match found?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
In client application I created Private sensor pool using msdn demo code. and using that code I'm able to open session enroll fingerprints. But the problems are 1. When tried to enroll same fingerprint again then it causes to stop WbioSrvc so I need to restart my application again. 2. similar thing happening while identifying when trying to identify with random finger function working fine it is returning unknown identity. But when trying to saved fingerprint instead of identifying it is causing to stop WbioSrvc. In this case what can I do? I used code same as msdn provided here is the code what I tried Code is Here