Viscom Software VideoCap ActiveX Control

PIPFastMode Property

Description:   

Set/Get the different mode, it can reduce the CPU usage.

Usage:   

VideoCap1.PIPFastMode[= value]

Data Type:   

Integer

0 - Default
1 - Good for decrease CPU usage 
2 - Very Good for decrease CPU usage
3 - Excellent for decrease CPU usage, but the frame rate may decrease

Example:   

This Visual Basic example shows how to use PIPFastMode property

Private Sub Capture_Click()
             VideoCap1.PIPFastMode =1
 VideoCap1.PIPInitDisplayArea 640, 480
 VideoCap1.PIPAddImage "c:\test.jpg", 0, 255
 VideoCap1.PIPAddPIPEffect 0, 9999, 0, 0, 640, 480
 VideoCap1.PIPAddVideoDevice(0, 0, 0, 255)
 VideoCap1.PIPAddPIPEffect 0, 9999, 0, 0, 320, 240
 VideoCap1.PIPStart
End Sub


Value:   

 True or False