|
GEV_STATUS GevGetImageBuffer(GEV_CAMERA_HANDLE handle, void **image_buffer_ptr); |
||
|
Description |
||
|
Returns
the pointer to the most recently acquired image buffer data. If no buffer has
been acquired, a NULL pointer is returned with a timeout condition. |
||
|
Parameters |
||
|
handle |
Handle
to the camera |
|
|
image_buffer_ptr |
Pointer
to receive the image buffer data pointer. |
|
|
Return Value |
||
|
GEV_STATUS |
Possible values are GEVLIB_OK |
|
|
Replacement
Function |
||
|
None |
||
Related Topics