im_capture.h File Reference
Detailed Description
See Copyright Notice in im.h- Id
- Exp
Go to the source code of this file.
Typedefs | |
| typedef _imVideoCapture | imVideoCapture |
Functions | |
| int | imVideoCaptureDeviceCount (void) |
| const char * | imVideoCaptureDeviceDesc (int device) |
| int | imVideoCaptureReloadDevices (void) |
| imVideoCapture * | imVideoCaptureCreate (void) |
| void | imVideoCaptureDestroy (imVideoCapture *vc) |
| int | imVideoCaptureConnect (imVideoCapture *vc, int device) |
| void | imVideoCaptureDisconnect (imVideoCapture *vc) |
| int | imVideoCaptureShowDialog (imVideoCapture *vc, int dialog, void *parent) |
| int | imVideoCaptureDialogCount (imVideoCapture *vc) |
| const char * | imVideoCaptureDialogDesc (imVideoCapture *vc, int dialog) |
| void | imVideoCaptureGetImageSize (imVideoCapture *vc, int *width, int *height) |
| int | imVideoCaptureSetImageSize (imVideoCapture *vc, int width, int height) |
| int | imVideoCaptureFrame (imVideoCapture *vc, unsigned char *data, int color_mode, int timeout) |
| int | imVideoCaptureOneFrame (imVideoCapture *vc, unsigned char *data, int color_mode) |
| int | imVideoCaptureLive (imVideoCapture *vc, int live) |
| int | imVideoCaptureResetAttribute (imVideoCapture *vc, const char *attrib, int fauto) |
| int | imVideoCaptureGetAttribute (imVideoCapture *vc, const char *attrib, float *percent) |
| int | imVideoCaptureSetAttribute (imVideoCapture *vc, const char *attrib, float percent) |
| const char ** | imVideoCaptureGetAttributeList (imVideoCapture *vc, int *num_attrib) |