googlesamples / android-vision

Deprecated: The Mobile Vision API is now a part of ML Kit: Check out this repo:
https://github.com/firebase/quickstart-android/tree/master/mlkit
Apache License 2.0
2.92k stars 1.73k forks source link

Take frame when face is detected #241

Open BMorais92 opened 7 years ago

BMorais92 commented 7 years ago

Hello, I'm using the android-vision sample FaceTracker and would like to remove a frame when the face is detected, can someone help me?

Cumps

regiszanandrea commented 7 years ago

See this answer: https://stackoverflow.com/a/45193469/2805538

bako-ak commented 6 years ago

sorry for my English :), you can see an example using "takePicture", after the capture of the image are cropped the face and passed mainFragment. https://github.com/bako-ak/face-detection