Click or drag to resize
Accord.NET (logo)

VideoCaptureDevice. WaitForStop Method

Wait for video source has stopped.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public void WaitForStop()
Request Example View Source

Implements

IVideoSource.WaitForStop()
Remarks
Waits for source stopping after it was signalled to stop using SignalToStop() method.
See Also