docs.unity.cn
    Show / Hide Table of Contents

    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, November 7, 2022
    Terms of use