ICImagingControl.VideoNorms Property |
||
Returns a collection of available video norms for the current device. | ||
Syntax: | [C#] |
|
Limitations: | Run time only, read only. Only available when a device is open and valid. |
|
Sample: | This example displays all available video norms supported by the current selected video capture device in a combo box. If no video norms are available, the text "n/a" will be displayed in the combo box. In this case the combo box will be disabled. If a device is valid, it must have a video norm anyway. The combo box for the video norms is named "cboVideoNorm" in this example. [C#] A complete example of how to get the video capture device properties can be found in Making Device Settings. |
|
See also: | ICImagingControl, VideoNorms, VideoNormAvailable, VideoNorm |