|
GEV_STATUS GevStartTransfer(GEV_CAMERA_HANDLE handle, UINT32 numFrames); |
|
|
Description |
|
|
Starts
the streaming transfer. |
|
|
Parameters |
|
|
handle |
Handle
to the camera |
|
numFrames |
Number
of frames to be acquired (-1 for continuous). |
|
Return Value |
|
|
GEV_STATUS |
Possible values are: GEVLIB_OK GEVLIB_ERROR_XFER_NOT_INITIALIZED GEVLIB_ERROR_XFER_ACTIVE |
Related Topics