I want to develop an Application in which it must use system fingerprint and face authentication to unlock the Application. Successfully done with Fingerprint authentication. But not finding any libraries or code for face authentication in Android.
Asked
Active
Viewed 1,419 times
5
-
1refer this https://stackoverflow.com/a/6825908/6344335 – TejpalBh Jul 02 '18 at 04:39
-
`not finding any libraries ` you know that you should not ask for a library here, right? – Vladyslav Matviienko Jul 02 '18 at 04:44
-
Here I don't want to recognize the face, I want to use system face authentication like fingerprint authentication. – lakshmi Jul 02 '18 at 04:52
-
1Did anyone found how to implement face recognition using androidx Biometric API? – Girish Oct 17 '19 at 10:54