Click or drag to resize
Accord.NET (logo)

AVIFileVideoSourceStart Method

Start video source.

Namespace:  Accord.Video.VFW
Assembly:  Accord.Video.VFW (in Accord.Video.VFW.dll) Version: 3.8.0
Syntax
public void Start()
Request Example View Source

Implements

IVideoSourceStart
Exceptions
ExceptionCondition
ArgumentExceptionVideo source is not specified.
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