Device
Viscom Software VideoCap ActiveX Control |
Device Object
A device object contain the information about a video capture device.The Device can be obtained out of the devices collection.
Example:
This VB example illustrates how to obtain the first video capture device.
Dim myDevice As Device
Set myDevice = VideoCap1.Devices.Item(1)