User`s manual
Appendix: GEME-VM3000 Series Introduction 131
1: begin {********* image buffer OK
*********}
// draw image here
end;
2: begin {********* Motion Detected
*********}
end;
4: begin {********* Connect Ready Interrupt
*********}
// You can get image config here and do
somthing
end;
end; // end case int_status of
end;
// Main Code
var
channel: Longint;
Result: Longint;
begin
channel := 0;
Result :=
AngeloMPEG4_Decode_Set_Callback(channel,
DecoderCallbackProc);
end;
AngeloMPEG4_Decode_Set_Image_Config–
@ Syntax
C/C++ (Windows 98/NT/2000/XP)
int AngeloMPEG4_Decode_Set_Image_Config(int
Decoder_Index, int ConfigIndex , int Value);
Visual Basic(Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Set_Image_Config(ByVal
channel As Long, ByVal Decoder_Index As
Long, ByVal Value As Long) As Long
Delphi (Windows 98/NT/2000/XP)
AngeloMPEG4_Decode_Set_Image_Config(Decoder_Inde
x:Longint; ConfigIndex:Longint;
Value:Longint):Longint;