Viscom Software VideoCap ActiveX Control

EffectMotionSensitivity Property

Description:   

The value of Motion Sensitivity. You must set  EffectType=4 first. If you want to use this feature, you need purchased our Motion Detection Plugin.
If you motion detected , it will fired MotionDetected event.

Usage:   

VideoCap1.EffectMotionSensitivity[= value]

Data Type:   

Integer

Example:   

The Visual Basic example 

Private Sub Button_Click()
    VideoCap1.EffectType = 4
    VideoCap1.EffectMotionSensitivity = 50
     
End Sub


Value:   

1 - 100
1 is low , 100 is high