Gocator API
|
Represents a data message containing a video image.
Inherits kObject.
Public Member Functions | |
kSize | GoVideoMsg_CameraIndex (GoVideoMsg msg) |
Gets the camera index that the video data originates from. More... | |
kCfa | GoVideoMsg_Cfa (GoVideoMsg msg) |
Gets the image color filter array. More... | |
k32u | GoVideoMsg_Exposure (GoVideoMsg msg) |
Gets the exposure. More... | |
kSize | GoVideoMsg_ExposureIndex (GoVideoMsg msg) |
Gets the exposure index. More... | |
kSize | GoVideoMsg_Height (GoVideoMsg msg) |
Gets the image height, in pixels. More... | |
kPixelFormat | GoVideoMsg_PixelFormat (GoVideoMsg msg) |
Gets the pixel format descriptor. More... | |
kSize | GoVideoMsg_PixelSize (GoVideoMsg msg) |
Gets the image pixel size, in bytes. More... | |
kType | GoVideoMsg_PixelType (GoVideoMsg msg) |
Gets the data type used to represent an image pixel. More... | |
void * | GoVideoMsg_RowAt (GoVideoMsg msg, kSize rowIndex) |
Gets a pointer to a row within the image. More... | |
GoDataSource | GoVideoMsg_Source (GoVideoMsg msg) |
Gets the video source. More... | |
kSize | GoVideoMsg_Width (GoVideoMsg msg) |
Gets the image width, in pixels. More... | |
kSize GoVideoMsg_CameraIndex | ( | GoVideoMsg | msg | ) |
Gets the camera index that the video data originates from.
msg | Message object. |
kCfa GoVideoMsg_Cfa | ( | GoVideoMsg | msg | ) |
Gets the image color filter array.
msg | Message object. |
k32u GoVideoMsg_Exposure | ( | GoVideoMsg | msg | ) |
Gets the exposure.
msg | Message object. |
kSize GoVideoMsg_ExposureIndex | ( | GoVideoMsg | msg | ) |
Gets the exposure index.
msg | Message object. |
kSize GoVideoMsg_Height | ( | GoVideoMsg | msg | ) |
Gets the image height, in pixels.
msg | Message object. |
kPixelFormat GoVideoMsg_PixelFormat | ( | GoVideoMsg | msg | ) |
Gets the pixel format descriptor.
msg | Message object. |
kSize GoVideoMsg_PixelSize | ( | GoVideoMsg | msg | ) |
Gets the image pixel size, in bytes.
msg | Message object. |
kType GoVideoMsg_PixelType | ( | GoVideoMsg | msg | ) |
Gets the data type used to represent an image pixel.
msg | Message object. |
void * GoVideoMsg_RowAt | ( | GoVideoMsg | msg, |
kSize | rowIndex | ||
) |
Gets a pointer to a row within the image.
msg | Message object. |
rowIndex | Row index. |
GoDataSource GoVideoMsg_Source | ( | GoVideoMsg | msg | ) |
Gets the video source.
msg | Message object. |
kSize GoVideoMsg_Width | ( | GoVideoMsg | msg | ) |
Gets the image width, in pixels.
msg | Message object. |