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.
This example illustrates how to obtain the first available video norm.
Dim VidNorm As VideoNorm Set VidNorm = ICImagingControl1.VideoNorms.Item( 1 )
Introduced in IC Imaging Control 1.x
Property | Description | ||
Name | Returns the name of the VideoNorm. |
||