Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

CameraExposure

The CameraExposure type provides interface for exposure related camera settings. More...

Inherits QtObject

Signals

Methods

Detailed Description

This type is part of the QtMultimedia 5.0 module.

CameraExposure allows you to adjust exposure related settings like aperture and shutter speed, metering and ISO speed.

It should not be constructed separately, instead the exposure property of the a Camera should be used.

 import QtQuick 2.0
 import QtMultimedia 5.0

 Camera {
     id: camera

     exposure.exposureCompensation: -1.0
     exposure.exposureMode: Camera.ExposurePortrait
 }

Several settings have both an automatic and a manual mode. In the automatic modes the camera software itself will decide what a reasonable setting is, but in most cases these settings can be overridden with a specific manual setting.

For example, to select automatic shutter speed selection:

     camera.exposure.setAutoShutterSpeed()

Or for a specific shutter speed:

     camera.exposure.manualShutterSpeed = 0.01 // 10ms

You can only choose one or the other mode.

Signal Documentation

CameraExposure::flashModeChanged(int)

This signal is emitted when the flashMode property is changed. The corresponding handler is onFlashModeChanged.


CameraExposure::flashReady(bool)

This signal is emitted when QCameraExposure indicates that the flash is ready to use. The corresponsing handler is onFlashReadyChanged.


Method Documentation

CameraExposure::setAutoAperture()

Turn on auto aperture selection. The manual aperture value is reset to -1.0


CameraExposure::setAutoIsoSensitivity()

Turn on auto ISO sensitivity selection. The manual ISO value is reset to -1.


CameraExposure::setAutoShutterSpeed()

Turn on auto shutter speed selection. The manual shutter speed value is reset to -1.0


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 5.0-snapshot
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 !
 
 
 
 
Partenaires

Hébergement Web