
Machine Vision Camera SDK (C) Developer Guide
See Also
MV_CC_SetEnumValue
4.2.4 MV_CC_SetEnumValue
Set the value of camera Enum type node.
API Definition
int MV_CC_SetEnumValue(
void
*handle,
const char
*strKey,
unsigned int nValue
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
strKey
[IN] Node name
nValue
[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 Enum node after connecting the device. All the node values of
"IEnumeration" in the list can be set via this API. strKey corresponds to the Name column.
See Also
MV_CC_GetEnumValue
4.2.5 MV_CC_SetEnumValueByString
Set the value of camera Enum type node.
API Definition
int MV_CC_SetEnumValueByString(
void
*handle,
31



































































































































































































































































































































































































