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.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Warning : HTML 1300 Navigation occured?
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
If you really want to develop a real accurate Face authentication (such Apple's FaceID or Samsung's Face Recognition), try to find if you can access their API. If they don't open their API, you can't do it.
But, as starter, maybe you can use Azure's Facial Recognition. Read more
Or if you simply just want to detect faces, you can also use Firebase ML Kit. Read more
Android’s Face Recognition (Software) is less safe than Apple Face ID (Hardware)
Because of
So, it’s more a convenience as a feature than a security.
I think you should go for Android Face Detection API / Vision API
check for the documentation & tutorial
find the same on GitHub
There is also an library which I had heard about but I haven't tested it
You can have option for going with Firebase's new introduction: Firebase ML kit
Find documentation for ML kit > Face Recognition here