VideoNorms is a collection of VideoNorm objects. A VideoNorms collection is used to obtain the available video norms of the current video capture device. The ICImagingControl.VideoNorms property returns a VideoNorms collection.
This example shows how to fill a combo box with the available video norms:
Dim VidNrmCol As VideoNorms Dim VidNrm As VideoNorm Set VidNrmCol = ICImagingControl1.VideoNorms For Each VidNrm In VidNrmCol cboVideoNormComboBox.AddItem VidNrm.Name Next
Property | Description | ||
Count |
Returns the count of VideoNorm objects in the collection. |
||
Item |
Returns the VideoNorm at the specified position. |
||
Method | Description | ||
FindIndex |
Searches the collection for a given string. The string contains the name of a video norm. |
||
⋯
⋯ ⋯
Established in 1990, The Imaging Source is one of the leading manufacturers of industrial cameras, frame grabbers and video converters for production automation, quality assurance, logistics, medicine, science and security.
Our comprehensive range of cameras with USB 3.1, USB 3.0, USB 2.0, GigE interfaces and other innovative machine vision products are renowned for their high quality and ability to meet the performance requirements of demanding applications.