I am trying to build an app that detects if a user puts their lips on the screen. How could I get an image of their lips when they put it on the screen?
Is there possibly a way to get a grid of the screen and then determine where they were placed?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Multi-touch support depends on the version of Android. You need at least 2.0. I understand that Android in principle supports up to 256 “fingers” at once, but I’m currently playing with it and my HTC Desire supports 2 fingers. I don’t think what you’re after will be possible on many devices, if any.