Machine Vision Camera SDK (C) Developer Guide
pBoolValue
[IN] Node value
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
You can call this API to set the value of specified bool node after connecting the device. All the
node values of "IBoolean" can be set via this API. strKey corresponds to the Name column.
See Also
MV_CC_GetBoolValue
4.2.3 MV_CC_GetEnumValue
Get the value of camera Enum type node.
API Definition
int MV_CC_GetEnumValue(
void
*handle,
const char
*strKey,
MVCC_ENUMVALUE *pEnumValue
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
strKey
[IN] Node name
pEnumValue
[OUT] Obtained node value, see the structure MVCC_ENUMVALUE for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
After the device is connected, call this API to get specified Enum nodes. The node values of
IEnumeration can be obtained through this API, strKey value corresponds to the Name column.
30
    "