ICImagingControl.ShowDeviceSettingsDialog Method

This method opens a video capture device selection dialog.
Syntax:
Public Sub ShowDeviceSettingsDialog()
Remarks:

The method ShowDeviceSettingsDialog opens the IC Imaging Control built-in device selection dialog. In the dialog the end user can select a video capture device and adjust it's video norm, video format and input channel. If supported, frame rate, vertical and horizontal flip property can also be set.

Information:

Introduced in IC Imaging Control 2.0

Sample:

This example demonstrates how to show the dialog and start live mode:

ICImagingControl1.ShowDeviceSettingsDialog
ICImagingControl1.LiveStart
See also: ICImagingControl, ICImagingControl.ShowPropertyDialog

<< ICImagingControl