InputChannels is a collection of InputChannel objects. A InputChannels collection is used to obtain the available input channels of the current video capture device. The ICImagingControl.InputChannels property returns a InputChannels collection.
This example shows how to fill a combo box with the available input channels:
Dim InpCol As InputChannels Dim Channel As InputChannel Set InpCol = ICImagingControl1.InputChannels For Each Channel In InpCol cboInputChannelComboBox.AddItem Channel.Name Next
Property | Description | ||
Count |
Returns the count of InputChannel objects in the collection. |
||
Item |
Returns the InputChannel at the specified position. |
||
Method | Description | ||
FindIndex |
Searches the collection for a given string. The string contains the name of an input channel. |
||
⋯
⋯ ⋯
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.