Machine Vision Camera SDK (C) Developer Guide
4.5 Image Processing
4.5.1 MV_CC_DisplayOneFrame
Display one image frame.
API Definition
int MV_CC_DisplayOneFrame(
void
*handle,
MV_DISPLAY_FRAME_INFO *pDisplayInfo
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
pDisplayInfo
[IN] Image information, see the structure MV_DISPLAY_FRAME_INFO for details.
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
This API is valid for USB3Vision camera and GIGE camera.
This API is not supported by CameraLink device.
See Also
MV_CC_GetImageBuffer
4.5.2 MV_CC_SaveImageEx2
Convert the original image data to picture and save the pictures to specific memory, supports
setting JPEG encoding quality.
API Definition
int MV_CC_SaveImageEx2(
void*
MV_SAVE_IMAGE_PARAM_EX
);
handle,
*pSaveParam
100
    "