InputChannel.Name Property

Returns the name of the InputChannel.
Syntax:
Public Name As String
Limitations:

Read only.

Remarks:

This property is used to enable and disable the displaying of the overlay bitmap on the live video. Setting this property to False causes IC Imaging Control to hide the overlay bitmap. No drawings or texts can be seen. Setting this property to True causes IC Imaging Control to show the overlay bitmap on the live video. All texts and drawings can be seen.

The default value of Enable is False.

Sample:

This example selects the first available input channel.

Dim Inp As InputChannel
Set Inp = ICImagingControl1.InputChannels.Item( 1 )
ICImagingControl1.InputChannel = Inp.Name

Selecting devices, input channels, video norms and video formats is shown in the Making Device Settings chapter.

See also: InputChannel, InputChannels

<< ICImagingControl.InputChannel