Machine Vision Camera SDK (C) Developer Guide
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstCLUTParam
CLUT parameters structure. See MV_CC_CLUT_PARAM for details.
Return Value
Return MV_OK for success, and return Error Code for failure.
Remarks
After enabling CLUT and setting CLUT parameters, the parameters will take effect when you call
API MV_CC_ConvertPixelType or MV_CC_SaveImageEx2 to convert the format of
Bayer8/10/12/16 into RGB24/48, RGBA32/64, BGR24/48, or BGRA32/64.
This API is available for the device, which supports the function.
4.8.17 MV_CC_SetIntValue
Set the value of camera node with integer type.
API Definition
int MV_CC_SetIntValue(
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) on success, and return Error Code on failure.
169
    "