QCameraImageCaptureControl Class Reference
The QCameraImageCaptureControl class provides a control interface for image capture services. More...
#include <QCameraImageCaptureControl>
This class is under development and is subject to change.
Inherits QMediaControl.
Public Functions
~QCameraImageCaptureControl () | |
virtual void | cancelCapture () = 0 |
virtual int | capture ( const QString & fileName ) = 0 |
virtual QCameraImageCapture::DriveMode | driveMode () const = 0 |
virtual bool | isReadyForCapture () const = 0 |
virtual void | setDriveMode ( QCameraImageCapture::DriveMode mode ) = 0 |
Signals
void | error ( int id, int error, const QString & errorString ) |
void | imageCaptured ( int requestId, const QImage & preview ) |
void | imageExposed ( int requestId ) |
void | imageSaved ( int requestId, const QString & fileName ) |
void | readyForCaptureChanged ( bool ready ) |
Protected Functions
QCameraImageCaptureControl ( QObject * parent = 0 ) |
Macros
QCameraImageCaptureControl_iid |
Detailed Description
The QCameraImageCaptureControl class provides a control interface for image capture services.
The interface name of QCameraImageCaptureControl is com.nokia.Qt.QCameraImageCaptureControl/1.0 as defined in QCameraImageCaptureControl_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.