Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceFormVideoDevice Property

Provides configured video device.

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

Property Value

Type: VideoCaptureDevice
Remarks

The property provides configured video device if user confirmed the dialog using "OK" button. If user canceled the dialog, the property is set to .

See Also