VideoNorm

A VideoNorm object contains information about a video norm supported by the current video capture device.

Example

This example illustrates how to obtain the first available video norm.

[C#]
VideoNorm Nrm = ICImagingControl1.VideoNorms[0];

Information

    Namespace: TIS.Imaging
    Introduced in version 1.x

Properties

Property Description
Name

Returns the name of the VideoNorm.

<< Classes