Frame Grabber SDK (Windows-C) Developer Guide
IMAGEHANDLE
void
MV_FG_DISPLAY_FRAME_INFO
);
hImage,
*hWnd,
*pstDisplayFrameInfo
Parameters
hImage
[IN] Image handle. You can use the handle of frame grabbers, devices, or stream channels.
hWnd
[IN] Window handle.
pstDisplayFrameInfo
[IN] Image information to be displayed, see MV_FG_DISPLAY_FRAME_INFO for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.6.2 MV_FG_SaveBitmap
Save the BMP image.
API Definition
int MV_FG_SaveBitmap(
IMAGEHANDLE
MV_FG_SAVE_BITMAP_INFO
);
Parameters
hImage,
*pstSaveBitmapInfo
hImage
[IN] Image handle. You can use the handle of frame grabbers, devices, or stream channels.
pstSaveBitmapInfo
[IN][OUT] BMP image information, see MV_FG_SAVE_BITMAP_INFO for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.6.3 MV_FG_SaveJpeg
Save the JPEG image.
API Definition
int MV_FG_SaveJpeg(
IMAGEHANDLE
MV_FG_SAVE_JPEG_INFO
);
hImage,
*pstSaveJpegInfo
22
    "