|
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; }
Public Property VideoDeviceMoniker As String
Get
Set
Request Example
View SourceProperty Value
Type:
StringRemarks 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