|
GEV_STATUS
GevReleaseImageBuffer(GEV_CAMERA_HANDLE
handle, void **image_buffer_ptr); |
||
|
Description |
||
|
Releases
an image object back to the acquisition process for re-use. The image object
is identified from the image buffer pointer passed in to the function. 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 acquisition
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_buffer_ptr |
Pointer
to the image buffer data for the image
object being released,. |
|
|
Return Value |
||
|
GEV_STATUS |
Possible values are GEVLIB_OK |
|
|
Replacement
Function |
||
Related Topics