Features.inputchannel Property

Set a new input channel or return the currently used input channel.
Usage:
[C#]
inputchannel Feature.SetFeature("inputchannel", "01 Video: SVideo"); String Result = Feature.GetFeature("inputchannel");
Remarks:

The input channels are provided by the used video capture device. Thus they are individual to the different devices.

The inputchannels feature can be used to retrieve a list of supported input channels.

The input channels are case sensitive.

If the video capture device does not support any input channels, this feature will not be available.

See also: inputchannels

<< Features