QCamAdd Class Reference

Stacks a serie of frame from an other QCam object. More...

#include <QCamAdd.hpp>

Inheritance diagram for QCamAdd:

Inheritance graph
[legend]
Collaboration diagram for QCamAdd:

Collaboration graph
[legend]
List of all members.

Public Member Functions

const QSize & size () const
 return the size of the current frame.
void resize (const QSize &s)
 try to resize the current frame.
virtual const QSize * getAllowedSize () const
 return an array of supported size of th capture window.
QWidget * buildGUI (QWidget *parent)
 build the GUI
QCamFrame yuvFrame () const
 return the frame in yuv 420P format.

Detailed Description

Stacks a serie of frame from an other QCam object.


Member Function Documentation

void QCamAdd::resize ( const QSize &  s  )  [inline, virtual]

try to resize the current frame.

it can failed. size() must be called to know the real new size.

Implements QCam.

virtual const QSize* QCamAdd::getAllowedSize (  )  const [inline, virtual]

return an array of supported size of th capture window.

The las entry of the table must be a null size (=QSize(0,0)). A minimal empty emplementation is given for no resizable QCam

Implements QCam.

QCamFrame QCamAdd::yuvFrame (  )  const [virtual]

return the frame in yuv 420P format.

it is the native format used by all algoithms.

Implements QCam.


The documentation for this class was generated from the following files:
Generated on Sat Oct 27 09:21:06 2007 for QastroCam by  doxygen 1.5.1