
Frame Grabber SDK (Windows-C) Developer Guide
4.1.20 MV_FG_OUTPUT_IMAGE_INFO
Structure about Output Image Information
Member
nWidth
nHeight
enPixelType
pImageBuf
nImageBufSize
nImageBufLen
nReserved[4]
Data Type
unsigned int
unsigned int
MV_FG_PIXEL_TYPE
unsigned char*
unsigned int
unsigned int
unsigned int[]
Description
Image width.
Image height.
Pixel format.
Image buffer.
Image buffer size.
Image length.
Reserved.
4.1.21 MV_FG_RECONSTRUCT_INFO
Structure about Image Reconstruction Information
Member
stInputImageInfo
stOutputImageInfo
enReconstructMode
nReserved[4]
Data Type
Description
MV_FG_INPUT_IMAGE_INFO Input image information.
MV_FG_OUTPUT_IMAGE_INF
O
Output image information, the
maximum number of images is
defined by the macro
"MV_FG_MAX_SPLIT_NUM" (the
value is 8).
MV_FG_RECONSTRUCT_MOD
E
Image reconstruction mode.
unsigned int[]
Reserved.
4.1.22 MV_FG_SAVE_BITMAP_INFO
Structure about BMP Image Saving Information
Member
stInputImageInfo
pBmpBuf
nBmpBufSize
Data Type
MV_FG_INPUT_IMAGE_INFO
unsigned char*
unsigned int
Description
Input image information.
Buffer of output BMP image.
Size of output buffer.
47





















































































































































