StopSequenceCapture (DVR version only)
Description
Stops acquiring a sequence of frames into the memory.
Syntax
[VB]
objActiveGige.StopSequenceCapture
[C/C++]
HRESULT StopSequenceCapture();
Parameters
None
Return Values
S_OK
Success
E_FAIL
Failure
Example
This VB example demonstrates how to end the sequence capture using a button click.
Private Sub
StopButton_Click()
ActiveGige1.StopSequenceCapture
End Sub
Remarks
Use this method to explicitely end the sequence capture initiated by
StartSequenceCapture
.
When the sequence capture stops, the
CaptureComplete
event will be fired.