User`s manual

122 Appendix: GEME-VM3000 Series Introduction
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;
Decode Functions
@ Name
AngeloMPEG4_Decode_Set_Callback(Decoder_Index,
CallBackProc) – Setup the callback function for decoder.
AngeloMPEG4_Decode_Connect(Decoder_Index,
Encoder_IP, Encoder_Index) – Connect to the encoder.
AngeloMPEG4_Decode_Disconnect(Decoder_Index)
Disconnect from the encoder.
AngeloMPEG4_Decode_Set_Image_Config(Decoder_In
dex, ConfigIndex , Value) – Adjust the brightness, con-
trast, hue etc..
AngeloMPEG4_Decode_Set_Motion_Detection(Decode
r_Index, Area, enable, Threshold, interval,
action, X_Start, Y_Start, Width, Height) – Set
the motion detection criteria, and action when motion occurs in
decode site.
AngeloMPEG4_Decode_Get_Config(Decoder_Index,
iWidth, iHeight, video_format, color_format,
Bitrate, frame_rate) – Get the video property from
encode site.
AngeloMPEG4_Decode_Start(Decoder_Index) – Start to
decode the video.
AngeloMPEG4_Decode_Stop(Decoder_Index) – Stop
decoding the video.