Viscom Software VideoCap ActiveX Control

InitControl Method

Description:   

Initialize the control. Normally, you do not need call this method, unless you cannot get the video devices (GetDeviceCount return 0) and cannot preview it. Some development tools (Agilent VEE Pro,it looks like labview) cannot initialize the control automatically, so you need call this method. You should call InitControl one time only.

Usage:   

VideoCap1.InitControl
 

Return Value:

No Return 

Example:   

This Visual Basic example shows how to use InitControl method

VideoCap1.InitControl
VideoCap1.Device =0
VideoCap1.CaptureMode= false
VideoCap1.AudioDevice=0
VideoCap1.Start