
Machine Vision Camera SDK (C) Developer Guide
API Definition
int MV_CC_StartGrabbing(
void
*handle
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
This API is not supported by CameraLink device.
See Also
MV_CC_StopGrabbing
4.4.11 MV_CC_StopGrabbing
Stop acquiring images.
API Definition
int MV_CC_StopGrabbing(
void
*handle
);
Parameters
handle
[IN] Device handle, which is returned by MV_CC_CreateHandle or
MV_CC_CreateHandleWithoutLog .
Return Value
Return MV_OK(0) on success, and return Error Code on failure.
Remarks
This API is not supported by CameraLink device.
See Also
MV_CC_StartGrabbing
99



































































































































































































































































































































































































