User`s manual
70 Function Library
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 Area As Long,
ByVal enable As Long, ByVal Threshold As
Long, ByVal interval As Long, ByVal action
As Long, ByVal X_Start As Long, ByVal
Y_Start As Long, ByVal Width As Long, ByVal
Height 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