Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

QCameraVideoCapture Class Reference
[QtMediaModule]

The QCameraVideoCapture class allows the user to capture video data from a camera device. More...

    #include <QCameraVideoCapture>

Inherits QIODevice, QControlInterface, and QCameraStreamInterface.

Public Functions

Additional Inherited Members


Detailed Description

The QCameraVideoCapture class allows the user to capture video data from a camera device.

The QCameraVideoCapture class provides the interface neccesary to capture raw bitstreams of video data. Usage is through the provided QIODevice interfaces in read only mode.

See also QIODevice.


Member Function Documentation

unsigned int QCameraVideoCapture::format ()   [pure virtual]

Returns the current format

Note to implementor: Should always be valid.

QtopiaCamera::FormatResolutionMap QCameraVideoCapture::formats () const   [pure virtual]

Returns a QMap of formats and supported resolutions of that format

QSize QCameraVideoCapture::resolution ()   [pure virtual]

Returns the current resolution

Note to implementor: Should always be valid.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3