GEV_STATUS GevStopImageTransfer(GEV_CAMERA_HANDLE handle);

Description

Stops the streaming transfer.

Parameters

handle

Handle to the camera

Return Value

GEV_STATUS

Possible values are:

GEVLIB_OK
GEVLIB_ERROR_INVALID_HANDLE            (other errors from GevRegisterWriteInt)

Replacement Function

GevStopTransfer

Related Topics

Appendix D: Legacy Functions