udacity / AdvancedAndroid_Emojify

139 stars 453 forks source link

FACE NOT DETECTED #42

Open Smita07374 opened 6 years ago

Smita07374 commented 6 years ago

Testing on Nexus Face is not getting detected.

hudsonpereira commented 6 years ago

Same on Samsung J7 Prime

ddeleon92 commented 6 years ago

face not dectected on testing on Amazon KFDOWI API 22

hudsonpereira commented 6 years ago

Update: It always works on landscape mode.

MrAndrew commented 6 years ago

Are you signed into Google Play on the devices you are testing on? I believe you need to do this as it is a Google Play Services API, and the phone itself (might?) need to download the appropriate methods. This worked for me, no faces before signing in, then signing into Google Play got the Faces to work. (And yes, A LOT of devices have camera inconsistencies from Google's dev docs, so you might need to take the pic in landscape mode.)

ddeleon92 commented 6 years ago

My device was android 4.1.1. Had to get a new device.

On Sat, May 19, 2018, 9:10 AM Mr. Andrew notifications@github.com wrote:

Are you signed into Google Play on the devices you are testing on? I believe you need to do this as it is a Google Play Services API, and the phone itself (might?) need to download the appropriate methods. This worked for me, no faces before signing in, then signing into Google Play got the Faces to work. (And yes, A LOT of devices have camera inconsistencies from Google's dev docs, so you might need to take the pic in landscape mode.)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/udacity/AdvancedAndroid_Emojify/issues/42#issuecomment-390403935, or mute the thread https://github.com/notifications/unsubscribe-auth/AYJpyLQvF2r54ROe9kWCZf9aZk1LbjC2ks5t0Bm5gaJpZM4S4K0A .

MagicPantalones commented 6 years ago

Adding <uses-permission android:name="android.permission.INTERNET" /> to the manifest fixed it for me.

noemibalazs commented 6 years ago

Same on Samsung S7.

doilio commented 6 years ago

Same on samsung Galaxy S6, Only Detects the faces, on Left Landscape mode. otherwise: No Faces Detected

zedlabs commented 5 years ago

rotate the bitmap before detectioin to remove this problem