Features.videoformats Property

Return a list of available video formats.
Usage:
[C#]
String Result = Feature.GetFeature("videoformats");
Limitations:

This feature is read only.

Remarks:

The video formats are provided by the used video capture device. Thus they are individual to the different types.

The video formats are comma separated, e.g BY8 (1024x768),UYVY (1024x768),Y800 (1024x768)

If the video capture device supports video norms, e.g. PAL, NTSC, then this feature will return different video formats, depending on the currently set video norm.

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

See also: videoformat

<< Features