Features.videonorm Property

Set a new video norm or return the currently used video norm.
Usage:
[C#]
Feature.SetFeature("videonorm", "PAL_B"); String Result = Feature.GetFeature("videonorm");
Limitations:

This feature can only be set, if no acquisition is running.

Remarks:

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

The videonorms feature can be used to retrieve a list of supported video norms.

The video norms are case sensitive.

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

After a video norm has been set, a new default video format is set. Thus a programmer should set the video norm first and then the desired video format.

See also: videonorms, videoformat, videoformats

<< Features