Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-05-31 | main: switch rotation order for centering | Stanislaw Halik | |
This helps some PT clip model users, but can possibly break inertial device centering, so needs further testing. | |||
2015-05-31 | allow camera roll input value, for completeness | Stanislaw Halik | |
2015-05-31 | aruco: cycle between threshold parameters | Stanislaw Halik | |
There's no single best box filter size, so cycle between some of them each frame. If a marker has been found, continue using the last filter size. | |||
2015-05-31 | ht: increase tracked feature count | Stanislaw Halik | |
It was way too low, resulting in lost tracking. | |||
2015-05-31 | ui: introduce options dialog | Stanislaw Halik | |
Move the non-mapping contents of mapping dialog to new options dialog. The latter now also contains what used to be in the shortcuts dialog. | |||
2015-05-26 | ht: forward stderr/stdout for debugging | Stanislaw Halik | |
2015-05-26 | ui: nix game-detector groupbox border | Stanislaw Halik | |
2015-05-23 | game-detector: clarify the UI a bit | Stanislaw Halik | |
2015-05-23 | game-detector: store the right executable name | Stanislaw Halik | |
2015-05-23 | game-detector: switch profiles properly | Stanislaw Halik | |
2015-05-22 | simplify | Stanislaw Halik | |
2015-05-22 | main: allow automatically run profiles when executables run | Stanislaw Halik | |
Issue: #160 |