I am building an app which requires authetication. I have implemented the fingerprint sensor check. However, I cannot seem to find a similar component for facial authentication. Some phones, such as the Pixel only have facial recogition to sign in, and it would be great if this could also be implemented.
Thta would be a way to approch it (allbeit, quite complex) However, I was thinking of a built-in function similar to that of a fingerprint reader, that (i believe) is handled by Android.
As I know if we are using fingerprint scanner for authentication then fingerprints(Which got scanned at present in app) is verified by Android. So I don’t think then if you storing image in your database(like firebase,etc) so you must have to implement AI in your app.
And I think it’s not possible now…
Anyway there may be any extension for this(if available) then it also get face data by Android…
You can try using the Microsoft Azure face recon API, have the user store an image of his/her face and then when the user wants to log in have the app take a pic and compare, if the api returns 0.9 (or whatever level of confidence you want) you complete the login. The flaw with this is that they can easily use a photo and probably get in. They have other APIs (Microsoft) that you can probably use to verify life, but I have not looked in to them very well.
Maybe a mix of the face emotions and the face recognition APIs.
And is there any plans to build this into Kodular? I believe that Andriod already has a native methoud of authenticating (Just as @nikzdreamer2001 said)
hi @Vaibhav, i have tried to search any extension from post you referred but not found any solution regarding this topic.
anyway thank you very much as i have found an extension that was helpful for me