Click or drag to resize
Accord.NET (logo)

HeadControllerSource Property

Video source.

Namespace:  Accord.Controls.Vision
Assembly:  Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public string Source { get; }
Request Example View Source

Property Value

Type: String

Implements

IVideoSourceSource
Remarks
The meaning of the property depends on particular video source. Depending on video source it may be a file name, URL or any other string describing the video source.
See Also