Start video source.

Namespace:  AForge.Video.DirectShow
Assembly:  AForge.Video.DirectShow (in AForge.Video.DirectShow.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.

See Also