Hello, I want to detect faces with camera capturing by using Android 4.0 face detection API( android.hardware.Camera.Face ). This API has many objects to offer developers realized the situation of face detecting. But I applied the API on my mobile phone (HTC One X) most of the values are always retuen null !! I just only get rect<http://developer.android.com/reference/android/hardware/Camera.Face.html#rect> and score<http://developer.android.com/reference/android/hardware/Camera.Face.html#score> values and other objects( id, leftEye<http://developer.android.com/reference/android/hardware/Camera.Face.html#leftEye> , mouth<http://developer.android.com/reference/android/hardware/Camera.Face.html#mouth>, rightEye<http://developer.android.com/reference/android/hardware/Camera.Face.html#rightEye> ) is always return null.
I research many resources to find out the reason why the API can't work well. Someone said that the API can't support every hardware. But which could support the API well? And no one can solve this problem. I really want to solve these problems. Please help me if you have any comment or other idea about this. Best Regards, Elease -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

