Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QCameraZoomInterface class is an Interface class for zooming When implementing this functionality, Zooming should affect preview, still and video capture. More...
#include <QCameraZoomInterface>
Inherited by QCameraPreviewCapture.
The QCameraZoomInterface class is an Interface class for zooming When implementing this functionality, Zooming should affect preview, still and video capture.
Returns true if the camera device has zoom capabilities otherwise returns false
Zoom in by one step. Note: zoom steps begin from the minimum zoom value given by the function
Zoom out by one step
Returns the minimum and maximum supported zoom. A value of QPair<0,0>() indicates zoom not supported.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |