Open Smita07374 opened 6 years ago
Same on Samsung J7 Prime
face not dectected on testing on Amazon KFDOWI API 22
Update: It always works on landscape mode.
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.)
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 .
Adding <uses-permission android:name="android.permission.INTERNET" />
to the manifest fixed it for me.
Same on Samsung S7.
Same on samsung Galaxy S6, Only Detects the faces, on Left Landscape mode. otherwise: No Faces Detected
rotate the bitmap before detectioin to remove this problem
Testing on Nexus Face is not getting detected.