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


Public Member Functions | |
| QCamFrame | yuvFrame () const |
| return the frame in yuv 420P format. | |
| virtual const QSize & | size () const |
| return the size of the current frame. | |
| virtual 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. | |
It is usefull if the tracking is bad (or not existant).
| QCamFrame QCamAutoAlign::yuvFrame | ( | ) | const [virtual] |
return the frame in yuv 420P format.
it is the native format used by all algoithms.
Implements QCam.
| void QCamAutoAlign::resize | ( | const QSize & | s | ) | [virtual] |
| virtual const QSize* QCamAutoAlign::getAllowedSize | ( | ) | const [inline, virtual] |
1.5.1