Machine Vision Camera SDK (C) Developer Guide
MV_CC_FeatureSave
Save the camera property file in XML format.
API Definition
int MV_CC_FeatureSave(
void
*handle,
const char *pFileName
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pFileName
[IN] Camera property file name.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
After connecting to the device, you can call this API to save the camera property file to the local PC.
See Also
MV_CC_FeatureLoad
MV_CC_FileAccessRead
Read files from camera.
API Definition
int MV_CC_FileAccessRead(
void
*handle,
MV_CC_FILE_ACCESS pstFileAccess
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
41
    "