From baad2843a1af443aa251be510c4476159d064d20 Mon Sep 17 00:00:00 2001 From: Wu-cheng Li Date: Thu, 13 Oct 2011 12:07:05 +0800 Subject: [PATCH] Update camera documentation about face detection. bug:5169599 Change-Id: I5280137cee5401fadec36cae732ecb78a2d44dc3 --- include/system/camera.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/system/camera.h b/include/system/camera.h index 86b62b711..cdfa2569c 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;