Enum ArCameraConfigTargetFps
Target camera capture frame rates.
Namespace: UnityEngine.XR.ARCore
Syntax
[Flags]
public enum ArCameraConfigTargetFps
Remarks
The target frame rate represents the maximum or desired frame rate. Actual camera capture frame rates can be lower than the target frame rate under low light conditions in order to accommodate longer exposure times.
Fields
Name | Description | Value |
---|---|---|
Fps30 | Target 30fps camera capture frame rate. Available on all ARCore supported devices. Used by SetTargetFps(ArSession, ArCameraConfigTargetFps) and GetTargetFps(ArSession). |
1 |
Fps60 | Target 60fps camera capture frame rate. Increases power consumption and may increase app memory usage. See the ARCore supported devices page for a list of devices that currently support 60fps. Used by SetTargetFps(ArSession, ArCameraConfigTargetFps) and GetTargetFps(ArSession). |
2 |