ICImagingControl.Devices Property |
||
Returns a collection of all available video capture devices. | ||
Syntax: | [C#] |
|
Limitations: | Run time only, read only. |
|
Sample: | This example displays all available video capture devices in a combo box. If no video capture devices are installed, the text "no devices found" will be displayed in the combo box. In this case the combo box will be disabled. The combo box for the video capture devices is named "cboVideoSource" in this example. [C#] A complete example of how to get the video capture device properties can be found in Making Device Settings. |
|
See also: | ICImagingControl, Devices, Device |