User`s manual

Function Library 46
format := 3; // save both format
Result :=
AngeloMPEG4_Encode_Create_Directory
(Encoder_Ind
ex, Dir);
Result :=
AngeloMPEG4_Encode_Save_File_Start
(Encoder_Inde
x, n_file_name, interval_second, format);
end;
AngeloMPEG4_Encode_Set_Motion_Detection–
@ Syntax
C/C++ (Windows 98/NT/2000/XP)
int AngeloMPEG4_Encode_Set_Motion_Detection(int Encoder_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_Encode_Set_Motion_Detection(ByVal
Encoder_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_Encode_Set_Motion_Detection(Encoder_Index:Longint;
Area :Longint; enable:Longint; Threshold:Longint; interval:Longint; action:Longint;
X_Start:Longint; Y_Start:Longint; Width:Longint; Height:Longint):Longint;
@ Argument
Encoder_Index:
Indicate the channel index for the MPEG4 encoder. The range of channels is
0 – 15.
Area:
User can assign up to 4 motion detection areas in one frame, the valid values
are from 1 - 4.
enable:
1: enables motion detection
0: disables motion detection
Threshold:
Determines the sensitivity of motion detection measurement. The valid values are
from 0 - 15, with 0 being the highest sensitivity.
interval:
The time interval between measurements of motion detection.
action: