application/face_detection_controller library

Classes

FaceDetectionController
Controller that manages camera initialization, face detection, and optional face verification.
FaceDetectionInitial
Camera is being initialized. This is the initial state.
FaceDetectionInitializationFailed
Camera or detector initialization failed.
FaceDetectionNoCameraOnDevice
No camera was found on the device.
FaceDetectionNoFace
No face is visible in the camera feed. The screen is locked.
FaceDetectionPaused
Detection is paused (e.g. the app was backgrounded).
FaceDetectionPermissionDenied
The user denied camera permission.
FaceDetectionState
Base class for all face detection states.
FaceDetectionSuccess
A face was detected (and verified, if a provider is configured). The screen is unlocked.
FaceDetectionTooManyFaces
More faces than allowed were detected. The screen is locked.
FaceDetectionUnverified
A face was detected but did not match any enrolled template.