unreal.ARFrameSyncMode

class unreal.ARFrameSyncMode

Bases: unreal.EnumBase

Options for how the Unreal frame synchronizes with camera image updates. This feature is used by ARCore.

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

SYNC_TICK_WITHOUT_CAMERA_IMAGE

Unreal tick will not related to the camera image update rate.

Type

1

SYNC_TICK_WITH_CAMERA_IMAGE

Unreal tick will be synced with the camera image update rate.

Type

0