|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiCamera.h>
Inheritance diagram for lti::camera::parameters:


Public Member Functions | |
| parameters () | |
| parameters (const parameters &other) | |
| ~parameters () | |
| const char * | getTypeName () const |
| parameters & | copy (const parameters &other) |
| parameters & | operator= (const parameters &other) |
| virtual functor::parameters * | clone () const |
| virtual bool | write (ioHandler &handler, const bool complete=true) const |
| virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
| bool | autoWhiteBalance |
| bool | autoGain |
| float | gain |
| float | redGain |
| float | blueGain |
| bool | autoShutter |
| float | shutterSpeed |
| bool | autoFocus |
| float | focus |
| float | zoom |
Static Public Attributes | |
| static const float | minGain |
| static const float | maxGain |
| static const float | minRBGain |
| static const float | maxRBGain |
| static const float | minShutterSpeed |
| static const float | maxShutterSpeed |
| static const float | minFocus |
| static const float | maxFocus |
| static const float | maxZoom |
|
|
default constructor
Reimplemented from lti::functor::parameters. Reimplemented in lti::sonyEviD100P::parameters. |
|
|
copy constructor
|
|
|
destructor
Reimplemented from lti::functor::parameters. Reimplemented in lti::sonyEviD100P::parameters. |
|
|
returns a pointer to a clone of the parameters
Implements lti::functor::parameters. Reimplemented in lti::sonyEviD100P::parameters. |
|
|
copy the contents of a parameters object
|
|
|
returns name of this type
Reimplemented from lti::functor::parameters. Reimplemented in lti::sonyEviD100P::parameters. |
|
|
copy the contents of a parameters object
|
|
||||||||||||
|
read the parameters from the given ioHandler
Reimplemented from lti::functor::parameters. Reimplemented in lti::sonyEviD100P::parameters. |
|
||||||||||||
|
write the parameters in the given ioHandler
Reimplemented from lti::functor::parameters. Reimplemented in lti::sonyEviD100P::parameters. |
|
|
auto focus (true) or manual focus (false). Default: true. |
|
|
automatic determination of the global gain by the camera (true) or manual setting by the user (false). Default: true. |
|
|
if true the shutter speed is set automatically, otherwise it is controlled manually. Default: true. |
|
|
Mode of determing the whiteBalance. Default: Auto, i.e. true. Derived classes may distinguish between more than two modes by adding a whiteBalanceMode-parameter. If a class does not distinguish between further modes false refers to manual white balance, i.e. direct control by the red and blue gain values. Default: true. |
|
|
the green gain in dB. Default: maxRBGain. |
|
|
focus value which the camera shall use in meter. Default: maxFocus. |
|
|
the global gain in dB. Default: maxGain. |
|
|
the maximum focus in meter
|
|
|
the max. possible gain in dB |
|
|
the max. possible red or blue gain in dB |
|
|
the maximum shutter speed
|
|
|
The maximum possible zoom value. The zoom ranges from 0 (no zoom) to max. zoom. |
|
|
the minimum focus in meter
|
|
|
the min. possible gain in dB |
|
|
the min. possible red or blue gain in dB |
|
|
the minimum shutter speed of the device
|
|
|
the red gain in dB. Default: maxRBGain. |
|
|
the shutter speed in 1/s. Default: minShutterSpeed. |
|
|
Zoom value which the camera shall use. Default: 0. |