summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-11-24accela: use dynamic dtStanislaw Halik
2014-11-24aruco: decrease threshold paramStanislaw Halik
2014-11-24aruco: framerate s/120/125Stanislaw Halik
2014-11-24timer: split start/elapsed. convert usesStanislaw Halik
2014-11-23pt: avoid crash on startup/close with opencv/highgui/libv4lStanislaw Halik
2014-11-23pt: get resolution when frame arrivesStanislaw Halik
2014-11-23pt: nix old camera codeStanislaw Halik
2014-11-23remove "R" labels from cap for consistencyStanislaw Halik
Issue: #96
2014-11-23copy old config when savingStanislaw Halik
Issue: #96
2014-11-23force options flush to file when savingStanislaw Halik
2014-11-23remove dead codeStanislaw Halik
2014-11-23remove obsolete commentopentrack-2.3-rc3Stanislaw Halik
2014-11-22pt: fix copy-paste bug in d_order logicStanislaw Halik
Issue: #63, #93
2014-11-22pt: restore original ypr codeStanislaw Halik
2014-11-22pt: rename class to avoid further confusionStanislaw Halik
"FrameTrafo" isn't a word even. Rename to "Affine"
2014-11-22don't crash with x=2^31-1Stanislaw Halik
2014-11-19fix build furtherStanislaw Halik
2014-11-19fix build with recent mingw-w64Stanislaw Halik
2014-11-19cmake: fix lto buildStanislaw Halik
2014-11-19cmake convenienceStanislaw Halik
2014-11-13model calibration had sign swappedStanislaw Halik
Issue: #93
2014-11-12pt: restore clip model pitch. remove workaroundStanislaw Halik
Issue: #63, #93
2014-11-12pt: fix ui tab orderStanislaw Halik
2014-11-11PT: change pitch sign yet againStanislaw Halik
Issue: #63
2014-11-11add rotation value addition to freepie-udpStanislaw Halik
Otherwise gimbal lock singularities occur. Tested-by: @KyokushinPL
2014-11-11wiki updateStanislaw Halik
2014-11-11dedupopentrack-2.3-rc2Stanislaw Halik
2014-11-11resize shortcut windowStanislaw Halik
2014-11-11disallow profile switch during trackingStanislaw Halik
2014-11-11sane gimbal lock boundsStanislaw Halik
Tested-by: @KyokushinPL Issue: #63
2014-11-11pt: align spinboxes with clip imageStanislaw Halik
2014-11-11add again gimbal lock workaround codeStanislaw Halik
@KyokushinPL reports +-90 pitch boundary broken otherwise
2014-11-11centering changesStanislaw Halik
2014-11-10negate yaw, pitch, roll valuesStanislaw Halik
Submitted-by: @FlyingCircus- Issue: #63
2014-11-10nix debug display posit iter countStanislaw Halik
2014-11-10restore PT axis order swapStanislaw Halik
Reported-by: @FlyingCircus- Issue: #63
2014-11-10simplify centeringStanislaw Halik
2014-11-10only replace profile directory if not cancelledStanislaw Halik
2014-11-10fix buildStanislaw Halik
Issue: #92
2014-11-09guard against gimbal lockStanislaw Halik
Issue: #63
2014-11-09doesn't hurt to use the commented-out formulaStanislaw Halik
2014-11-09reduce pitch input to 90. keep output at 180Stanislaw Halik
It has to stay that way till euler internal usage's gone.
2014-11-09nix reset, doesn't do anything nowStanislaw Halik
2014-11-09pt: fix pitch signStanislaw Halik
This made clip dialog unusable. Reported-by: @FlyingCircus- Issue: #63
2014-11-09Revert "fix typos"Stanislaw Halik
This reverts commit e74f029bf790342b1d3e0f11e5edf98c16946b08.
2014-11-09add commentStanislaw Halik
2014-11-09fix typosStanislaw Halik
2014-11-07fix r/t comp after mat changeStanislaw Halik
2014-11-07sane default value for translation smoothingStanislaw Halik
2014-11-07no need use temp array anymoreStanislaw Halik