Navigation
API > API/Runtime > API/Runtime/AugmentedReality
Options for how the Unreal frame synchronizes with camera image updates. This feature is used by ARCore.
| Name | EARFrameSyncMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARSessionConfig.h |
| Include Path | #include "ARSessionConfig.h" |
Syntax
enum EARFrameSyncMode
{
SyncTickWithCameraImage = 0,
SyncTickWithoutCameraImage = 1,
}
Values
| Name | Remarks |
|---|---|
| SyncTickWithCameraImage | Unreal tick will be synced with the camera image update rate. |
| SyncTickWithoutCameraImage | Unreal tick will not related to the camera image update rate. |