GEV_STATUS GevWaitForNextImageBuffer

(GEV_CAMERA_HANDLE handle,
 void **image_buffer_ptr, UINT32 timeout);

Description

Waits for the next image to be acquired and returns the pointer to the image data. If no buffer has been acquired before the timeout period expires, a NULL pointer is returned.

Parameters

handle

Handle to the camera

image_buffer_ptr

Pointer to receive the image buffer data pointer.

timeout

Timeout period (in msec) to wait for the next.

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