Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceFormVideoDeviceMoniker Property

Moniker string of the selected video device.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public string VideoDeviceMoniker { get; set; }
Request Example View Source

Property Value

Type: String
Remarks

The property allows to get moniker string of the selected device on form completion or set video device which should be selected by default on form loading.

See Also