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


Public Member Functions | |
| virtual QWidget * | buildGUI (QWidget *parent=0) |
| build the associated GUI | |
Protected Slots | |
| void | swapEW (bool swap) |
| Swap east and west. | |
| void | swapNS (bool swap) |
| Swap south and north. | |
| void | setCenter (bool center) |
| center the target | |
| void | frameShift (const ShiftInfo &shift) |
| called with the shift frome the orifinal frame to the current frame. | |
Do no prediction, dosn't do any calibration. Just try to follow the target. Need no mirror plan on the path from the lens to the cam. And the cam must not be upsidedown.
| void QCamAutoGuidageSimple::frameShift | ( | const ShiftInfo & | shift | ) | [protected, virtual, slot] |
called with the shift frome the orifinal frame to the current frame.
Must be implementedc by any subclass.
Implements QCamAutoGuidage.
1.5.1