.NET SDK Documentation

    Show / Hide Table of Contents

    Class CameraSettingsUpdateEventArgs

    Camera settings update event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    CameraSettingsUpdateEventArgs
    Inherited Members
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    [Serializable]
    public class CameraSettingsUpdateEventArgs : RobotEventArgs

    Properties

    | Improve this Doc View Source

    AutoExposureEnabled

    Gets a value indicating whether automatic exposure enabled.

    public bool AutoExposureEnabled { get; }
    Property Type
    Boolean
    | Improve this Doc View Source

    ExposureMs

    Gets the exposure in milliseconds.

    public uint ExposureMs { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    Gain

    Gets the gain.

    public float Gain { get; }
    Property Type
    Single

    See Also

    RobotEventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables