Stop video source.
Namespace:
AForge.ControlsAssembly: AForge.Controls (in AForge.Controls.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
| C# |
|---|
public void Stop() |
Remarks
The method stops video source by calling its Stop()()() method, which abourts internal video source’s thread. Use SignalToStop()()() and WaitForStop()()() for more polite video source stopping, which gives a chance for video source to perform proper shut down and clean up.