Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TrackerType

Specifies the type of motion tracking that an RTAnimationTracker performs.

Items 3

HistoryNameValueDescription
632None0

No tracking type is selected; the tracking engine does not initialize, and attempting to start tracking with this type set raises TrackerError.UnsupportedDevice.

632Face1

Enables face tracking from a connected video device (and optionally audio) to produce FACS blendshape weights and head-orientation data each step.

632UpperBody2

Reserved for upper-body motion tracking. Setting this type raises TrackerError.UnsupportedDevice on initialization.

Description

TrackerType controls which tracking modality the RTAnimationTracker uses to generate real-time animation data. Changing the TrackerType property shuts down the current tracking engine and reinitializes with the newly selected type.

History 4

Settings