Class CameraSettingsUpdateEventArgs
Camera settings update event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
[Serializable]
public class CameraSettingsUpdateEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourceAutoExposureEnabled
Gets a value indicating whether automatic exposure enabled.
public bool AutoExposureEnabled { get; }
Property Type
Boolean |
ExposureMs
Gets the exposure in milliseconds.
public uint ExposureMs { get; }
Property Type
UInt32 |
Gain
Gets the gain.
public float Gain { get; }
Property Type
Single |