ADLINK Technology PCI-MP4S Manual do Utilizador Página 54

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 83
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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;
Vista de página 53
1 2 ... 49 50 51 52 53 54 55 56 57 58 59 ... 82 83

Comentários a estes Manuais

Sem comentários