Spinnaker C++
4.0.0.116
Functions
AVI Recorder Class

Functions

class DEPRECATED_CLASS ("AVIRecorder is deprecated, use SpinVideo instead.") SPINNAKER_API AVIRecorder
 Provides the functionality for the user to record images to an AVI file. More...
 

Detailed Description

Function Documentation

class Spinnaker::DEPRECATED_CLASS ( "AVIRecorder is  deprecated,
use SpinVideo instead."   
)

Provides the functionality for the user to record images to an AVI file.

NOTE: This class is deprecated and replaced by SpinVideo. Refer to SpinVideo.h instead.

Default constructor.

Default destructor.

Open an AVI file in preparation for writing Images to disk. The size of AVI files is limited to 2GB. The filenames are automatically generated using the filename specified.

Parameters
pFileNameThe filename of the AVI file.
pOptionOptions to apply to the AVI file.
See Also
AVIClose()

Open an MJPEG AVI file in preparation for writing Images to disk. The size of AVI files is limited to 2GB. The filenames are automatically generated using the filename specified.

Parameters
pFileNameThe filename of the AVI file.
pOptionMJPEG options to apply to the AVI file.
See Also
AVIClose()
MJPGOption

Open an H264 MP4 file in preparation for writing Images to disk. The size of MP4 files is limited to 2GB. The filenames are automatically generated using the filename specified.

Parameters
pFileNameThe filename of the MP4 file.
pOptionH264 options to apply to the MP4 file.
See Also
AVIClose()
H264Option

Append an image to the AVI/MP4 file.

Parameters
pImageThe image to append.

Close the AVI/MP4 file.

See Also
AVIOpen()

Set the maximum file size (in megabytes) of a AVI/MP4 file. A new AVI/MP4 file is created automatically when file size limit is reached. Setting a maximum size of 0 indicates no limit on file size.

Parameters
sizeThe maximum AVI file size in MB.
See Also
AVIAppend( ImagePtr pImage)
Contact Support Spinnaker® SDK Programmer's Guide and API Reference