Viscom Software VideoCap ActiveX Control

UseOldVMR Property

Description:   

Enables/disables use old VMR for preview the video.  By Default is true. It mean the ActiveX Control will try to use Video Mixing Renderer 7 for preview the video.
If set this value to true, it will use Video Mixing Renderer 9 for preview the video. but some display card does not support VMR9.

Usage:   

VideoCap1.UseOldVMR[= value]


Data Type:   

bool

Example:   

This is MS Access example. After called InitControl method, you can get the video devices, video formats, audio devices information.

Private Sub Form_Load()
        VideoCap1.Device = 0
        VideoCap1.ShowPreview=True
        VideoCap1.UseOldVMR=false
        VideoCap1.Start
End Sub


Value:   

 true or false