QCameraExposureControl Class ReferenceThe QCameraExposureControl class supplies control for exposure related camera parameters. More... #include <QCameraExposureControl> Inherits: QMediaControl. This class was introduced in Qt Mobility 1.1. Public Types
Public Functions
Signals
Protected Functions
Macros
Additional Inherited Members
Detailed DescriptionThe QCameraExposureControl class supplies control for exposure related camera parameters. The interface name of QCameraExposureControl is com.nokia.Qt.QCameraExposureControl/1.0 as defined in QCameraExposureControl_iid. See also QCamera. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QCameraExposureControl::InvalidParameter | 0 | Parameter is invalid. |
QCameraExposureControl::ISO | 1 | Camera ISO sensitivity, specified as integer value. |
QCameraExposureControl::Aperture | 2 | Lens aperture is specified as an qreal F number. The supported apertures list can change depending on the focal length, in such a case the exposureParameterRangeChanged() signal is emitted. |
QCameraExposureControl::ShutterSpeed | 3 | Shutter speed in seconds, specified as qreal. |
QCameraExposureControl::ExposureCompensation | 4 | Exposure compensation, specified as qreal EV value. |
QCameraExposureControl::FlashPower | 5 | Manual flash power, specified as qreal value. Accepted power range is [0..1.0], with 0 value means no flash and 1.0 corresponds to full flash power. |
This value is only used in the manual flash mode.
Constant | Value | Description |
---|---|---|
QCameraExposureControl::FlashCompensation | 6 | Flash compensation, specified as qreal EV value. |
QCameraExposureControl::ExtendedExposureParameter | 1000 | The base value for platform specific extended parameters. For such parameters the sequential values starting from ExtendedExposureParameter shuld be used. |
Constant | Value | Description |
---|---|---|
QCameraExposureControl::AutomaticValue | 0x01 | Use the automatic values for parameters. |
QCameraExposureControl::ReadOnly | 0x02 | Parameters are read only. |
QCameraExposureControl::ContinuousRange | 0x04 | Parameters are continuous in their range. |
The ParameterFlags type is a typedef for QFlags<ParameterFlag>. It stores an OR combination of ParameterFlag values.
Constructs a camera exposure control object with parent.
Destruct the camera control object.
Returns the exposure mode.
This function was introduced in Qt Mobility 1.1.
See also setExposureMode().
Returns the exposure parameter value, or invalid QVariant() if the value is unknown or not supported.
This function was introduced in Qt Mobility 1.1.
See also setExposureParameter().
Signal emitted when the exposure parameter has changed.
This function was introduced in Qt Mobility 1.1.
Returns the properties of exposure parameter.
This function was introduced in Qt Mobility 1.1.
Signal emitted when the exposure parameter range has changed.
This function was introduced in Qt Mobility 1.1.
Returns the extended exposure parameter name.
This function was introduced in Qt Mobility 1.1.
Signal emitted when flash state changes, flash is charged ready.
This function was introduced in Qt Mobility 1.1.
Returns true if the exposure mode is supported.
This function was introduced in Qt Mobility 1.1.
Returns true if the metering mode is supported.
This function was introduced in Qt Mobility 1.1.
Returns true is exposure parameter is supported by backend.
This function was introduced in Qt Mobility 1.1.
Returns the current metering mode.
This function was introduced in Qt Mobility 1.1.
See also setMeteringMode().
Set the exposure mode to mode.
This function was introduced in Qt Mobility 1.1.
See also exposureMode().
Set the exposure parameter to value. If a null or invalid QVariant is passed, backend should choose the value automatically, and if possible report the actual value to user with QCameraExposureControl::exposureParameter().
Returns true if parameter is supported and value is correct.
This function was introduced in Qt Mobility 1.1.
See also exposureParameter().
Set the metering mode to mode.
This function was introduced in Qt Mobility 1.1.
See also meteringMode().
Returns the list of supported parameter values;
This function was introduced in Qt Mobility 1.1.
com.nokia.Qt.QCameraExposureControl/1.0
Defines the interface name of the QCameraExposureControl class.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtmobility-1.2 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com