Viscom Software VideoCap ActiveX Control

Device.Name Property

Description:   

Return the name of the Video Capture Device.

Usage:   

Device.Name

Data Type:   

String

Limitations:   

Read Only

Example:   

This Visual Basic example get the first video capture device name:

Dim myDevice as Device

Set myDevice=VideoCap1.Devices.Item(1)
strVideoCaptureName = myDevice.Name