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  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QCameraControl Class Reference

The QCameraControl class is an abstract base class for classes that control still cameras or video cameras. More...

 #include <QCameraControl>

Inherits QMediaControl.

Public Types

enum PropertyChangeType { CaptureMode, ImageEncodingSettings, VideoEncodingSettings, Viewfinder }

Public Functions

~QCameraControl ()
virtual bool canChangeProperty ( PropertyChangeType changeType, QCamera::Status status ) const = 0
virtual QCamera::CaptureMode captureMode () const = 0
virtual bool isCaptureModeSupported ( QCamera::CaptureMode mode ) const = 0
virtual void setCaptureMode ( QCamera::CaptureMode mode ) = 0
virtual void setState ( QCamera::State state ) = 0
virtual QCamera::State state () const = 0
virtual QCamera::Status status () const = 0
  • 29 public functions inherited from QObject

Signals

void captureModeChanged ( QCamera::CaptureMode mode )
void error ( int error, const QString & errorString )
void stateChanged ( QCamera::State state )
void statusChanged ( QCamera::Status status )

Protected Functions

QCameraControl ( QObject * parent = 0 )
  • 7 protected functions inherited from QObject

Macros

QCameraControl_iid

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QCameraControl class is an abstract base class for classes that control still cameras or video cameras.

This service is provided by a QMediaService object via QMediaService::control(). It is used by QCamera.

The interface name of QCameraControl is com.nokia.Qt.QCameraControl/1.0 as defined in QCameraControl_iid.

See also QMediaService::requestControl() and QCamera.

Member Type Documentation

enum QCameraControl::PropertyChangeType

ConstantValueDescription
QCameraControl::CaptureMode1Indicates the capture mode is changed.
QCameraControl::ImageEncodingSettings2Image encoder settings are changed, including resolution.
QCameraControl::VideoEncodingSettings3Video encoder settings are changed, including audio, video and container settings.
QCameraControl::Viewfinder4Viewfinder is changed.

Member Function Documentation

QCameraControl::QCameraControl ( QObject * parent = 0 ) [protected]

Constructs a camera control object with parent.

QCameraControl::~QCameraControl ()

Destruct the camera control object.

bool QCameraControl::canChangeProperty ( PropertyChangeType changeType, QCamera::Status status ) const [pure virtual]

Returns true if backend can effectively apply changing camera properties of changeType type while the camera state is QCamera::Active and camera status matches status parameter.

If backend doesn't support applying this change in the active state, it will be stopped before the settings are changed and restarted after. Otherwise the backend should apply the change in the current state, with the camera status indicating the progress, if necessary.

QCamera::CaptureMode QCameraControl::captureMode () const [pure virtual]

Returns the current capture mode.

See also setCaptureMode().

void QCameraControl::captureModeChanged ( QCamera::CaptureMode mode ) [signal]

Signal emitted when the camera capture mode changes.

void QCameraControl::error ( int error, const QString & errorString ) [signal]

Signal emitted when an error occurs with error code error and a description of the error errorString.

bool QCameraControl::isCaptureModeSupported ( QCamera::CaptureMode mode ) const [pure virtual]

Returns true if the capture mode is suported.

void QCameraControl::setCaptureMode ( QCamera::CaptureMode mode ) [pure virtual]

Sets the current capture mode.

The capture mode changes are synchronous and allowed in any camera state.

If the capture mode is changed while camera is active, it's recommended to change status to QCamera::LoadedStatus and start activating the camera in the next event loop with the status changed to QCamera::StartingStatus. This allows the capture settings to be applied before camera is started. Than change the status to QCamera::StartedStatus when the capture mode change is done.

See also captureMode().

void QCameraControl::setState ( QCamera::State state ) [pure virtual]

Sets the camera state.

State changes are synchronous and indicate user intention, while camera status is used as a feedback mechanism to inform application about backend status. Status changes are reported asynchronously with QCameraControl::statusChanged() signal.

See also state() and QCamera::State.

QCamera::State QCameraControl::state () const [pure virtual]

Returns the state of the camera service.

See also setState() and QCamera::state.

void QCameraControl::stateChanged ( QCamera::State state ) [signal]

Signal emitted when the camera state changes.

In most cases the state chage is caused by QCameraControl::setState(), but if critical error has occurred the state changes to QCamera::UnloadedState.

QCamera::Status QCameraControl::status () const [pure virtual]

Returns the status of the camera service.

See also QCamera::state.

void QCameraControl::statusChanged ( QCamera::Status status ) [signal]

Signal emitted when the camera status changes.

Macro Documentation

QCameraControl_iid

com.nokia.Qt.QCameraControl/1.0

Defines the interface name of the QCameraControl class.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.

[0]; s.parentNode.insertBefore(ga, s); })();
Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 44
  2. Microsoft ouvre aux autres compilateurs C++ AMP, la spécification pour la conception d'applications parallèles C++ utilisant le GPU 22
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. RIM : « 13 % des développeurs ont gagné plus de 100 000 $ sur l'AppWord », Qt et open-source au menu du BlackBerry DevCon Europe 0
  5. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  6. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  7. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
Page suivante

Le Qt Quarterly au hasard

Logo

XQuery et la météo

Qt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

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.1
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