Frame Grabber SDK (Windows-C) Developer Guide
3.5.6 MV_FG_GetBufferInfo
Get the buffer information by buffer handle.
API Definition
int MV_FG_GetBufferInfo(
BUFFERHANDLE
MV_FG_BUFFER_INFO
);
hBuffer,
*pstBufferInfo
Parameters
hBuffer
[IN] Buffer handle.
pstBufferInfo
[OUT] Buffer information, see MV_FG_BUFFER_INFO for details.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.5.7 MV_FG_QueueBuffer
Insert the buffer back to the input queue.
API Definition
int MV_FG_QueueBuffer(
BUFFERHANDLE hBuffer
);
Parameters
hBuffer
[IN] Buffer handle.
Return Value
Return MV_FG_SUCCESS on success, and return Error Code on failure.
3.6 Image Processing
APIs for displaying a frame of image, saving BMP/JPEG images, converting pixel formats, and so on.
3.6.1 MV_FG_DisplayOneFrame
Display one frame of image.
API Definition
int MV_FG_DisplayOneFrame(
21
    "