A VideoNorm object contains information about a video norm supported by the current video capture device.
This example illustrates how to obtain the first available video norm.
[C#]
VideoNorm Nrm = ICImagingControl1.VideoNorms[0];
Namespace: TIS.Imaging
Introduced in version 1.x
Property | Description | ||
Name | Returns the name of the VideoNorm. |
||