Class Image
Represents a single image captured from the robot.
Namespace: Anki.Vector.Types
Assembly: Anki.Vector.dll
Syntax
public class Image
Properties
| Improve this Doc View SourceData
Gets the image data.
public byte[] Data { get; }
Property Type
Byte[] |
Encoding
Gets the image encoding.
public ImageEncoding Encoding { get; }
Property Type
ImageEncoding |
FrameTimestamp
Gets the frame robot timestamp.
public uint FrameTimestamp { get; }
Property Type
UInt32 |
ImageId
Gets the image identifier.
public uint ImageId { get; }
Property Type
UInt32 |