QCamMax Class Reference

Stacks a serie of frame from . More...

#include <QCamMax.hpp>

Inheritance diagram for QCamMax:

Inheritance graph
[legend]
Collaboration diagram for QCamMax:

Collaboration graph
[legend]
List of all members.

Public Member Functions

QCamFrame yuvFrame () const
 return the frame in yuv 420P format.
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

Detailed Description

Stacks a serie of frame from .


Member Function Documentation

QCamFrame QCamMax::yuvFrame (  )  const [inline, virtual]

return the frame in yuv 420P format.

it is the native format used by all algoithms.

Implements QCam.

void QCamMax::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* QCamMax::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.


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