Viscom Software VideoCap ActiveX Control

UseOldVMR Property

Description:   

Enables/disables use VMR 7 for display the video. By default it will use VMR9 for display the video, if you want to use VMR7 for display the video, you may set this value to true.
 

Usage:   

VideoCap1.UseOldVMR[= value]

Data Type:   

BOOL

Example:   

This code demonstrates how to use UseOldVMR property.

Private Sub Capture_Click()
     VideoCap1.UseOldVMR= true
      result = Me.VideoCap1.Start
End Sub


Value:   

True or False