Device

A Device object contains the information about a video capture device. The Name property of this object is used to set the ICImagingControl.Device property. This sets the current video capture device. A Device can be obtained out of the Devices collection.

Example

The following example shows how to get the first available device object.

Information

    Introduced in IC Imaging Control 1.x

Properties

Property Description
Name

Returns the name of the Device.

Methods

Method Description
GetSerialNumber

Retrieves the serial number of the video capture device.

<< Classes