Update camera documentation about face detection.

bug:5169599
Change-Id: I5280137cee5401fadec36cae732ecb78a2d44dc3
This commit is contained in:
Wu-cheng Li 2011-10-13 12:07:05 +08:00
parent 4e803c3c18
commit baad2843a1
1 changed files with 1 additions and 2 deletions

View File

@ -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;