User`s manual

Appendix: GEME-VM3000 Series Introduction 133
Dim Result As Long, channel As Long, ConfigIndex
As Long, value As Long
channel = 0
ConfigIndex = 0
value = 128
Result =
AngeloMPEG4_Decode_Set_Image_Config(channel
, ConfigIndex, value)
<Delphi >
var
channel: Longint;
ConfigIndex: Longint;
Value: Longint;
Result: Longint;
begin
channel := 0;
ConfigIndex := 0;
Value := 128;
Result :=
AngeloMPEG4_Decode_Set_Image_Config(channel
, ConfigIndex, Value);
end;
AngeloMPEG4_Decode_Set_Motion_Detection–
@ Syntax
C/C++ (Windows 98/NT/2000/XP)
int AngeloMPEG4_Decode_Set_Motion_Detection(int
Decoder_Index,int Area,int enable, int
Threshold,int interval,int action,int
X_Start,int Y_Start,int Width,int Height);
Visual Basic (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Set_Motion_Detection(ByVal
Decoder_Index As Long, ByVal enable As Long,
ByVal Threshold As Long, ByVal interval As
Long, ByVal action As Long) As Long
Delphi (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Set_Motion_Detection(Decoder_
Index:Longint; Area :Longint;
enable:Longint; Threshold:Longint;