Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TrackerFaceTrackingStatus

Describes the current state of face tracking for the device camera used by FaceAnimatorService.

Items 7

HistoryNameValueDescription
594FaceTrackingSuccess0

Face tracking is active and a face is being tracked successfully.

594FaceTrackingNoFaceFound1

The tracker is running but no face has been detected in the camera feed.

594FaceTrackingUnknown2

The face tracking state is indeterminate or could not be mapped to a known status.

594FaceTrackingLost3

Face tracking was previously active but the face has been lost from the camera feed.

594FaceTrackingHasTrackingError4

Face tracking is active but has encountered an error that prevents reliable pose estimation.

594FaceTrackingIsOccluded5

A face is detected but is partially or fully occluded, reducing tracking reliability.

594FaceTrackingUninitialized6

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.

History 8

Settings