TrackerMode
Describes the combination of input sources an RTAnimationTracker is
currently using to drive animation.
Items 4
| History | Name | Value | Description | |
|---|---|---|---|---|
| 543 | None | 0 | No tracking inference is active; the tracker is idle or has not successfully started. | |
| 543 | Audio | 1 | Only audio-to-curve (lipsync) inference is active; no camera-based facial tracking is running. | |
| 543 | Video | 2 | Only video-to-curve facial tracking is active; audio-based lipsync inference is not running. | |
| 543 | AudioVideo | 3 | Both audio-to-curve lipsync inference and video-to-curve facial tracking are active simultaneously. |
Description
Describes what combination of input inference modes an RTAnimationTracker is
currently using. The value is read-only and reflects whether audio-to-curve
(a2c) inference, video-to-curve (v2c) inference, both, or neither is active at
a given moment.
History 5
- 543 Add Video
- 543 Add None
- 543 Add AudioVideo
- 543 Add Audio
- 543 Add TrackerMode