|
GEV_STATUS GevReleaseFrame |
(GEV_CAMERA_HANDLE handle, |
||
|
Description |
|||
|
Releases
a buffer 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 buffers 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 |
||
|
frame_object_ptr |
Pointer
to the buffer object being released. |
||
|
Return Value |
|||
|
GEV_STATUS |
Possible values are: GEVLIB_OK |
||
Related Topics