Home Previous Up Next Index

visionx::ImageBroadcasting::Image

Overview

struct Image

Used By

ImageBroadcaster::onMessage

Data Member Index

data
width
height
sequenceId
isGreyscale
timestamp
colourType

Data Members

ImageData data;
int width;
int height;
int sequenceId;
bool isGreyscale;
long timestamp;
ColourSpace colourType;

Home Previous Up Next Index