summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-02-09opentrack: fix profile list storageStanislaw Halik
The authoritative source for profile names is now a vector rather than a user interface element. Add some sanity checks to `main_window::set_profile'. Remove the `config_listed' abomination.
2019-02-09opentrack: move module list to base classStanislaw Halik
2019-02-09opentrack: rename, reorder, add `static'Stanislaw Halik
2019-02-09opentrack: move members around in headerStanislaw Halik
2019-02-09Merge pull request #869 from Slion/tracker-kinect-faceStanislaw Halik
Tracker kinect face
2019-02-07Kinect: Removing unused coordinate mapper.Stéphane Lenclud
2019-02-07Kinect: Tracker code cleaning.Stéphane Lenclud
2019-02-07Kinect: Don't do video preview when not needed.Stéphane Lenclud
2019-02-07Kinect: Limit actual frame rate to 30Hz.Stéphane Lenclud
Fixing settings dialog.
2019-02-07Kinect: Removing dead code.Stéphane Lenclud
2019-02-07Kinect: CMake adjustments following code review.Stéphane Lenclud
2019-02-07Kinect: Fixing tracking validity check.Stéphane Lenclud
2019-02-07Kinect: Better body look-up algorithm that should allow someone to look over ↵Stéphane Lenclud
your shoulder without the tracker getting confused.
2019-02-07Kinect: Renaming more files.Stéphane Lenclud
2019-02-07Kinect: Renaming a few files.Stéphane Lenclud
2019-02-07Kinect: Fixing massive memory leak after start/stop cycle.Stéphane Lenclud
2019-02-07Kinect: Adding class to encapsulate Microsoft interface pointer.Stéphane Lenclud
2019-02-07Kinect: now with basic video preview.Stéphane Lenclud
We have a massive memory leak, could have been there before though.
2019-02-07Kinect: Installing SDK binaries.Stéphane Lenclud
2019-02-07Various fixes from code review.Stéphane Lenclud
2019-02-07Kinect: Adding tracker icon.Stéphane Lenclud
2019-02-07Adding Kinect V2 SDK EULA.Stéphane Lenclud
2019-02-07Kinect: Improved CMake configuration for Kinect SDK.Stéphane Lenclud
2019-02-07Kinect: Initializing positions and rotations to zero.Stéphane Lenclud
2019-02-07Kinect: Now using HD APIStéphane Lenclud
2019-02-07Kinect: First draft.Stéphane Lenclud
2019-02-03opentrack: use in-header initializerStanislaw Halik
2019-02-03opentrack: get rid of Q_OBJECTStanislaw Halik
More work toward mixins.
2019-02-03proto/simconnect: bump copyright dateStanislaw Halik
2019-02-03proto/mouse: bring back NOCOALESCEStanislaw Halik
2019-02-03[TEST] opentrack: separate components a bitStanislaw Halik
This can cause regressions, but is a step toward mixin support.
2019-02-03tracker/aruco: avoid busy-loop on camera failureStanislaw Halik
2019-02-03proto/simconnect: fix activation context againStanislaw Halik
Issue: #804
2019-02-02cv/video-widget: simplifyStanislaw Halik
Issue: #861
2019-02-02tracker/pt: use double precision where necessaryStanislaw Halik
2019-02-02pose-widget: use namespaces correctlyStanislaw Halik
2019-02-02options/globals: always return same document directoryStanislaw Halik
2019-02-02api/plugin: add explicit to module_status error ctorStanislaw Halik
2019-02-02gui/mapping-dialog: cleanup onlyStanislaw Halik
2019-02-02cv/video-widget: support other color depthsStanislaw Halik
Issue: #861
2019-02-01cmake/qt: fix platform plugin alsoStanislaw Halik
Issue: #867
2019-02-01cmake/qt: fix typoStanislaw Halik
Issue: #867
2019-02-01cmake/qt: try get Qt with correct CRT versionStanislaw Halik
Issue: #867
2019-01-24gui, opentrack: simplify std::function/unique_ptr usageStanislaw Halik
Reported by: ElDesalmado
2019-01-24compat/macros: define unreachable()Stanislaw Halik
2019-01-20cmake: drop moc and moc-* targetsStanislaw Halik
They clutter the target list in some IDEs.
2019-01-20api: kill `static' in a header-only libraryStanislaw Halik
Also drop the unsigned suffix from magic constants, clang doesn't complain.
2019-01-18api: fix harmless clang-tidy warningsStanislaw Halik
2019-01-18api: use braced initializersStanislaw Halik
2019-01-18api: running out of hex constantsStanislaw Halik