Viscom Software VideoCap ActiveX Control

CustomVideoHeight Property

Description:   

Get or Set the height of  video when use custom video format.

Usage:   

VideoCap1.CustomVideoHeight[= value]

Data Type:   

Integer

Example:   

The Visual Basic example 

Private Sub Form_Load()
        VideoCap1.UseCustomVideoFormat=true      
        VideoCap1.CustomVideoColorFormat="RGB24"
        VideoCap1.CustomVideoWidth=320
        VideoCap1.CustomVideoHeight=240
        VideoCap1.Start
End Sub


Value:   

The value that support from your capture device.