Machine Vision Camera SDK (C) Developer Guide
4.5.7 MV_CC_SetBayerCCMParam
Color correction after Bayer interpolation.
API Definition
int MV_CC_SetBayerCCMParam(
void
*handle,
MV_CC_CCM_PARAM
*pstCCMParam
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstCCMParam
[IN] Color correction structure, see MV_CC_CCM_PARAM for details.
Return Value
Return MV_OK on success, and return Error Code on failure.
Remarks
After calling this API, you can call MV_CC_ConvertPixelType or MV_CC_SaveImageEx2 to convert
Bayer format to RGB24/BGR24/RGBA32/BGRA32.
4.5.8 MV_CC_SetBayerCCMParamEx
Enable/disable CCM and set CCM parameters of Bayer pattern.
API Definition
int __stdcall MV_CC_SetBayerCCMParamEx(
void
*handle,
MV_CC_CCM_PARAM_EX
*pstCCMParam
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstCCMParam
104
    "