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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 83
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 63
Function Library 58
@ Example
<VC/BCB >
int Result;
int Decoder_Index = 0;
int enable = 1;
int Threshold = 5;
int interval = 3;
int action = 1 + 4;
int area =1;
int X_Start = 0;
int Y_Start =0;
int Width = 160;
int Height = 120;
Result =
AngeloMPEG4_Decode_Set_Motion_Detection
(Decoder
_Index, area, enable, Threshold, interval, action,
X_Start, Y_Start, Width, Height);
< Visual Basic >
Dim Result As Long, Decoder_Index As Long, enable As
Long, Threshold As Long, interval As Long, action
As Long, area As Long, X_Start As Long, Y_Start As
Long, Width As Long, Height As Long
Decoder_Index = 0
enable = 1
Threshold = 5
interval = 3
action = 1 + 4
area =1
X_Start = 0
Y_Start =0
Width = 160
Height = 120
Result =
AngeloMPEG4_Decode_Set_Motion_Detection
(channel,
area, enable, Threshold, interval, action, X_Start,
Y_Start, Width, Height)
<Delphi >
var
Decoder_Index, Result: Longint;
Vista de página 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 82 83

Comentários a estes Manuais

Sem comentários