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. |
|
Fps60 | Target 60fps camera capture frame rate. |