docs.unity3d.com
    Show / Hide Table of Contents

    Enum XRCameraFrameProperties

    Represents the properties included in the camera frame.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    [Flags]
    public enum XRCameraFrameProperties

    Fields

    Name Description Value
    Timestamp

    The timestamp of the frame is included.


    1
    AverageBrightness

    The average brightness of the frame is included.


    2
    AverageColorTemperature

    The average color temperature of the frame is included.


    4
    ColorCorrection

    The color correction value of the frame is included.


    8
    ProjectionMatrix

    The projection matrix for the frame is included.


    16
    DisplayMatrix

    The display matrix for the frame is included.


    32
    AverageIntensityInLumens

    The average intensity in lumens is included.


    64
    ExposureDuration

    The camera exposure duration is included.


    128
    ExposureOffset

    The camera exposure offset is included.


    256
    MainLightDirection

    The estimated scene main light direction is included.


    512
    MainLightColor

    The estimated scene main light color is included.


    1024
    MainLightIntensityLumens

    The estimated scene main light intensity in lumens is included.


    2048
    AmbientSphericalHarmonics

    Ambient spherical harmonics are included.


    4096
    CameraGrain

    The camera grain texture is included.


    8192
    NoiseIntensity

    The camera grain noise intensity is included.


    16384
    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