Viscom Software VideoCap ActiveX Control

Start Method

Description:   

Start Video Preview/ Capture..

Usage:   

VideoCap1.Start

Return Value:

Return 0 - successful.
Return -1 - Failure.
Return -2 - Capture File not found if set the Capture Mode =True

Example:   

This Visual Basic example shows how to Preview  from Video Capture device.

VideoCap1.Device = 0
VideoCap1.ShowPreview=True
VideoCap1.Start