
Machine Vision Camera SDK (C) Developer Guide
const char
bool
);
*strKey,
*pBoolValue
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
strKey
[IN] Node name
pBoolValue
[OUT] Obtained node value
Return Value
Return MV_OK(0) for success, and return Error Code for failure.
Remarks
After the device is connected, call this API to get specified bool nodes. The node values of IBoolean
can be obtained through this API, strKey value corresponds to the Name column.
See Also
MV_CC_SetBoolValue
4.2.2 MV_CC_SetBoolValue
Set the value of camera bool type node.
API Definition
int MV_CC_SetBoolValue(
void
*handle,
const char *strKey,
bool
pBoolValue
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
strKey
[IN] Node name
29



































































































































































































































































































































































































