summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-10-18cmake: use one macro invocation for adding to buildStanislaw Halik
2014-10-18[ANN] opentrack-2.3-prealpha-20141018_1opentrack-2.3-prealpha-20141018_1Stanislaw Halik
- output axis selection from input for each tracker, no need for per-tracker support anymore. - settings, including mappings, take effect immediately -- that is, before OK pressed. pressing cancel reverts them as usual. - ui mildly redesigned - pitch +-180 allowed, EZCA mode gets the knife - ypr xyz all default to linear 1:1 0->180 mapping for new configs - FreePIE UDP receiver tracking source support - PT tracker dynamic pose resolution removal, it never worked right - aruco tracker even better than before - kalman and ewma filters improved and continue being improved - maintainability updates, including better functionality you don't notice - bugs that were reported on github issue tracker were fixed
2014-10-18fix ypr when translation-compensatingStanislaw Halik
2014-10-18nix video frame layout at startup or else no feed from trackerStanislaw Halik
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker Trackers like PT expect no layout for the QFrame initially. It's always been like this.
2014-10-18nix PT opening zeroth camera in case >0th camera usedStanislaw Halik
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker
2014-10-18timer: start() has to return elapsed before exitingStanislaw Halik
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker
2014-10-18aruco: fix typo breaking red only CCD modeStanislaw Halik
2014-10-17fix options singleton duplicating itself on win32Stanislaw Halik
2014-10-17Merge commit 'f78b96a' into unstableStanislaw Halik
* commit 'f78b96a': gcc too much a piece of work often submit mapped data to filter, not raw nonsense drop decimal places for rot/trans in UI rotation below -99 didn't display, just froze add-comment
2014-10-17don't reduce usleep at ms granularity pointlesslyStanislaw Halik
2014-10-17No time to implement a kitchen sinkStanislaw Halik
Issue: #65
2014-10-17default to 1:1 lienar mappingStanislaw Halik
Issue: #46
2014-10-17show exact slider value in now-read-only spinboxes.Stanislaw Halik
2014-10-16add ui layouts for legibility's sakeStanislaw Halik
2014-10-16Merge pull request #83 from dbaarda/dev/ewma2Donovan Baarda
Dev/ewma2
2014-10-16Simplify EWMA2 licence and add filter description comment.Donovan Baarda
2014-10-16Rename alpha/smoothing/output vars/attrs with better names.Donovan Baarda
2014-10-15gcc too much a piece of work oftenStanislaw Halik
Issue: #81
2014-10-15submit mapped data to filter, not rawStanislaw Halik
2014-10-15nonsenseStanislaw Halik
2014-10-15drop decimal places for rot/trans in UIStanislaw Halik
2014-10-15rotation below -99 didn't display, just frozeStanislaw Halik
2014-10-15add-commentStanislaw Halik
2014-10-15Merge pull request #81 from dbaarda/dev/kalmanStanislaw Halik
Dev/kalman -- Let it rip!
2014-10-16Change noise filtering from 2mins to 60secs.Donovan Baarda
2014-10-16Update filter constants for dt=3ms as used in tracker.cpp.Donovan Baarda
Change expressions and comments to make it easy to change dt.
2014-10-15Simplify first_run handling to only initialize filter states.Donovan Baarda
Make reset() set first_run=true;
2014-10-15Remove unnecessary and faulty new_frame detection.Donovan Baarda
This would only detect a non-new-frame when the camera input equalled the filtered output, which would only happen after a long period of no movement or noise. It also is not recommended for this type of filter.
2014-10-15Improve some comments slightly.Donovan Baarda
2014-10-15Delete README. Dunno where this came from, but it's not there inDonovan Baarda
upstream/unstable.
2014-10-15Merge branch 'unstable' of https://github.com/opentrack/opentrack into ↵Donovan Baarda
dev/kalman Conflicts: ftnoir_filter_kalman/ftnoir_filter_kalman.h
2014-10-14Merge branch 'flush-20141005' into unstableStanislaw Halik
* flush-20141005: aruco: fix fixating on the prev marker location drop guard, only relevant in direct/blockingqueued
2014-10-14fix-buildStanislaw Halik
2014-10-14aruco: fix fixating on the prev marker locationStanislaw Halik
2014-10-14drop guard, only relevant in direct/blockingqueuedStanislaw Halik
2014-10-14drop EZCA mode, pitch already up to 180Stanislaw Halik
2014-10-14fix calibration dialog in aruco/ptStanislaw Halik
2014-10-14nix crash on exit, add more stl, less qtStanislaw Halik
2014-10-14octopii width, srs business so you don't haftaStanislaw Halik
2014-10-14nix debug printfStanislaw Halik
2014-10-14merely nitsStanislaw Halik
2014-10-15Fix kalman filter for variable update dt.Donovan Baarda
Correct errors in processNoiseCov initialisation.
2014-10-14update options apiStanislaw Halik
2014-10-14fix several instances of same group not refreshingStanislaw Halik
2014-10-14use layout for whole main windowStanislaw Halik
fixes too small widgets inside of it
2014-10-12opt: cleanup some nonsenseStanislaw Halik
2014-10-12aruco cleanup, experimental contrast fixStanislaw Halik
2014-10-12fixup! comments onlyStanislaw Halik
2014-10-12explicit virtual overrideStanislaw Halik
2014-10-12copyright in header onlyStanislaw Halik