
Machine Vision Camera SDK (C) Developer Guide
Remarks
You can call this API to get the value of specified float nodes after connecting the device. All the
node values of "IFloat" in the list can be obtained via this API. strKey corresponds to the Name
column.
See Also
MV_CC_SetFloatValue
4.2.8 MV_CC_SetFloatValue
Set the value of camera float type node.
API Definition
int MV_CC_SetFloatValue(
void
*handle,
const char *strKey,
float
fValue
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
strKey
[IN] Node name
fValue
[IN] Node value
Return Value
Return MV_OK(0) for success, and return Error Code for failure.
Remarks
You can call this API to set specified float node after connecting the device. All the node values of
"IFloat" in the list can be set via this API. strKey corresponds to the Name column.
See Also
MV_CC_GetFloatValue
34



































































































































































































































































































































































































