Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-19 | main: refactor interlocked parts | Stanislaw Halik | |
2014-10-19 | nix porked symlink | Stanislaw Halik | |
2014-10-19 | reduce leakage somewhat by using shared_ptr | Stanislaw Halik | |
Found-by: valgrind | |||
2014-10-18 | evdev: don't filter out non-joysticks | Stanislaw Halik | |
2014-10-18 | fix typos, unbreaking rift/dinput | Stanislaw Halik | |
2014-10-18 | Set disabled axis to zero | Stanislaw Halik | |
Issue: #86 | |||
2014-10-18 | Allow for disabling axis | Stanislaw Halik | |
Issue: #86 | |||
2014-10-18 | pt: get camera fps/size on startup | Stanislaw Halik | |
Issue: #86 | |||
2014-10-18 | add libevdev tracker to build | Stanislaw Halik | |
Issue: #75 | |||
2014-10-18 | cmake: use one macro invocation for adding to build | Stanislaw Halik | |
2014-10-18 | [ANN] opentrack-2.3-prealpha-20141018_1opentrack-2.3-prealpha-20141018_1 | Stanislaw 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-18 | fix ypr when translation-compensating | Stanislaw Halik | |
2014-10-18 | nix video frame layout at startup or else no feed from tracker | Stanislaw 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-18 | nix PT opening zeroth camera in case >0th camera used | Stanislaw Halik | |
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker | |||
2014-10-18 | timer: start() has to return elapsed before exiting | Stanislaw Halik | |
Reported-by: @brokenhands Issue: #79 Breakage-of: pt-tracker | |||
2014-10-18 | aruco: fix typo breaking red only CCD mode | Stanislaw Halik | |
2014-10-17 | fix options singleton duplicating itself on win32 | Stanislaw Halik | |
2014-10-17 | Merge commit 'f78b96a' into unstable | Stanislaw 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-17 | don't reduce usleep at ms granularity pointlessly | Stanislaw Halik | |
2014-10-17 | No time to implement a kitchen sink | Stanislaw Halik | |
Issue: #65 | |||
2014-10-17 | default to 1:1 lienar mapping | Stanislaw Halik | |
Issue: #46 | |||
2014-10-17 | show exact slider value in now-read-only spinboxes. | Stanislaw Halik | |
2014-10-16 | add ui layouts for legibility's sake | Stanislaw Halik | |
2014-10-16 | Merge pull request #83 from dbaarda/dev/ewma2 | Donovan Baarda | |
Dev/ewma2 | |||
2014-10-16 | Simplify EWMA2 licence and add filter description comment. | Donovan Baarda | |
2014-10-16 | Rename alpha/smoothing/output vars/attrs with better names. | Donovan Baarda | |
2014-10-15 | gcc too much a piece of work often | Stanislaw Halik | |
Issue: #81 | |||
2014-10-15 | submit mapped data to filter, not raw | Stanislaw Halik | |
2014-10-15 | nonsense | Stanislaw Halik | |
2014-10-15 | drop decimal places for rot/trans in UI | Stanislaw Halik | |
2014-10-15 | rotation below -99 didn't display, just froze | Stanislaw Halik | |
2014-10-15 | add-comment | Stanislaw Halik | |
2014-10-15 | Merge pull request #81 from dbaarda/dev/kalman | Stanislaw Halik | |
Dev/kalman -- Let it rip! | |||
2014-10-16 | Change noise filtering from 2mins to 60secs. | Donovan Baarda | |
2014-10-16 | Update 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-15 | Simplify first_run handling to only initialize filter states. | Donovan Baarda | |
Make reset() set first_run=true; | |||
2014-10-15 | Remove 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-15 | Improve some comments slightly. | Donovan Baarda | |
2014-10-15 | Delete README. Dunno where this came from, but it's not there in | Donovan Baarda | |
upstream/unstable. | |||
2014-10-15 | Merge branch 'unstable' of https://github.com/opentrack/opentrack into ↵ | Donovan Baarda | |
dev/kalman Conflicts: ftnoir_filter_kalman/ftnoir_filter_kalman.h | |||
2014-10-14 | Merge branch 'flush-20141005' into unstable | Stanislaw Halik | |
* flush-20141005: aruco: fix fixating on the prev marker location drop guard, only relevant in direct/blockingqueued | |||
2014-10-14 | fix-build | Stanislaw Halik | |
2014-10-14 | aruco: fix fixating on the prev marker location | Stanislaw Halik | |
2014-10-14 | drop guard, only relevant in direct/blockingqueued | Stanislaw Halik | |
2014-10-14 | drop EZCA mode, pitch already up to 180 | Stanislaw Halik | |
2014-10-14 | fix calibration dialog in aruco/pt | Stanislaw Halik | |
2014-10-14 | nix crash on exit, add more stl, less qt | Stanislaw Halik | |
2014-10-14 | octopii width, srs business so you don't hafta | Stanislaw Halik | |
2014-10-14 | nix debug printf | Stanislaw Halik | |
2014-10-14 | merely nits | Stanislaw Halik | |