Video Capture Wrapper Class. More...
Public Member Functions | |
| int | Failed () |
| int | Connect (int device) |
| void | Disconnect () |
| int | DialogCount () |
| int | ShowDialog (int dialog, void *parent) |
| const char * | DialogDescription (int dialog) |
| int | FormatCount () |
| int | GetFormat (int format, int *width, int *height, char *desc) |
| int | SetFormat (int format) |
| void | GetImageSize (int *width, int *height) |
| int | SetImageSize (int width, int height) |
| int | GetFrame (unsigned char *data, int color_mode, int timeout) |
| int | GetOneFrame (unsigned char *data, int color_mode) |
| int | Live (int live) |
| int | ResetAttribute (const char *attrib, int fauto) |
| int | GetAttribute (const char *attrib, double *percent) |
| int | SetAttribute (const char *attrib, double percent) |
| const char ** | GetAttributeList (int *num_attrib) |
Protected Attributes | |
| imVideoCapture * | vc |
DEPRECATED API. USE NAMESPACE BASED CLASSES.
1.7.1