TrackerExtrapolationFlagMode
Controls how the face-tracking pipeline extrapolates animation data between
camera frames on the TrackerLodController.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 715 | ForceDisabled | 0 | Disables all extrapolation so that facial animation updates only when a new camera frame is processed. | |
| 715 | ExtrapolateFacsAndPose | 1 | Extrapolates both FACS blend-shape values and head-pose data between camera frames. | |
| 715 | ExtrapolateFacsOnly | 2 | Extrapolates only FACS blend-shape values between camera frames, leaving head-pose data unchanged. | |
| 715 | Auto | 3 | Lets the |
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
- 715 Change Index of ForceDisabled from 1 to 0
- 715 Change Index of ExtrapolateFacsOnly from 3 to 2
- 715 Change Index of ExtrapolateFacsAndPose from 2 to 1
- 715 Change Index of Auto from 0 to 3
- 547 Add ForceDisabled
- 547 Add ExtrapolateFacsOnly
- 547 Add ExtrapolateFacsAndPose
- 547 Add Auto
- 547 Add TrackerExtrapolationFlagMode