GEV_STATUS GevAbortImageTransfer(GEV_CAMERA_HANDLE handle);

Description

Stops the streaming transfer immediately.

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

GevAbortTransfer

Related Topics

Appendix D: Legacy Functions