.NET SDK Documentation

    Show / Hide Table of Contents

    Class Image

    Represents a single image captured from the robot.

    Inheritance
    Object
    Image
    Namespace: Anki.Vector.Types
    Assembly: Anki.Vector.dll
    Syntax
    public class Image

    Properties

    | Improve this Doc View Source

    Data

    Gets the image data.

    public byte[] Data { get; }
    Property Type
    Byte[]
    | Improve this Doc View Source

    Encoding

    Gets the image encoding.

    public ImageEncoding Encoding { get; }
    Property Type
    ImageEncoding
    | Improve this Doc View Source

    FrameTimestamp

    Gets the frame robot timestamp.

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

    ImageId

    Gets the image identifier.

    public uint ImageId { get; }
    Property Type
    UInt32
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables