VideoNorm

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

A VideoNorm can be obtained out of the VideoNorms collection.

Example

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

Dim VidNorm As VideoNorm
Set VidNorm = ICImagingControl1.VideoNorms.Item( 1 )

Information

    Introduced in IC Imaging Control 1.x

Properties

Property Description
Name

Returns the name of the VideoNorm.

<< Classes