Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-06-01 | process-detector: fix API usage and automatic restart | Stanislaw Halik | |
Issue: #160 API usage caused snapshot requests to fail most of the time. Fix that. We now no longer restart if user manually stopped. In such case, wait until the application exits before resuming auto-restart behavior. | |||
2015-06-01 | octopus: use more simple-mat, less open-coded math | Stanislaw Halik | |
2015-06-01 | simple-mat: fix scalar multiplication | Stanislaw Halik | |
2015-06-01 | glwidget: use simple-mat cross and dot product | Stanislaw Halik | |
2015-06-01 | simple-mat: implement dot and cross product | Stanislaw Halik | |
2015-06-01 | pt, aruco, ht: select camera by name, not index | Stanislaw Halik | |
2015-06-01 | camera-names: allow camera selection by name, not index | Stanislaw Halik | |
2015-06-01 | octopus: take advantage of simple-mat swizzles | Stanislaw Halik | |
2015-06-01 | simple-mat: implement vector indexing | Stanislaw Halik | |
2015-06-01 | settings: fix some problem with qt stderr whiningopentrack-2.3-rc12 | Stanislaw Halik | |
2015-05-31 | this static modifier doesn't belong | Stanislaw Halik | |
2015-05-31 | ui: allow for octopus screen traversal | Stanislaw Halik | |
The octopus will now traverse the screen in response to translation input. Previously it could only rotate, severely hampering its maneuverability. | |||
2015-05-31 | put camera name list in header, don't copy-paste | Stanislaw Halik | |
2015-05-31 | glwidget: crude rewrite to simple-mat header | Stanislaw Halik | |
2015-05-31 | pt: enable dynamic pose resolution by default | Stanislaw Halik | |
2015-05-31 | add game definitions | Stanislaw Halik | |
2015-05-31 | accela: reorder sliders | Stanislaw Halik | |
2015-05-31 | reorder settings tabs | Stanislaw Halik | |