Class in Zendir.Messages | Inherits from Message

Declaration

class CameraImageMessage;

Description

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


Properties

DeclaredDescription
DataThe raw binary byte data from the image.
HeightThe number of pixels the image is in height.
ImageNameThe name of the image to be saved.
IsValidA flag whether the camera image is valid.
TypeThe type of image that is being taken.
WidthThe number of pixels the image is in width.