VCEANCB_SnapData

ImperX VCEANCB Functions

VCEANCB_SnapData

[This is preliminary documentation and subject to change.]

The VCEANCB_SnapData defines parameters that specifies frame

typedef struct tagVCEANCB_SnapData
{
  DWORD cbSize;     /* Size of structure */
  DWORD xOffset;    /* X offset of active video area */
  DWORD xActive;    /* Width of active video area */
  DWORD xPixels;    /* Requested width in pixels of active video area */
  DWORD yOffset;    /* Y offset of active video area */
  DWORD yActive;    /* Height of active video area */
  DWORD yPixels;    /* Requested height in pixels of active video area */
  DWORD interlaced; /* Flag to turn on interlaced snap */
  DWORD monochrome; /* Flag to turn on monochrome snap */
} VCEANCB_SnapData;

See Also:

VCEANCB_Prepare, VCEANCB_CameraConfig