VideoCaptureDeviceCrossbarVideoInput Property |
Namespace: Accord.Video.DirectShow
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 |
---|
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.