GEV_STATUS GevReleaseImage

(GEV_CAMERA_HANDLE handle,
 GEV_BUFFER_OBJECT **image_object_ptr);

Description

Releases an image object back to the acquisition process for re-use. It is mandatory to call this function for a transfer using the SynchronousNextEmpty cycle mode in order to avoid running out of images for the acquisitions process to fill. It is not necessary to call this function for a transfer using the Asynchronous cycle mode..

Parameters

handle

Handle to the camera

image_object_ptr

Pointer to the image object begin released.

Return Value

GEV_STATUS

Possible values are:

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE
GEVLIB_ERROR_PARAMETER_INVALID
GEVLIB_ERROR_ARG_INVALID

Replacement Function

GevReleaseFrame

Related Topics

Appendix D: Legacy Functions