Start video source.

Namespace:  AForge.Video
Assembly:  AForge.Video (in AForge.Video.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public void Start()

Implements

IVideoSource..::.Start()()()

Remarks

Starts video source and return execution to caller. Video source object creates background thread and notifies about new frames with the help of NewFrame event.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionVideo source is not specified.

See Also