Group SpinnakerStructC¶
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¶
Action Command Result.
typedef spinAVIOption¶
Options for saving uncompressed videos. Used in saving AVI videos with a call to spinAVIRecorderOpenUncompressed().
typedef spinBMPOption¶
Options for saving BMP images. Used in saving PPM images with a call to spinImageSaveBmp().
typedef spinH264Option¶
Options for saving H264 videos. Used in saving H264 videos with a call to spinAVIRecorderOpenH264().
typedef spinJPEGOption¶
Options for saving JPEG images. Used in saving PPM images with a call to spinImageSaveJpeg().
typedef spinJPG2Option¶
Options for saving JPEG 2000 images. Used in saving PPM images with a call to spinImageSaveJpg2().
typedef spinLibraryVersion¶
Provides easier access to the current version of Spinnaker.
typedef spinMJPGOption¶
Options for saving MJPG videos. Used in saving MJPG videos with a call to spinAVIRecorderOpenMJPG().
typedef spinPGMOption¶
Options for saving PGM images.
typedef spinPNGOption¶
Options for saving PNG images. Used in saving PNG images with a call to spinImageSavePng().
typedef spinPPMOption¶
Options for saving PPM images. Used in saving PPM images with a call to spinImageSavePpm().
typedef spinTIFFOption¶
Options for saving TIFF images. Used in saving PPM images with a call to spinImageSaveTiff().