I have been searching about camera face detection. I did find out solution for api 14 but I have task to make app for api 8 with resizing layer with picture to size of face- is it possible on api 8?
Asked
Active
Viewed 721 times
1
-
1`FaceDetector` has been added to Android since API Lv.1 http://developer.android.com/reference/android/media/FaceDetector.html So it's totally possible to do face detection on any Android devices on the market. What did you mean by saying "resizing layer w/ picture to size of face"? – dumbfingers Aug 02 '13 at 15:42
-
Face Detector identifies the faces of people in a Bitmap graphic object, so do we count running camera ? I need to add layer with picture(like funny hat, glasses, nose) so that you see yourself with funny items in your face during camera is turned on- do you have some examples? – Łukasz Szpyrka Aug 03 '13 at 10:35
-
1its completely doable. You can start some google search `site:stackoverflow.com adding button on camera viewfinder android` and here's solved question regarding to how to put objects on camera viewfinder(preview) http://stackoverflow.com/questions/6181165/camera-preview-with-a-transparent-image-above – dumbfingers Aug 03 '13 at 14:12
-
@ŁukaszSzpyrka you find any solution than please help me?? – Vishal Patoliya ツ Feb 21 '17 at 09:51
-
sorry @VishalPatoliyaツ I don't remember the solution. But the app is running till this day. BTW. I'm iOS developer since then haha:) – Łukasz Szpyrka Feb 21 '17 at 14:04
-
@ŁukaszSzpyrka hahahaha – Vishal Patoliya ツ Feb 22 '17 at 03:56