summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-10-12 21:14:15 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-10-12 21:14:15 -0700
commit5babfad44584641316b4a2ff62c1a7c9392740e6 (patch)
tree91252e6eb475fdffde08ee60e07151d8fb2d7e2f
parent6bcd4d3e7310240d9424f13444542572e9ae3632 (diff)
parentbaad2843a1af443aa251be510c4476159d064d20 (diff)
downloadsystem_core-5babfad44584641316b4a2ff62c1a7c9392740e6.zip
system_core-5babfad44584641316b4a2ff62c1a7c9392740e6.tar.gz
system_core-5babfad44584641316b4a2ff62c1a7c9392740e6.tar.bz2
am baad2843: Update camera documentation about face detection.
* commit 'baad2843a1af443aa251be510c4476159d064d20': Update camera documentation about face detection.
-rw-r--r--include/system/camera.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/system/camera.h b/include/system/camera.h
index 86b62b7..cdfa256 100644
--- a/include/system/camera.h
+++ b/include/system/camera.h
@@ -227,8 +227,7 @@ typedef struct camera_frame_metadata {
int32_t number_of_faces;
/**
- * An array of the detected faces. The length is number_of_faces. The list
- * is sorted by the score. The highest score is the first element.
+ * An array of the detected faces. The length is number_of_faces.
*/
camera_face_t *faces;
} camera_frame_metadata_t;