
Machine Vision Camera SDK (C) Developer Guide
[IN] CCM parameter structure. See MV_CC_CCM_PARAM_EX for details.
Return Value
Return MV_OK for success, and return Error Code for failure.
Remarks
● After enabling color correction and setting color correction matrix, the CCM parameters 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.5.9 MV_CC_LSCCalib
This API is used for LSC calibration.
API Definition
int __stdcall MV_CC_LSCCalib(
void
*handle,
MV_CC_LSC_CALIB_PARAM
*pstLSCCalibParam
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstLSCCalibParam
[IN] [OUT] Structure about LSC calibration parameters. See MV_CC_LSC_CALIB_PARAM for
details.
Return Value
Return MV_OK for success, and return Error Code for failure.
4.5.10 MV_CC_LSCCorrect
This API is used for LSC correction.
API Definition
int __stdcall MV_CC_LSCCorrect(
void
*handle,
105



































































































































































































































































































































































































