Wait for video source has stopped.

Namespace:  AForge.Robotics.TeRK
Assembly:  AForge.Robotics.TeRK (in AForge.Robotics.TeRK.dll) Version: 2.2.3.0 (2.2.3.0)

Syntax

C#
public void WaitForStop()

Implements

IVideoSource..::.WaitForStop()()()

Remarks

Waits for video source stopping after it was signalled to stop using SignalToStop()()() method.

See Also