GEV_STATUS GevGetImage

(GEV_CAMERA_HANDLE handle,
 GEV_BUFFER_OBJECT **image_object_ptr);

Description

Returns the pointer to the next acquired image object acquired images.
If no images are available in the queue, a NULL pointer is returned.

Parameters

handle

Handle to the camera

image_object_ptr

Pointer to receive the image object 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