Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TrackerExtrapolationFlagMode

Controls how the face-tracking pipeline extrapolates animation data between camera frames on the TrackerLodController.

Items 4

HistoryNameValueDescription
715ForceDisabled0

Disables all extrapolation so that facial animation updates only when a new camera frame is processed.

715ExtrapolateFacsAndPose1

Extrapolates both FACS blend-shape values and head-pose data between camera frames.

715ExtrapolateFacsOnly2

Extrapolates only FACS blend-shape values between camera frames, leaving head-pose data unchanged.

715Auto3

Lets the TrackerLodController automatically select the extrapolation strategy based on current performance conditions.

Description

Controls how the face-tracking pipeline extrapolates animation data between camera frames. This mode is set via VideoExtrapolationMode on TrackerLodController and determines whether the tracker infers intermediate facial poses and FACS (Facial Action Coding System) blend-shape values when the camera delivers frames at a lower rate than the animation update rate.

History 9

Settings