User`s manual
106 Appendix: GEME-VM3000 Series Introduction
AngeloMPEG4_Encode_InitialEx(Encoder_Index,
Local_Address, Bitrate, frame_rate,
Angelo_PortNo, Angelo_ChannelNo,
Angelo_Color_Format, Angelo_Video_Format): Ini-
tialize the encoder for advanced.
AngeloMPEG4_Encode_Set_Callback(Encoder_Index,
CallBackProc): Set up the callback function for encoder.
AngeloMPEG4_Encode_Start(Encoder_Index): Start to
grab image and encode.
AngeloMPEG4_Encode_Stop(Encoder_Index): Stop
grabbing image and encoding.
AngeloMPEG4_Encode_Close(Encoder_Index): Close
the encoder and network transmission.
AngeloMPEG4_Encode_Save_File_Start(Encoder_Ind
ex, n_file_name, interval_second, format): Start
to save compressed file in encode site.
AngeloMPEG4_Encode_Save_File_Stop(Encoder_Inde
x): Stop saving compressed file in encode site.
AngeloMPEG4_Encode_Create_Directory(Encoder_In
dex, Dir): Create a new folder on the encode site.
AngeloMPEG4_Encode_Set_Motion_Detection(Encode
r_Index, Area, enable, Threshold, interval,
action, X_Start, Y_Start, Width, Height): Set the
motion detection criteria, and action when motion occurs on the
encode site.
@ Description
AngeloMPEG4_Encode_Initial:
This function initializes the video encoder. Its library supports
16 video encoders with the video source coming from
Angelo_PortNo and Angelo_ChannelNo in the Angelo cards.
Quality, and Angelo_Color_Format are parameters for encoder
setting.
AngeloMPEG4_Encode_InitialEx: