Class Capabilities
Features supported by the current robot firmware.
Namespace: Anki.Vector
Assembly: Anki.Vector.dll
Syntax
public class Capabilities
Properties
| Improve this Doc View SourceCameraSettings
Gets a value indicating whether camera settings are supported.
public bool CameraSettings { get; }
Property Type
Boolean |
HighResolutionImageCapture
Gets a value indicating whether high resolution image capture are supported.
public bool HighResolutionImageCapture { get; }
Property Type
Boolean |
SayTextPitch
Gets a value indicating whether SayText supports the pitch parameter.
public bool SayTextPitch { get; }
Property Type
Boolean |