Machine Vision Camera SDK (C) Developer Guide
Remarks
This API should be supported by cameras.
4.8.2 MV_CC_ColorCorrect
This API is used for color correction (including CCM and CLUT).
API Definition
int __stdcall MV_CC_ColorCorrect(
void
*handle,
MV_CC_COLOR_CORRECT_PARAM
*pstColorCorrectParam
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstColorCorrectParam
[IN] Structure about color correction parameters. See MV_CC_COLOR_CORRECT_PARAM for
details.
Return Value
Return MV_OK for success, and return Error Code for failure.
Remarks
This API supports configuring CCM and CLUT or together. You can enable or disable CCM and
CLUT by configuring the members bCCMEnable and bCLUTEnable in the corresponding
structures.
This API is available for the device, which supports color correction.
4.8.3 MV_CC_Display
Display acquired images.
API Definition
int MV_CC_Display(
void *handle,
void *hWnd
);
133
    "