AdvancedAndroid_Emojify icon indicating copy to clipboard operation
AdvancedAndroid_Emojify copied to clipboard

FACE NOT DETECTED

Open Smita07374 opened this issue 7 years ago • 9 comments
trafficstars

Testing on Nexus Face is not getting detected.

Smita07374 avatar Mar 23 '18 04:03 Smita07374

Same on Samsung J7 Prime

hudsonpereira avatar Apr 26 '18 21:04 hudsonpereira

face not dectected on testing on Amazon KFDOWI API 22

ddeleon92 avatar Apr 29 '18 13:04 ddeleon92

Update: It always works on landscape mode.

hudsonpereira avatar May 04 '18 17:05 hudsonpereira

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.)

MrAndrew avatar May 19 '18 13:05 MrAndrew

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

On Sat, May 19, 2018, 9:10 AM Mr. Andrew [email protected] 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 .

ddeleon92 avatar May 19 '18 13:05 ddeleon92

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

MagicPantalones avatar May 23 '18 23:05 MagicPantalones

Same on Samsung S7.

noemibalazs avatar May 25 '18 10:05 noemibalazs

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

doilio avatar Jun 17 '18 18:06 doilio

rotate the bitmap before detectioin to remove this problem

zedlabs avatar Jan 17 '19 15:01 zedlabs