QCameraViewfinder Class Reference
The QCameraViewfinder class provides camera viewfinder widget. More...
#include <QCameraViewfinder>
This class is under development and is subject to change.
Inherits QVideoWidget.
Public Functions
QCameraViewfinder ( QWidget * parent = 0 ) | |
~QCameraViewfinder () |
Reimplemented Public Functions
virtual QMediaObject * | mediaObject () const |
- 8 public functions inherited from QVideoWidget
- 1 public function inherited from QMediaBindableInterface
Reimplemented Protected Functions
virtual bool | setMediaObject ( QMediaObject * object ) |
- 5 protected functions inherited from QVideoWidget
- 1 protected function inherited from QMediaBindableInterface
Additional Inherited Members
- 7 properties inherited from QVideoWidget
- 6 public slots inherited from QVideoWidget
- 5 signals inherited from QVideoWidget
- 5 protected functions inherited from QVideoWidget
- 1 protected function inherited from QMediaBindableInterface
Detailed Description
The QCameraViewfinder class provides camera viewfinder widget.
camera = new QCamera; viewFinder = new QCameraViewfinder(); viewFinder->show(); camera->setViewfinder(viewFinder); camera->setCaptureMode(QCamera::CaptureStillImage); camera->start();
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.