TrackerFaceTrackingStatus
Describes the current state of face tracking for the device camera used by
FaceAnimatorService.
Items 7
| History | Name | Value | Description | |
|---|---|---|---|---|
| 594 | FaceTrackingSuccess | 0 | Face tracking is active and a face is being tracked successfully. | |
| 594 | FaceTrackingNoFaceFound | 1 | The tracker is running but no face has been detected in the camera feed. | |
| 594 | FaceTrackingUnknown | 2 | The face tracking state is indeterminate or could not be mapped to a known status. | |
| 594 | FaceTrackingLost | 3 | Face tracking was previously active but the face has been lost from the camera feed. | |
| 594 | FaceTrackingHasTrackingError | 4 | Face tracking is active but has encountered an error that prevents reliable pose estimation. | |
| 594 | FaceTrackingIsOccluded | 5 | A face is detected but is partially or fully occluded, reducing tracking reliability. | |
| 594 | FaceTrackingUninitialized | 6 | Face tracking has not yet been initialized; this is the default state before the tracker starts. |
Description
Describes the current state of face tracking as reported by the device camera
tracker. Surfaced through FaceTrackingStatusEnum, which defaults to
TrackerFaceTrackingStatus.FaceTrackingUninitialized until the tracker
starts running.