Function Library
71
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:
This argument describes what actions the function
will do.
bit 0:
Callback,
X_Start, Y_Start, Width, Height:
Sets the boundary of
the motion detection area.
@ Return Code
@ Example
< VC/BCB >
int Result;
int Encoder_Index = 0;
int enable = 1;
int Threshold = 5;
int interval = 3;
int action = 1;
int area =1;
int X_Start = 0;
int Y_Start =0;
int Width = 160;
int Height = 120;
Result =
AngeloMPEG4_Encode_Set_Motion_Detection(Enc
oder_Index, area, enable, Threshold,
interval, action, X_Start, Y_Start, Width,
Height);
Содержание PCI-MP4S
Страница 4: ......
Страница 10: ......
Страница 26: ...16 Introduction...
Страница 38: ...28 Hardware Reference...
Страница 41: ...Installation Guide 31 2 Select Vision...
Страница 42: ...32 Installation Guide 3 Click Angelo 4 Select Windows Driver for Windows 98 NT 2000 XP...
Страница 43: ...Installation Guide 33 5 The driver will begin installing 6 Click Next until the driver installs completely...
Страница 44: ...34 Installation Guide...
Страница 45: ...Installation Guide 35...
Страница 46: ...36 Installation Guide 7 Click Finish and restart the system...
Страница 48: ...38 Installation Guide Z Click Next...
Страница 52: ...42 Installation Guide Z Click Reinstall Driver Z Click Next...
Страница 54: ...44 Installation Guide Then click OK Z Click Next...
Страница 62: ...52 ViewCreator Utility...
Страница 117: ...Function Library 107...
Страница 128: ...118 Appendix...