GEV_STATUS GevGetImageBuffer(GEV_CAMERA_HANDLE handle, void **image_buffer_ptr);

Description

Returns the pointer to the most recently acquired image buffer data. If no buffer has been acquired, a NULL pointer is returned with a timeout condition.

Parameters

handle

Handle to the camera

image_buffer_ptr

Pointer to receive the image buffer data pointer.

Return Value

GEV_STATUS

Possible values are

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE
GEVLIB_ERROR_TIME_OUT
GEVLIB_ERROR_NULL_PTR  

Replacement Function

None

Related Topics

Appendix D: Legacy Functions