
Machine Vision Camera SDK (C) Developer Guide
Remarks
You can call this API to get specified string node after connecting the device. All the node values of
"IString" in the list can be obtained via this API. strKey corresponds to the Name column.
See Also
MV_CC_SetStringValue
4.2.12 MV_CC_SetStringValue
Set the camera value of type string.
API Definition
int MV_CC_SetStringValue(
void
*handle,
const char *strKey,
const char *sValue
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
strKey
[IN] Node name
sValue
[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 the specified string type node after connecting the device. All the node
values of "IString" in the list can be set via this API. strKey corresponds to the Name column.
See Also
MV_CC_GetStringValue
4.2.13 MV_CC_SetCommandValue
Set the camera Command node.
37



































































































































































































































































































































































































