Viscom Software VideoCap ActiveX Control

CustomVideoCard Property

Description:   

If VideoCap cannot preview your video device. You may try Set the custom video card =true, it may let videocap support your video device. You must call CustomVideoCard before call Start method.
 

Usage:   

VideoCap1.CustomVideoCard[= value]

Data Type:   

BOOL

Example:   

This Visual Basic example set custom video card = true

Private Sub Form_Load()
        VideoCap1.CustomVideoCard=TRUE
        VideoCap1.Start
End Sub


Value:   

True or False