Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Face recognition authentication in android [closed]

Similar to fingerprint authentication for apps, i am trying to implement face recognition authentication in one of my android app. Can anyone guide me on how to achieve the same using any library or anything.

like image 538
imi Avatar asked Jun 07 '18 05:06

imi


1 Answers

Android’s Face Recognition (Software) is less safe than Apple Face ID (Hardware)
Because of

  • It doesn’t work in poor lighting conditions
  • It is possible to unlock a phone with a picture

So, it’s more a convenience as a feature than a security.

like image 138
ahmednabil88 Avatar answered Nov 15 '22 19:11

ahmednabil88