Table of Contents

Class CameraImageMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message used to define the output definition for an image on-board a camera.


public sealed class CameraImageMessage : Message
Inheritance
CameraImageMessage

Fields

Data

The raw binary byte data from the image.

[Unit(UnitType.NONE)]
public byte[] Data

Field Value

byte[]

Height

The number of pixels the image is in height.

[Unit("px")]
public int Height

Field Value

int

ImageName

The name of the image to be saved.

[Unit(UnitType.NONE)]
public string ImageName

Field Value

string

IsValid

A flag whether the camera image is valid.

[Unit(UnitType.NONE)]
public bool IsValid

Field Value

bool

Type

The type of image that is being taken.

[Unit(UnitType.NONE)]
public ImageType Type

Field Value

ImageType

Width

The number of pixels the image is in width.

[Unit("px")]
public int Width

Field Value

int