application/face_detection_bloc/face_detection_bloc library

Classes

FaceDetected
A face was detected in the camera feed.
FaceDetectionBloc
BLoC that manages camera initialization, face detection, and optional face verification.
FaceDetectionEvent
Base class for all face detection events.
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.
InitializeCam
Initialize the camera and start the face detection image stream.
NoFaceDetected
No face was detected in the current camera frame.
PauseDetection
Pause face detection (e.g. when the app is backgrounded).
ResumeDetection
Resume face detection after a pause.