
Machine Vision Camera SDK (C) Developer Guide
4.5.12 MV_CC_RotateImage
Rotate images in MONO8/RGB24/BGR24 format.
API Definition
int MV_CC_RotateImage(
void
MV_CC_ROTATE_IMAGE_PARAM
);
*handle;
*pstRotateParam
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstRotateParam
[IN] [OUT] Image rotation structure, see MV_CC_ROTATE_IMAGE_PARAM for details.
Return Value
Return MV_OK for success, and return Error Code for failure.
4.5.13 MV_CC_FlipImage
Flip images in MONO8/RGB24/BGR24 format.
API Definition
int MV_CC_FlipImage(
void
MV_CC_FLIP_IMAGE_PARAM
);
*handle;
*pstFlipParam
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pstFlipParam
[IN] [OUT] Image flipping structure, see MV_CC_FLIP_IMAGE_PARAM for details.
Return Value
Return MV_OK for success, and return Error Code for failure.
107



































































































































































































































































































































































































