Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
MJPGOption Struct Reference

Options for saving MJPG files. More...

#include <SpinVideoDefs.h>

Public Member Functions

 MJPGOption ()
 

Public Attributes

float frameRate
 Frame rate of the stream.
 
unsigned int quality
 Image quality (1-100)
 
unsigned int width
 Width of source image.
 
unsigned int height
 Height of source image.
 
unsigned int reserved [192]
 

Detailed Description

Options for saving MJPG files.

Examples
SaveToVideo.cpp.

Constructor & Destructor Documentation

◆ MJPGOption()

MJPGOption ( )
inline

Member Data Documentation

◆ frameRate

float frameRate

Frame rate of the stream.

Examples
SaveToVideo.cpp.

◆ height

unsigned int height

Height of source image.

Examples
SaveToVideo.cpp.

◆ quality

unsigned int quality

Image quality (1-100)

Examples
SaveToVideo.cpp.

◆ reserved

unsigned int reserved[192]

◆ width

unsigned int width

Width of source image.

Examples
SaveToVideo.cpp.

The documentation for this struct was generated from the following file: