Click or drag to resize
Accord.NET (logo)

AsyncVideoSourceStart Method

Start video source.

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

Implements

IVideoSourceStart
Remarks

Starts the nested video source and returns execution to caller. This object creates an extra thread which is used to fire NewFrame events, so the image processing could be done on another thread without blocking video acquisition thread.

See Also