docs.unity3d.com
    Show / Hide Table of Contents

    Class PhotosensorArray.PhotosensorArrayDescription

    Describe an array of photosensors on a plane just like what is used for cameras.

    Inheritance
    Object
    PhotosensorArray.PhotosensorArrayDescription
    Namespace: Mechatronics.SensorSDK
    Syntax
    protected class PhotosensorArrayDescription : IPhotosensorArrayDescription

    Properties

    ArrayHeight

    Number of vertical pixels

    Declaration
    public int ArrayHeight { get; set; }
    Property Value
    Type Description
    Int32
    Implements
    IPhotosensorArrayDescription.ArrayHeight

    ArrayWidth

    Number of horizontal pixels

    Declaration
    public int ArrayWidth { get; set; }
    Property Value
    Type Description
    Int32
    Implements
    IPhotosensorArrayDescription.ArrayWidth

    CameraOrder

    Used to define a rendering order for all photosensor array. (0 is highest priority)

    Declaration
    public float CameraOrder { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IPhotosensorArrayDescription.CameraOrder

    ExposureTime

    The amount of time the photosensor is capturing light, in seconds

    Declaration
    public float ExposureTime { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IPhotosensorArrayDescription.ExposureTime

    Gain

    Amplification factor applied to the captured light. 1.0 is the default gain, more than 1.0 is brighter, less than 1.0 is darker.

    Declaration
    public float Gain { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IPhotosensorArrayDescription.Gain

    SensorHeight

    Height of the physical sensor in millimeters

    Declaration
    public float SensorHeight { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IPhotosensorArrayDescription.SensorHeight

    SensorWidth

    Width of the physical sensor in millimeters

    Declaration
    public float SensorWidth { get; set; }
    Property Value
    Type Description
    Single
    Implements
    IPhotosensorArrayDescription.SensorWidth

    Events

    ExposureTimeChanged

    Event that calls subscribers when the exposure time changes.

    Declaration
    public event IPhotosensorArrayDescription.ExposureTimeChangedEventHandler ExposureTimeChanged
    Event Type
    Type Description
    IPhotosensorArrayDescription.ExposureTimeChangedEventHandler
    Implements
    IPhotosensorArrayDescription.ExposureTimeChanged

    GainChanged

    Event that calls subscribers when the gain changes.

    Declaration
    public event IPhotosensorArrayDescription.GainChangedEventHandler GainChanged
    Event Type
    Type Description
    IPhotosensorArrayDescription.GainChangedEventHandler
    Implements
    IPhotosensorArrayDescription.GainChanged
    Back to top
    Terms of use
    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