summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-03-17this doesn't make senseStanislaw Halik
Snuck in at db456083
2015-03-17pt: fix(?) for the head center position markerDaMichel
Conflicts: ftnoir_tracker_pt/ftnoir_tracker_pt.cpp
2015-03-13translation also needs rotating for off-center cameraStanislaw Halik
Issue: #137
2015-03-13move debug to right placeStanislaw Halik
2015-03-13initialize "s_main" bundle implicitlyStanislaw Halik
2015-03-13keyboard dialog also modifies main settings so save those tooStanislaw Halik
2015-03-13pt: swap Y and Z for model center displayStanislaw Halik
Issue: #106 Confirmed by cap calibration video.
2015-02-17pt: use volatile across threadsStanislaw Halik
2015-02-17shortcuts: allow customize whether to center on startupStanislaw Halik
Issue: #128
2015-02-17pt: calibrate only if pose receivedStanislaw Halik
Otherwise breaks center-on-startup logic.
2015-02-17pt: start with all zeros if no pose suppliedStanislaw Halik
Issue: #106
2015-02-17Merge branch 'unstable' of github.com:opentrack/opentrack into unstableStanislaw Halik
2015-02-17prefer relative directory path inside install directoryStanislaw Halik
Issue: #130
2015-02-17Merge pull request #131 from DaMichel/cmakelist-prStanislaw Halik
make buildscript work with white space in path names
2015-02-17Merge pull request #135 from DaMichel/mapping-prStanislaw Halik
Linear Interpolation of Mapping Curves
2015-02-15tabsDaMichel
2015-02-15lerp ftwDaMichel
2015-02-14make buildscript work with white space in path namesDaMichel
2015-02-01nix submoduleStanislaw Halik
2015-02-01bring back dynamic pose resolution following user outrageopentrack-2.3-rc9Stanislaw Halik
Uses a simpler method without computing point velocities. Issues: #112, #126
2015-02-01ht: prenitialize pose to invalid valueStanislaw Halik
2015-02-01center when first pose receivedStanislaw Halik
Requested-by: many
2015-01-24pt: make translation consistent with model positionStanislaw Halik
Issue: #106
2015-01-24Revert "pt: calibration X sign needn't inverting"Stanislaw Halik
This reverts commit 1a407734e2b5215df5548480a70562338f85a85d.
2015-01-24pt: retrieve current pose under lockStanislaw Halik
2015-01-24ht: adjust tuning parametersStanislaw Halik
2015-01-18pt: reset calibration when it startsStanislaw Halik
2015-01-18link to Windows Phone trackerStanislaw Halik
Issue: #119 Author: Aleksandar Adamovic
2015-01-18pt: calibration X sign needn't invertingStanislaw Halik
Issue: #106
2015-01-08signed freepie IMU .apk with service supportopentrack-2.3-rc8Stanislaw Halik
Thanks, @AndersMalmgren!
2015-01-08update no camera feed image for the uiStanislaw Halik
2015-01-08don't increment dataid twiceStanislaw Halik
2015-01-05copy centering code from 2.2Stanislaw 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-05pt: add informative text on calibrationStanislaw Halik
2015-01-05pt: change pose() prototypeStanislaw Halik
Return a pose, don't copy it to passed param
2015-01-05fix typo breaking axis remapStanislaw Halik
Issue: #114
2015-01-05don't register null tracker/filter/proto when dialog is createdStanislaw Halik
2015-01-05register tracker/proto/filter on start in existing dialogStanislaw Halik
2015-01-05add tab key order for main UIStanislaw Halik
2015-01-05remove needless settings reload in dialogsStanislaw Halik
Options handling was fixed to pass the same bundle to all consumers. There's no need to reload it explicitly anymore.
2014-12-30pt: undo swap axis for data, and for displayStanislaw Halik
Issue: #106
2014-12-21pt, aruco: rename calibration buttons for clarityopentrack-2.3-rc7Stanislaw Halik
2014-12-21Revert "pt: calibrated pitch needs axis swap"Stanislaw Halik
This reverts commit 7c8786ec390bb43e9ef4aaf4242576bf723fabff. It was right and that made the sign wrong.
2014-12-21pt: millimeters as unit not centimetersStanislaw Halik
This text is purely decorational, any units can be used consistently.
2014-12-21aruco: calibration button feedback when in progressStanislaw Halik
2014-12-21pt: calibrated pitch needs axis swapStanislaw Halik
2014-12-21pt: hyst frame output need show points only in blueStanislaw Halik
2014-12-21pt: cap hyst further to 1/8 of image intensityStanislaw Halik
Higher values cause too much lag.
2014-12-21pt: don't visualize hyst debug infoStanislaw Halik
It's confusing from user's perspective.
2014-12-21pt: cap hyst value to 1/4 of image intensityStanislaw Halik