ICImagingControl.ShowDeviceSettingsDialog Method |
|||||||||||||||||
This method opens a video capture device selection dialog. | |||||||||||||||||
Syntax: | [C#] |
||||||||||||||||
|
|||||||||||||||||
Return Value: | This function returns System.Windows.Forms.DialogResult.OK, if the user selected a device and clicked the OK button. If the user clicked the Cancel button instead, the return value is System.Windows.Forms.DialogResult.Cancel. |
||||||||||||||||
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 version 2.0 | ||||||||||||||||
Sample: | This example demonstrates how to show the dialog and start live mode: [C#] |
||||||||||||||||
See also: | ICImagingControl, ICImagingControl.ShowPropertyDialog |