Click or drag to resize
Accord.NET (logo)

VideoCaptureDeviceCrossbarVideoInput Property

Current video input of capture card.

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

Property Value

Type: VideoInput
Remarks

The property specifies video input to use for video devices like capture cards (those which provide crossbar configuration). List of available video inputs can be obtained from AvailableCrossbarVideoInputs property.

To check if the video device supports crossbar configuration, the CheckIfCrossbarAvailable method can be used.

Note Note
This property can be set as before running video device, as while running it.

By default this property is set to Default, which means video input will not be set when running video device, but currently configured will be used. After video device is started this property will be updated anyway to tell current video input.

See Also