Specifications

sharpVISION™ Camera
sharpVISION SDK Reference
38
3.3.4. SvAbortGrab
SV_ERROR SvAbortGrab( SV_HANDLE hCamera )
Return values
SVC_SUCCESS if successful, otherwise
Parameters
hCamera
Specifies the handle to an open camera.
Remarks
This function stops all the pending grab operations and clears the queue. After the function
has returned no more SvQueueOneFrame or SvQueueCameraSettings callbacks occur.
See also: SvQueueCameraSettings, SvQueueOneFrame