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
ImageName
The name of the image to be saved.
[Unit(UnitType.NONE)]
public string ImageName
Field Value
IsValid
A flag whether the camera image is valid.
[Unit(UnitType.NONE)]
public bool IsValid
Field Value
Type
The type of image that is being taken.
[Unit(UnitType.NONE)]
public ImageType Type
Field Value
Width
The number of pixels the image is in width.
[Unit("px")]
public int Width