
Machine Vision Camera SDK (C) Developer Guide
[IN] Video data
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
4.5.16 MV_CC_StopRecord
Stop recording.
API Definition
int MV_CC_StopRecord(
void
*handle
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
See Also
MV_CC_InputOneFrame
MV_CC_StartRecord
4.5.17 MV_CC_SaveImageToFile
Save image to file. Supported image format: BMP, JPEG, PNG, and TIFF.
API Definition
int MV_CC_SaveImageToFile(
void
unsigned int MV_SAVE_IMG_TO_FILE_PARAM
);
*handle
*pstSaveFileParam
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
109



































































































































































































































































































































































































