docs.unity3d.com
    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.


    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
    See Also
    ArCameraConfigFilter
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023