Viscom Software VideoCap ActiveX Control

UseVideoCompressor Property

Description:   

Enables/disables video compressor when capturing video.
 

Usage:   

VideoCap1.UseVideoCompressor[= value]

Data Type:   

BOOL

Example:   

This Visual Basic example capture the video without using video compressor:

Private Sub Form_Load()
       VideoCap1.CaptureVideo=TRUE
        VideoCap1.UseVideoCompressor=FALSE
        VideoCap1.CaptureFileName="c:\test.avi"
        VideoCap1.CaptureMode=TRUE
        VideoCap1.Start
End Sub


Value:   

True or False