User`s manual

Function Library 73
Width = 160;
Height = 120;
if (enable = 1) then
Result =
AngeloMPEG4_Encode_Set_Motion_Detection(Enc
oder_Index, area, enable, Threshold,
interval, action, X_Start, Y_Start, Width,
Height)
else // disable motion detection
Result =
AngeloMPEG4_Encode_Set_Motion_Detection(Enc
oder_Index, area, 0, Threshold, interval,
action, X_Start, Y_Start, Width, Height);
end;