|
GEV_STATUS GevGetNextBuffer |
(GEV_CAMERA_HANDLE handle, |
||
|
Description |
|||
|
Waits
for the next frame object to be acquired and returns its pointer. If no frame
has been acquired before the timeout period expires, a NULL pointer is
returned. |
|||
|
Parameters |
|||
|
handle |
Handle
to the camera |
||
|
frame_object_ptr |
Pointer
to receive the frame object pointer. |
||
|
pTimeout |
Pointer
to a struct timeval (microsecond precision) for the timeout period to wait
for the next frame. |
||
|
Return Value |
|||
|
GEV_STATUS |
Possible values are: GEVLIB_OK |
||
Related Topics