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_INVALID_HANDLE
GEV_STATUS_BUSY             (camera is busy reconfiguring – try again later)

GEVLIB_ERROR_XFER_NOT_INITIALIZED

GEVLIB_ERROR_XFER_ACTIVE

Related Topics

Member Function Descriptions