Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-15 | ui: allow for up to +-180 values in camera ypr, for easier debugging | Stanislaw Halik | |
2015-06-15 | cmake: adjust vjoy.dll/sixense.dll permissions to avoid EACCES on loading on ↵ | Stanislaw Halik | |
win32 | |||
2015-06-15 | cmake: nix stderr spam on older version | Stanislaw Halik | |
2015-06-12 | cmake: more opt flags | Stanislaw Halik | |
2015-06-12 | cmake: no -fipa-pta workaround needed, compiler fix is known | Stanislaw Halik | |
See <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66488> | |||
2015-06-10 | pt: issue with duplicate symbols on including dshow.h in two files | Stanislaw Halik | |
Let's work around it by including dshow.h in only one file | |||
2015-06-10 | accela: minor tweak | Stanislaw Halik | |
2015-06-10 | temporarily disable -fipa-pta for aruco | Stanislaw Halik | |
There's a GCC crash bug so let's turn it off until it's fixed | |||
2015-06-10 | for an optimized build we need gcc-{ar,nm,ranlib} | Stanislaw Halik | |
2015-06-10 | pass GNU ld arguments as GNU-LINK keyword | Stanislaw Halik | |
Don't switch if toolchain is GNU at call sites, conditionalize for opentrack_library macro | |||
2015-06-10 | cmake: link sixense dynamically for hydra | Stanislaw Halik | |
Previously, .dll was included anyway despite static link. There's a binutils 2.25 bug breaking linking against that sixense.lib, and binutils HEAD has LTO breakage instead. We don't need sixense_utils so remove that from build. | |||
2015-06-09 | ht doesn't need opencv | Stanislaw Halik | |
2015-06-09 | cmake: fix old typo | Stanislaw Halik | |
2015-06-09 | pt: nix include | Stanislaw Halik | |
2015-06-09 | cmake: remove too many flags, lto linker plugin doesn't work | Stanislaw Halik | |
2015-06-09 | cmake: reduce verbosity | Stanislaw Halik | |
2015-06-07 | Fix Linux build | Stanislaw Halik | |
2015-06-07 | ui: if dialog window exists, raise it, don't destroy and recreate | Stanislaw Halik | |
2015-06-07 | plugin-support: make header-only, expose as public API | Stanislaw Halik | |
Issue: #151 Some global namespace macros are now prefixed with "OPENTRACK_" to avoid namespace clashes. This header is now safe to include in third-party projects. | |||
2015-06-07 | aruco: allow debug box size | Stanislaw Halik | |
2015-06-07 | aruco: use DLS pose estimation | Stanislaw Halik | |
2015-06-07 | accela: adjust gains a bit | Stanislaw Halik | |
2015-06-07 | recompile freetrackclient with mingw-w64 GCC | Stanislaw Halik | |
2015-06-07 | freetrackclient: implement legacy FTReportID | Stanislaw Halik | |
2015-06-06 | udp tracker: allow for adding +-90/+-180 to each axis | Stanislaw Halik | |
Follows similar code in freepie-udp tracker. Helps with centering on inertial devices. | |||
2015-06-06 | ewma: prevent NaN after division by zero | Stanislaw Halik | |
Issue: #169 | |||
2015-06-06 | accela: remove accidental debug code | Stanislaw Halik | |
2015-06-06 | remove last mention to "second tracker" support | Stanislaw Halik | |
2015-06-06 | aruco: optimize from previous position when estimating pose | Stanislaw Halik | |
2015-06-06 | cmake: build of HT plugin doesn't need opencv | Stanislaw Halik | |
The main HT executable still needs it. | |||
2015-06-06 | cmake: apply more optimizations to release builds | Stanislaw Halik | |
This MAY break support on hardware like AMD or older Intel CPUs. In this case revert this commit. | |||
2015-06-06 | accela: change gains formula, follow last commit change | Stanislaw Halik | |
New gains formula should reduce the need to use smoothing and deadzone sliders. It's still very brittle code and may require further adjustments. | |||
2015-06-06 | tracker: revert to filtering before mapping | Stanislaw Halik | |
As a side effect, current position on mapping graphs no longer jumps around. | |||
2015-06-05 | require opencv 3.0 and fix build | Stanislaw Halik | |
2015-06-05 | cmake: ht and pt require opencv | Stanislaw Halik | |
2015-06-05 | all: pin computation threads to specific cores | Stanislaw Halik | |
2015-06-05 | octopus, pt, aruco: optimize image copying | Stanislaw Halik | |
Perform less operations in inner loop where pixels are accessed. | |||
2015-06-03 | cmake: generate more sensible tarball names | Stanislaw Halik | |
2015-06-03 | cmake: restrict include directories to their targets | Stanislaw Halik | |
There's no longer a need to rebuild the whole project after just a single plugin gets enabled. Included directories now remain specific to individual modules. | |||
2015-06-03 | main: pass -Wall | Stanislaw Halik | |
2015-06-03 | simple-mat: pass -Wall -Wextra -pedantic | Stanislaw Halik | |
2015-06-03 | pt: pass -Wall -Wextra | Stanislaw Halik | |
2015-06-03 | aruco: pass -pedantic | Stanislaw Halik | |
2015-06-03 | cmake toolchain file: slight tweaks | Stanislaw Halik | |
2015-06-03 | aruco: wait for up to a second to switch box sizesopentrack-2.3-rc12p1 | Stanislaw Halik | |
2015-06-02 | add npclient source | Stanislaw Halik | |
2015-06-02 | npclient: didn't wait long enough for mutex to become available | Stanislaw Halik | |
2015-06-02 | aruco: wait fraction of second between switching box sizes | Stanislaw Halik | |
2015-06-02 | ui: run process detector every second, not three | Stanislaw Halik | |
2015-06-02 | process-detector: restart once executable is gone | Stanislaw Halik | |