Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QCameraStillCapture class handles capturing of still images More...
#include <QCameraStillCapture>
Inherits QObject and QControlInterface.
The QCameraStillCapture class handles capturing of still images
If supported, causes the device to autofocus otherwise does nothing
Returns the current format
Returns a QMap of formats and supported resolutions of that format
Signals that a the image contained in buffer with image resolution is ready If complete is true the buffer contains the full image, otherwise only a partial image was given. Subsequent data must be appended. This can happen for example with jpeg images.
Signals that the image in the preview data buffer is the actuall image that will be taken. Note:The procesing of this signal should take absolute minimal time.
Note to implementor: This signal should be emitted just before the instance in which the photo is taken. It is optional.
Returns the current resolution
Note to implementor: Should always be valid
Takes a still image in pixel format format and size resolution count is the number of multi-shots (only if capable, otherwise it may be ignored) and msecs is the delay in milliseconds between each shot
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |