User`s manual
Appendix: GEME-VM3000 Series Introduction 135
int area =1;
int X_Start = 0;
int Y_Start =0;
int Width = 160;
int Height = 120;
Result =
AngeloMPEG4_Decode_Set_Motion_Detection(cha
nnel, area, enable, Threshold, interval,
action, X_Start, Y_Start, Width, Height);
< Visual Basic >
Dim Result As Long, channel As Long, enable As
Long, Threshold As Long, interval As Long,
action As Long, area As Long, X_Start As
Long, Y_Start As Long, Width As Long, Height
As Long
channel = 0
enable = 1
Threshold = 5
interval = 3
action = 1 + 4
area =1
X_Start = 0
Y_Start =0
Width = 160
Height = 120
Result =
AngeloMPEG4_Decode_Set_Motion_Detection(cha
nnel, area, enable, Threshold, interval,
action, X_Start, Y_Start, Width, Height)
< Delphi >
var
channel, Result: Longint;
enable, Threshold, interval, action: Longint,
area:Longint, X_Star:Longint,
Y_Start:Longint, Width: Longint,
Height:Longint;
begin
channel := 0;
enable := 1;
Threshold := 5;