|
Gocator API
|
Represents a data message containing a video image.
Inheritance diagram for GoVideoMsg:Public Member Functions | |
| GoDataMessageType | GoDataMsg_Type (GoDataMsg message) |
| Returns the message type for a data channel message given in a GoDataSet. More... | |
| 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... | |
| GoPixelType | 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... | |
|
inherited |
Returns the message type for a data channel message given in a GoDataSet.
| message | A data channel message. |
| 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. |
| GoPixelType 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. |