VideoFormat.Name Property

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

Read only.

Remarks:

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

Sample:

This example selects the first available video format.

Dim Fmt As VideoFormat
Set Fmt = ICImagingControl1.VideoFormats.Item( 1 )
ICImagingControl1.VideoFormat = Fmt.Name1
See also: VideoFormat, VideoFormats Collection

<< ICImagingControl.VideoFormat