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.

[C#]
Device Dev = ICImagingControl1.Devices[0];

Information

    Namespace: TIS.Imaging
    Introduced in version 1.x

Properties

Property Description
DeviceVersion

Contains the version of the device if available.

DriverVersion

Contains the version of the driver if available.

Name

Returns the name of the Device.

Methods

Method Description
GetSerialNumber

Retrieves the serial number of the video capture device.

<< Classes