Hi,
I have not been able to find an answer for this question in the SDK.
I have seen that for enrollment some examples use :
createTask(NBiometricOperation.Enroll)
while in other examples this is used :
biometricClient.enroll(subject);
What is the difference between this different ways of performing the enrollment action ?
Also does the biometricClient.enroll(subject); automatically performs fingerprint Segmentation ?
Regards