
Frame Grabber SDK (Windows-C) Developer Guide
Parameters
hImage
[IN] Image handle. You can use the handle of frame grabbers, devices, or stream channels.
pstSaveJpegInfo
[IN][OUT] JPEG image information, see MV_FG_SAVE_JPEG_INFO for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.6.4 MV_FG_SaveTiffToFile
Save the TIFF image.
API Definition
int MV_FG_SaveTiffToFile(
IMAGEHANDLE
MV_FG_SAVE_TIFF_TO_FILE_INFO
);
Parameters
hImage,
*pstSaveTiffInfo
hImage
[IN] Image handle. You can use the handle of frame grabbers, devices, or stream channels.
pstSaveTiffInfo
[IN][OUT] TIFF image information, see MV_FG_SAVE_TIFF_TO_FILE_INFO for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.6.5 MV_FG_SavePngToFile
Save the PNG image.
API Definition
int MV_FG_SavePngToFile(
IMAGEHANDLE
MV_FG_SAVE_PNG_TO_FILE_INFO
);
Parameters
hImage,
*pstSavePngInfo
hImage
[IN] Image handle. You can use the handle of frame grabbers, devices, or stream channels.
pstSavePngInfo
[IN][OUT] PNG image information, see MV_FG_SAVE_PNG_TO_FILE_INFO for details.
23





















































































































































