Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-01 | bring back dynamic pose resolution following user outrageopentrack-2.3-rc9 | Stanislaw Halik | |
Uses a simpler method without computing point velocities. Issues: #112, #126 | |||
2015-02-01 | ht: prenitialize pose to invalid value | Stanislaw Halik | |
2015-02-01 | center when first pose received | Stanislaw Halik | |
Requested-by: many | |||
2015-01-24 | pt: make translation consistent with model position | Stanislaw Halik | |
Issue: #106 | |||
2015-01-24 | Revert "pt: calibration X sign needn't inverting" | Stanislaw Halik | |
This reverts commit 1a407734e2b5215df5548480a70562338f85a85d. | |||
2015-01-24 | pt: retrieve current pose under lock | Stanislaw Halik | |
2015-01-24 | ht: adjust tuning parameters | Stanislaw Halik | |
2015-01-18 | pt: reset calibration when it starts | Stanislaw Halik | |
2015-01-18 | link to Windows Phone tracker | Stanislaw Halik | |
Issue: #119 Author: Aleksandar Adamovic | |||
2015-01-18 | pt: calibration X sign needn't inverting | Stanislaw Halik | |
Issue: #106 | |||
2015-01-08 | signed freepie IMU .apk with service supportopentrack-2.3-rc8 | Stanislaw Halik | |
Thanks, @AndersMalmgren! | |||
2015-01-08 | update no camera feed image for the ui | Stanislaw Halik | |
2015-01-08 | don't increment dataid twice | Stanislaw Halik | |
2015-01-05 | copy centering code from 2.2 | Stanislaw Halik | |
Issue: #106 Signs of XYZ are the same, it turns out. It's the display value that needs adjusting. Tested on @FlyingCircus- video. | |||
2015-01-05 | pt: add informative text on calibration | Stanislaw Halik | |
2015-01-05 | pt: change pose() prototype | Stanislaw Halik | |
Return a pose, don't copy it to passed param | |||
2015-01-05 | fix typo breaking axis remap | Stanislaw Halik | |
Issue: #114 | |||
2015-01-05 | don't register null tracker/filter/proto when dialog is created | Stanislaw Halik | |
2015-01-05 | register tracker/proto/filter on start in existing dialog | Stanislaw Halik | |
2015-01-05 | add tab key order for main UI | Stanislaw Halik | |
2015-01-05 | remove needless settings reload in dialogs | Stanislaw Halik | |
Options handling was fixed to pass the same bundle to all consumers. There's no need to reload it explicitly anymore. | |||
2014-12-30 | pt: undo swap axis for data, and for display | Stanislaw Halik | |
Issue: #106 | |||
2014-12-21 | pt, aruco: rename calibration buttons for clarityopentrack-2.3-rc7 | Stanislaw Halik | |
2014-12-21 | Revert "pt: calibrated pitch needs axis swap" | Stanislaw Halik | |
This reverts commit 7c8786ec390bb43e9ef4aaf4242576bf723fabff. It was right and that made the sign wrong. | |||
2014-12-21 | pt: millimeters as unit not centimeters | Stanislaw Halik | |
This text is purely decorational, any units can be used consistently. | |||
2014-12-21 | aruco: calibration button feedback when in progress | Stanislaw Halik | |
2014-12-21 | pt: calibrated pitch needs axis swap | Stanislaw Halik | |
2014-12-21 | pt: hyst frame output need show points only in blue | Stanislaw Halik | |
2014-12-21 | pt: cap hyst further to 1/8 of image intensity | Stanislaw Halik | |
Higher values cause too much lag. | |||
2014-12-21 | pt: don't visualize hyst debug info | Stanislaw Halik | |
It's confusing from user's perspective. | |||
2014-12-21 | pt: cap hyst value to 1/4 of image intensity | Stanislaw Halik | |
2014-12-21 | fix d_order logic | Stanislaw Halik | |
Issue: #107 The d value was computed using points from camera, not model coordinates. | |||
2014-12-21 | pt: show model center in different color to avoid confusion | Stanislaw Halik | |
2014-12-20 | pt: fix d_order logic | Stanislaw Halik | |
Issue: #107 | |||
2014-12-20 | pt: fix calibration wrong sign | Stanislaw Halik | |
Issue: #106 | |||
2014-12-20 | apply r/t compensation before mapping translation values | Stanislaw Halik | |
Suggested-by: @FlyingCircus- Issue: #106 | |||
2014-12-20 | pt: set minimum size for model tab | Stanislaw Halik | |
2014-12-20 | remove explicit "make install" invocation | Stanislaw Halik | |
We don't have make(1) readily available on Windows | |||
2014-12-19 | tracker: fix typo breaking Z value | Stanislaw Halik | |
Issue: #106 Yaw value was copied as Z value due to typo. | |||
2014-12-19 | mat: add addition and subtraction operators | Stanislaw Halik | |
2014-12-19 | aruco: decrease thresholding param | Stanislaw Halik | |
Failed to work on low-contrast images. | |||
2014-12-19 | aruco: fix calibration sign swap | Stanislaw Halik | |
2014-12-19 | timer: cleanup warning | Stanislaw Halik | |
2014-12-19 | cmake: cleanup hardcoded path in toolchain file | Stanislaw Halik | |
2014-12-18 | pt: use 2d coordinates only for d_order | Stanislaw Halik | |
Issue: #107 | |||
2014-12-18 | implement camera offset | Stanislaw Halik | |
2014-12-18 | const correctness | Stanislaw Halik | |
2014-12-15 | pt: fix calibration | Stanislaw Halik | |
Issue: #106 Signs were swapped. | |||
2014-12-15 | pt: visualize model center as another point | Stanislaw Halik | |
2014-12-15 | pt, aruco: fix calibration | Stanislaw Halik | |