User`s manual
Function Library • 50
Use this function to establish a connection between decoder and encoder.
Video data will then be transferred through this connection.
AngeloMPEG4_Decode_ Disconnect:
Use this function to close the connection between decoder and encoder. After
closing the connection, the decoder will not receive video data from the
encoder.
AngeloMPEG4_Decode_Start:
If a connection between encoder and decoder is established, video data will
transfer from encoder to decoder automatically. Use this function to restart
video data transmission after calling “AngeloMPEG4_Decode_Stop” to stop
data transmission.
AngeloMPEG4_Decode_Stop:
This function stops video data transmission between decoder and encoder,
but leaves the connection established.
AngeloMPEG4_Decode_Save_File_Start:
If the connection between encoder and decoder is established, use this
function to save the encoded image into an “.avi” or “.m4v” video file at the
decode site. The “.avi” file is the standard video format, and “.m4v” is only
accessible in this function library.
Note:
1. Do not add a file extension to the file name.
2. User must install the XVID Codec in our setup disk in order to play “.avi” file in
MS Media Player.
AngeloMPEG4_Decode_Save_File_Stop:
If a connection between encoder and decoder is established, use this function
to stop saving the video file to the decode site. In general, the video file will
close automatically after the “Interval” parameter in
AngeloMPEG4_Decode_Save_File_Start has elapsed.
AngeloMPEG4_Decode_Set_Motion_Detection:
If the connection between encoder and decoder is established, use this
function to configure the motion detection criteria and the action when motion
occurs at the decode site.
AngeloMPEG4_Decode_Set_Image_Config:
If the connection between encoder and decoder is established, use this
function to adjust image properties (e.g. contrast, brightness).
AngeloMPEG4_Decode_From_File: