Hello @兆宏 柯 ,
PIBIO_SENSOR_FINISH_CAPTURE_FN callback function is implemented in Sensor adapter to be called by the Windows Biometric Framework which provides APIs used by client application to implement user interface to start Biometric identification and check the result.
If you are developing sensor adapter, you supply these reject details information to the Windows Biometric Framework.
If you are developing client application, you use these reject detailed information, to show to the users why the operation fails or to guide the users to adjust finger position etc.
For example, if fingerprint device only can reply WINBIO_FP_POOR_QUALITY, will it a problem?
So, the short answer to this question is it might be a problem. Imagine such case that actual problem is the finger was too far left during scanning so it should guide the user to move the finger to right. However, the WINBIO_FP_POOR_QUALITY
reject message is supplied, this somehow misleading.
Yes, you can only can reply WINBIO_FP_POOR_QUALITY but more accurate information more better.
Thank you!
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.