ADLINK Technology PCI-MP4S Manuel d'utilisateur Page 54

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 83
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 53
Function Library 48
Result =
AngeloMPEG4_Encode_Set_Motion_Detection
(Encoder_I
ndex, area, enable, Threshold, interval, action,
X_Start, Y_Start, Width, Height)
<Delphi >
var
Encoder_Index, Result: Longint;
enable, Threshold, interval, action: Longint,
area:Longint, X_Star:Longint, Y_Start:Longint,
Width: Longint, Height:Longint;
begin
Encoder_Index:= 0;
enable := 1;
Threshold := 5;
Interval := 3; // 3 sec
Action := 1; // callback
area =1;
X_Start = 0;
Y_Start =0;
Width = 160;
Height = 120;
if (enable = 1) then
Result =
AngeloMPEG4_Encode_Set_Motion_Detection
(Encod
er_Index, area, enable, Threshold, interval,
action, X_Start, Y_Start, Width, Height)
else // disable motion detection
Result =
AngeloMPEG4_Encode_Set_Motion_Detection
(Encod
er_Index, area, 0, Threshold, interval, action,
X_Start, Y_Start, Width, Height);
end;
Vue de la page 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 82 83

Commentaires sur ces manuels

Pas de commentaire