docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct CameraSensorIntrinsics

    An encapsulation of the common intrinsic properties of a CameraSensor.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Perception.GroundTruth.Sensors
    Assembly: Unity.Perception.Runtime.dll
    Syntax
    [MovedFrom("UnityEngine.Perception.GroundTruth")]
    public struct CameraSensorIntrinsics

    Fields

    matrix

    The projection matrix of the CameraSensor.

    Declaration
    public float3x3 matrix
    Field Value
    Type Description
    float3x3

    projection

    The projection type of the CameraSensor.

    Declaration
    public string projection
    Field Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)