Viscom Software VideoCap ActiveX Control

SyncMode Property

Description:   

Set the different synchronization mode.

Usage:   

VideoCap1.SyncMode[= value]

Data Type:   

Integer

Example:   

The Visual Basic example 

Private Sub Button_Click()
       VideoCap1.SyncMode= 1
       VideoCap1.Start
     
End Sub


Value:   

0 - No Sync.
1 - Sync with stream offset (Auto Mode)
2 - Sync with stream offset (Manual Mode), you may set SyncStreamOffset property to adjust the stream offset.