Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TrackerError

Status and error codes reported by the face-tracking subsystem through the TrackerError events on RTAnimationTracker and FaceAnimatorService.

Items 11

HistoryNameValueDescription
540Ok0

No error; the tracker is operating normally.

540NoService1

A required engine service was unavailable when the tracker attempted to connect.

540InitFailed2

The tracker failed to create or initialize its tracking session.

540NoVideo3

Video input is unavailable because no camera device was found or the camera was disconnected.

540VideoError4

A generic video error occurred during face-tracking camera input processing.

541VideoNoPermission5

The user denied camera permission required for video-based face tracking.

569VideoUnsupported6

Video-based face tracking is not supported on this device or platform.

569NoAudio7

Audio input is unavailable because SoundService could not be found or connected.

569AudioError8

A generic audio error occurred during face-tracking audio input processing.

569AudioNoPermission9

The user denied microphone permission required for audio-based face tracking.

577UnsupportedDevice10

The current device or platform does not support face tracking.

Removed items 2

HistoryNameValue
541CameraPermission5
541MicPermission8

Description

Passed to TrackerError handlers on RTAnimationTracker and FaceAnimatorService to indicate why face tracking failed or stopped. TrackerError.Ok is a clean state; other values cover initialization, service availability, video input, or audio input failures.

History 22

Settings