#include <QCamMax.hpp>
Inheritance diagram for QCamMax:


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 | |
| 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] |
| virtual const QSize* QCamMax::getAllowedSize | ( | ) | const [inline, virtual] |
1.5.1