Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceFormVideoInput Property

Video input to use with video capture card.

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

Property Value

Type: VideoInput
Remarks

The property allows to get video input of the selected device on form completion or set it to be selected by default on form loading.

See Also