unreal.ARFrameSyncMode
¶
- class unreal.ARFrameSyncMode¶
Bases:
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: ARFrameSyncMode¶
Unreal tick will not related to the camera image update rate.
- Type:
1
- SYNC_TICK_WITH_CAMERA_IMAGE: ARFrameSyncMode¶
Unreal tick will be synced with the camera image update rate.
- Type:
0