Asked by:
Face recognition login

Question
-
User388804 posted
I am creating an android app which should allow face recognition for login. How do I do that? Which packages shall I use? Any references for the same would be helpful
Thursday, September 12, 2019 5:40 AM
All replies
-
User380922 posted
https://github.com/brminnick/FacialRecognitionLogin
Thursday, September 12, 2019 6:03 AM -
User388804 posted
thanks for the reply. Here the authentication is done by taking a pic first, and then scanning from next time.
What I want to do is, use the facial recognition(if enabled) of the same photo which is used in unlocking in phone
Thursday, September 12, 2019 7:56 AM -
User379860 posted
Did you use the FaceDetector in android platform https://developer.android.google.cn/reference/android/media/FaceDetector.html
Tuesday, September 17, 2019 9:29 AM -
User384307 posted
@User_101 said: thanks for the reply. Here the authentication is done by taking a pic first, and then scanning from next time.
What I want to do is, use the facial recognition(if enabled) of the same photo which is used in unlocking in phone
Hi! Did you find anything useful with that ? I am trying to implement exactly the same thing on xamarin forms.
Tuesday, November 19, 2019 11:43 AM -
User389176 posted
@shockrates said:
@User_101 said: thanks for the reply. Here the authentication is done by taking a pic first and then scanning from next time.
What I want to do is, use the facial recognition(if enabled) of the same photo which is used in unlocking in phone
Hi! Did you find anything useful with that? I am trying to implement exactly the same thing on xamarin forms.
Me 3, this March 2021, and I am looking for offline face recognition
Monday, March 1, 2021 8:24 PM