Signal video source to stop its work.

Namespace:  AForge.Robotics.Surveyor
Assembly:  AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public void SignalToStop()

Implements

IVideoSource..::.SignalToStop()()()

Remarks

Signals video source to stop its background thread, stop to provide new frames and free resources.

See Also