Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I am trying to implement Facial authentication in Android. I can see Android SDK has Face Detector API where I can detect the faces. But is there any API which can be used to authenticate the user on basis of Facial recognition.
For Example, I have put my Face as a password in Android and now I need to write code to check the face data which I have stored while locking my Android device.
Regards,
Munish
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
so my question is simple, I'm trying to add the QRcode reading functionality to my app.. I don't want to open another app to scan the code(I think ZXing api does that).. I was thinking in Google MLkit but I don't know if that's free of charge.
Thanks!
Google ML Kit SDK is provided free of charge. You can find an overview of its barcode scanning feature (including support for QR code) here. (See full terms here.)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to integrate Morphosmart sdk (comes with Safran Morpho device, used for biometric fingerprint scanning in Aadhar) with my android app.
Morpho device is connected to android device via a USB cable, when the user give his fingerprint on the device, i want to detect it and able to save that on my android app.
I have the sdk jar, but i have googled about it more than a day, but didn't find any doc or sample until now
Please suggest some helping tutorial or sample on the same. thanks in advance!!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need to detect user's mood (sad, happy etc) with the help of device's front camera, so Is there any APIs or SDKs available for Android to detect user's mood or emotions?
Google Play Services 7.8+ has a Face API that lets you determine whether the user is smiling or not, depending on your requirements that might be a suitable choice.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I want to make a simple turn based 2 player game for an android and IOS. I want the android users to be able to play with the IOS user as well. However I am unsure what I should use. It is similar to tick-tack-toe so only numbers will need to be exchanged from user to user. Can someone please point me into the right direction as to what server or client I should use. And if you could show me a tutorial series that shows me how to use it that would be great! I've googled everywhere!
You can use this service from google which support iOS and Android:
https://developers.google.com/games/services/common/concepts/realtimeMultiplayer
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have a requirement where I have to convert the user hand written text using stylus into digital text as and when they write or convert after they completes scribbling.
Is there any library available in Android to do this or steps to do also will help me.
See OCR library ABBYY Mobile OCR Engine for Android. But beware that doing OCR on a device can be quite expensive for CPU