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

Commit 741871ab authored by Kevin Chyn's avatar Kevin Chyn Committed by Android (Google) Code Review
Browse files

Merge "Update FaceAcquiredInfo comments"

parents 0dc6639d 0a9e402e
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -212,8 +212,10 @@ enum FaceAcquiredInfo : int32_t {
    FACE_TOO_LEFT = 9,

    /**
     * The user's face was directed away from the sensor. The user should be
     * informed to face the sensor when this is returned.
     * The user's eyes have strayed away from the sensor. If this message is
     * sent, the user should be informed to look at the device. If the user
     * can't be found in the frame, one of the other acquisition messages
     * must be sent, e.g. NOT_DETECTED.
     */
    POOR_GAZE = 10,

@@ -234,7 +236,11 @@ enum FaceAcquiredInfo : int32_t {
    TOO_MUCH_MOTION = 12,

    /**
     * The sensor needs to be recalibrated.
     * The sensor needs to be re-calibrated. This is an unexpected condition,
     * and must only be sent if a serious, uncorrectable, and unrecoverable
     * calibration issue is detected which requires user intervention, e.g.
     * re-enrolling. The expected response to this message is to direct the
     * user to re-enroll.
     */
    RECALIBRATE = 13,