Skip to content

Group SpinnakerStructC

Modules > SpinnakerStructC

More...

Classes

Type Name
struct _actionCommandResult
struct _spinAVIOption
struct _spinBMPOption
struct _spinH264Option
struct _spinJPEGOption
struct _spinJPG2Option
struct _spinLibraryVersion
struct _spinMJPGOption
struct _spinPGMOption
struct _spinPNGOption
struct _spinPPMOption
struct _spinTIFFOption

Public Types

Type Name
typedef struct _actionCommandResult actionCommandResult
typedef struct _spinAVIOption spinAVIOption
typedef struct _spinBMPOption spinBMPOption
typedef struct _spinH264Option spinH264Option
typedef struct _spinJPEGOption spinJPEGOption
typedef struct _spinJPG2Option spinJPG2Option
typedef struct _spinLibraryVersion spinLibraryVersion
typedef struct _spinMJPGOption spinMJPGOption
typedef struct _spinPGMOption spinPGMOption
typedef struct _spinPNGOption spinPNGOption
typedef struct _spinPPMOption spinPPMOption
typedef struct _spinTIFFOption spinTIFFOption

Detailed Description

Spinnaker C structure definitions

Public Types Documentation

typedef actionCommandResult

typedef struct _actionCommandResult actionCommandResult;

Action Command Result.


typedef spinAVIOption

typedef struct _spinAVIOption spinAVIOption;

Options for saving uncompressed videos. Used in saving AVI videos with a call to spinAVIRecorderOpenUncompressed().


typedef spinBMPOption

typedef struct _spinBMPOption spinBMPOption;

Options for saving BMP images. Used in saving PPM images with a call to spinImageSaveBmp().


typedef spinH264Option

typedef struct _spinH264Option spinH264Option;

Options for saving H264 videos. Used in saving H264 videos with a call to spinAVIRecorderOpenH264().


typedef spinJPEGOption

typedef struct _spinJPEGOption spinJPEGOption;

Options for saving JPEG images. Used in saving PPM images with a call to spinImageSaveJpeg().


typedef spinJPG2Option

typedef struct _spinJPG2Option spinJPG2Option;

Options for saving JPEG 2000 images. Used in saving PPM images with a call to spinImageSaveJpg2().


typedef spinLibraryVersion

typedef struct _spinLibraryVersion spinLibraryVersion;

Provides easier access to the current version of Spinnaker.


typedef spinMJPGOption

typedef struct _spinMJPGOption spinMJPGOption;

Options for saving MJPG videos. Used in saving MJPG videos with a call to spinAVIRecorderOpenMJPG().


typedef spinPGMOption

typedef struct _spinPGMOption spinPGMOption;

Options for saving PGM images.


typedef spinPNGOption

typedef struct _spinPNGOption spinPNGOption;

Options for saving PNG images. Used in saving PNG images with a call to spinImageSavePng().


typedef spinPPMOption

typedef struct _spinPPMOption spinPPMOption;

Options for saving PPM images. Used in saving PPM images with a call to spinImageSavePpm().


typedef spinTIFFOption

typedef struct _spinTIFFOption spinTIFFOption;

Options for saving TIFF images. Used in saving PPM images with a call to spinImageSaveTiff().