
Machine Vision Camera SDK (C) Developer Guide
const char
const char
);
*strKey,
*sValue
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
strKey
[IN] Node name
sValue
[IN] Camera property string to be set
Return Value
Return MV_OK(0) on success, and return Error Code on 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
MV_CC_SetEnumValue
4.2.6 MV_CC_GetEnumEntrySymbolic
Get the enumerator name according to the node name and assigned value.
API Definition
int MV_CC_GetEnumEntrySymbolic(
void
*handle,
const char
*strKey,
MVCC_ENUMENTRY *pstEnumEntry
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
strKey
32



































































































































































































































































































































































































