|
GEV_STATUS GevWaitForNextImageBuffer |
(GEV_CAMERA_HANDLE handle, |
||
|
Description |
|||
|
Waits
for the next image to be acquired and returns the pointer to the image data.
If no buffer has been acquired before the timeout period expires, a NULL
pointer is returned. |
|||
|
Parameters |
|||
|
handle |
Handle
to the camera |
||
|
image_buffer_ptr |
Pointer
to receive the image buffer data pointer. |
||
|
timeout |
Timeout
period (in msec) to wait for the next. |
||
|
Return Value |
|||
|
GEV_STATUS |
Possible values are: GEVLIB_OK |
||
|
Replacement
Function |
|||
|
None |
|||
Related Topics