Portrait.rightEyeOpening Property

Module: Portrait

Type: int

Definition

Value estimating the opening of the left eye. -1 if not computed. The range is 0-100, 100 meaning the eye is fully opened.

right_eye_opening: int

Exceptions

An error has occurred during Face Library execution.
int get rightEyeOpening => getRightEyeOpening();

Exceptions

An error has occurred during Face Library execution.
public int rightEyeOpening
{
    get => GetrightEyeOpening();
}

Exceptions

An error has occurred during Face Library execution.
public int getRightEyeOpening() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var rightEyeOpening: Int
    get {
        return Int(try! getRightEyeOpening())
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FacePortrait_GetRightEyeOpening (ID3_FACE_PORTRAIT hPortrait, int * rightEyeOpening)

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.