_CreateAVIFromSequence, _CreateSequenceFromAVI, _SaveAVI, AVIAcquisitionStart, AVIAcquisitionStop, CreateAVIFromSequence, CreateAVIFromSequenceEx, CreateSequenceFromAVI
Description
AVIAcquisitionStart();
Starts the AVI/MP4 acquisition (Record button) using the parameters set in the AVI/MP4 Acquisition dialog window.
See Also
Description
AVIAcquisitionStop();
Stops the AVI/MP4 acquisition (Stop button in the AVI/MP4 Acquisition dialog window).
See Also
Description
CreateAVIFromSequence( char *Avi_Destination
, intFrame_Int
, boolDef_Video
);
This function creates an AVI file from the sequence.
Parameters
Note
The AVI file is created from all supported single image files (ND and AVI are left out) in the last directory used to open files. After calling a preview is displayed. You can stop the AVI creation any time and the currently created part of the sequence will be saved. When this function is not called by the CreateAVIFromSequence function, the name of the output file is first four characters from the first sequence filename. The output file is saved to the directory of the sequence.
Description
CreateAVIFromSequenceEx( char *Avi_Destination
, intFrame_Int
, boolDef_Video
, intWidth
, intHeight
, intKeepAspect
, char *ImageDirectory
, char *FileFilter
);
This function creates an AVI file from the sequence.
Parameters
Note
The AVI file is created from all supported single image files (ND and AVI are left out) in specified source image directory. Images are resized to the specified width and height. After calling a preview is displayed. You can stop the AVI creation any time and the currently created part of the sequence will be saved. When this function is not called by the CreateAVIFromSequence function, the name of the output file is first four characters from the first sequence filename. The output file is saved to the directory of the sequence.
Description
CreateSequenceFromAVI( char *AviFilename
, intplaymode
, char *Avi_Command
, intplay_timing
, doubleplay_interval
);
This function decompresses the AVI file frame by frame into the current color image. This function is mostly called by the _CreateSequenceFromAVI function.
Parameters
Note
The AVI file can be decompressed only if the required codec is installed.
See Also
_CreateSequenceFromAVI, CreateAVIFromSequence, _CreateAVIFromSequence
Description
_CreateAVIFromSequence();
The function displays the Sequence to AVI dialog box. You can select a sequence of supported single image files which will be converted into *.avi format.
See Also
CreateAVIFromSequence, CreateAVIFromSequenceEx
Description
_CreateSequenceFromAVI();
The function displays the AVI to Sequence dialog box. You can select an *.avi file which will be converted into a sequence of *.lim images.
This function runs the Acquire > AVI/MP4 Acquisition command.
Description
_SaveAVI();
This function displays an AVI/MP4 Acquisition dialog window.