QCameraControl Class Reference
The QCameraControl class is an abstract base class for classes that control still cameras or video cameras. More...
#include <QCameraControl>
This class is under development and is subject to change.
Inherits QMediaControl.
Public Functions
~QCameraControl () | |
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 |
Signals
void | captureModeChanged ( QCamera::CaptureMode mode ) |
void | error ( int error, const QString & errorString ) |
void | stateChanged ( QCamera::State state ) |
Protected Functions
QCameraControl ( QObject * parent = 0 ) |
Macros
QCameraControl_iid |
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.
The Camera API of Qt Mobility is still in Technology Preview. It has not undergone the same level of review and testing as the rest of the APIs.
The API exposed by the classes in this component are not stable, and will undergo modification or removal prior to the final release of Qt Mobility.