Stop video source.

Namespace:  AForge.Video.Kinect
Assembly:  AForge.Video.Kinect (in AForge.Video.Kinect.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public void Stop()

Implements

IVideoSource..::.Stop()()()

Remarks

The method stop the video source, so it no longer provides new video frames and does not consume any resources.

See Also