Frame Grabber SDK (Windows-C) Developer Guide
3.7.17 MV_FG_FeatureLoad
Import the device features.
API Definition
int MV_FG_FeatureLoad(
PORTHANDLE
hPort,
const char
*strFileName
);
Parameters
hPort
[IN] Handle of the object to which the parameter belongs; the object can be either a frame grabber or
a device.
strFileName
[IN] Name of the file in which the device attributes and features are stored (only supports English).
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
Remarks
This API is not supported by Camera Link cameras.
3.7.18 MV_FG_FeatureSave
Save the device features.
API Definition
int MV_FG_FeatureSave(
PORTHANDLE
hPort,
const char
*strFileName
);
Parameters
hPort
[IN] Handle of the object to which the parameter belongs; the object can be either a frame grabber or
a device.
strFileName
[IN] Name of the file in which the device attributes and features will be saved (only supports English).
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
Remarks
This API is not supported by Camera Link cameras.
34
    "