Liveness¶
Deprecated since version 0.17.
-
ErrorCode Trueface::SDK::detectBlink(float &leftEyeWinkScore, float &rightEyeWinkScore)¶
Estimate score for eye blink.
Optimal score threshold for distinguishing between open and closed is 0.4 in normal use and 0.1 in low light environments.
- Parameters
leftEyeWinkScore – [out] score indicating the left eye is open (0 is closed, 1 is open).
rightEyeWinkScore – [out] score indicating the right eye is open (0 is closed, 1 is open).
- Returns
error code, see ErrorCode.
Use the following guidelines for best performance:
Camera should see frontal view of the face
The eyes should be looking directly into the camera
The face should be 1 - 2 ft from the camera
Recommended 640 x 480 resolution or better
Ensure there is good lighting illuminating the eyes