|
GEV_STATUS GevInitializeImageTransfer |
(GEV_CAMERA_HANDLE handle, UINT32 numBuffers, |
|
Description |
|
|
Initializes
a streaming transfer to the list of buffers indicated. |
|
|
Parameters |
|
|
handle |
Handle
to the camera. |
|
numBuffers |
Number
of buffers addresses in array. |
|
bufAddress |
Array
of buffer addresses (already allocated). |
|
Return Value |
|
|
GEV_STATUS |
Possible values are: GEVLIB_OK Note: Errors include attempting to
initialize the transfer on a connection that is not set up for streaming. |
Related Topics