Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5babfad4 authored by Wu-cheng Li's avatar Wu-cheng Li Committed by Android Git Automerger
Browse files

am baad2843: Update camera documentation about face detection.

* commit 'baad2843':
  Update camera documentation about face detection.
parents 6bcd4d3e baad2843
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;