Machine Vision Camera SDK (C) Developer Guide
MV_CC_LSC_CORRECT_PARAM
);
*pstLSCCorrectParam
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstLSCCorrectParam
[IN] [OUT] Structure about LSC correction parameters. See MV_CC_LSC_CORRECT_PARAM for
details.
Return Value
Return MV_OK for success, and return Error Code for failure.
4.5.11 MV_CC_HB_Decode
Decode lossless compression stream into raw data.
API Definition
int MV_CC_HB_Decode(
void
MV_CC_HB_DECODE_PARAM
);
*handle,
*pstDecodeParam
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstDecodeParam
[IN] Lossless decoding parameters structure, see MV_CC_HB_DECODE_PARAM for details.
Return Value
Return MV_OK on success, and return Error Code on failure.
Remarks
This API supports parsing the watermark of real-time images for the current camera. If the input
lossless stream is not real-time, or it does not belong the current camera, an exception may occur
during watermark parsing.
106
    "