Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-24 | cmake, qt: add qt.conf to try fix hidpi | Stanislaw Halik | |
User confirms dpiawareness=0 fixes hidpi. | |||
2016-07-23 | gui/options: adjust widget spacing | Stanislaw Halik | |
2016-07-23 | logic/tracker: fix translation compensation | Stanislaw Halik | |
2016-07-23 | logic/tracker: fix typo | Stanislaw Halik | |
2016-07-23 | logic/work: move from header | Stanislaw Halik | |
2016-07-23 | gui/options, logic: add experimental offset from center | Stanislaw Halik | |
This works fine for rotating the translation. | |||
2016-07-23 | logic/tracker: cleanup | Stanislaw Halik | |
2016-07-23 | gui: snap by one degree for rotation axis in spline widget | Stanislaw Halik | |
2016-07-23 | spline-widget: round upward resulting position | Stanislaw Halik | |
2016-07-23 | logic, api: switch euler to use euler_t input. adjust usages. | Stanislaw Halik | |
2016-07-23 | api/simple-mat: don't use a temporary array | Stanislaw Halik | |
2016-07-23 | gui: don't try to force "windowsxp" style | Stanislaw Halik | |
2016-07-23 | api/is-window-visible: move from header | Stanislaw Halik | |
2016-07-23 | tracker/{aruco,pt}: draw the whole image rectangle | Stanislaw Halik | |
This fixes forced hidpi | |||
2016-07-23 | tracker/{aruco,pt}: only check window visibility once every two seconds | Stanislaw Halik | |
The check is becoming more expensive with more positions checked. | |||
2016-07-23 | api/is-window-visible: check for more window positions | Stanislaw Halik | |
Having the window center invisible making the feed not refresh is confusing. Also check for all the corners. | |||
2016-07-23 | logic/tracker: users report camera offset for rotation is good | Stanislaw Halik | |
Requested-by: @WF000, white_fang on bms forum Issue: #392 | |||
2016-07-23 | pose-widget: use common code for euler -> rmat | Stanislaw Halik | |
2016-07-23 | pose-widget: don't display when window hidden | Stanislaw Halik | |
When the opentrack window isn't displayed (minimized or hidden by some other window), don't bother with refreshing the image. | |||
2016-07-23 | pose-widget: don't do barycentric lookup twice | Stanislaw Halik | |
In the affine transformation (aka the pose widget) of The Octopus we use barycentric coordinates of two triangles making up The Octopus rectangle. Triangles are symmetrical. Take advantage of the symmetry (no perspective transform applied) and take barycentric coordinates only once. | |||
2016-07-23 | tracker/udp: adjust margins in dialog | Stanislaw Halik | |
2016-07-23 | gui/main: enable display scaling. move setenv PATH as own function | Stanislaw Halik | |
2016-07-22 | oops | DaMichel | |
2016-07-20 | tracker/pt: change brightness formula | Stanislaw Halik | |
Use square root of area. Otherwise very small bright points are unfairly used. | |||
2016-07-20 | tracker/pt: adjust min/max radius for auto threshold | Stanislaw Halik | |
2016-07-20 | tracker/pt: don't occlude point centers so much | Stanislaw Halik | |
2016-07-20 | logic/tracker: doesn't make sense to apply camera offset to rotation | Stanislaw Halik | |
2016-07-20 | tracker/pt: fix wrong input to flood fill | Stanislaw Halik | |
The binary frame needs to be used, not grayscale. v2: Use brightness for sorting points. | |||
2016-07-19 | logic, compat: remove pointless debug messages | Stanislaw Halik | |
2016-07-19 | tracker/pt: reduce locking | Stanislaw Halik | |
2016-07-19 | tracker/pt: check for nan before writing pose | Stanislaw Halik | |
2016-07-19 | move nan check to compat | Stanislaw Halik | |
2016-07-19 | cmake: fix libexec dir on linux | Stanislaw Halik | |
2016-07-19 | proto/{ft,wine}: simplify qprocess killing logic | Stanislaw Halik | |
2016-07-19 | proto/wine: unbreak | Stanislaw Halik | |
2016-07-19 | cmake: allow only detected word size of 4 or 8 | Stanislaw Halik | |
2016-07-19 | cmake: install source code as well | Stanislaw Halik | |
2016-07-19 | tracker/pt: round text position of displayed point radii | Stanislaw Halik | |
2016-07-19 | tracker/pt: replace point extractor with original one by Patrick Ruoff | Stanislaw Halik | |
The new extractor we've been using doesn't take into account brightness at all. All contours give is the ability to sort points by circularity. v2: Change the auto threshold point size range to 2->7 pixels radius. Issue: #389 v3: sort by radius instead | |||
2016-07-19 | compat/options: don't copy-paste config filename retrieval | Stanislaw Halik | |
2016-07-19 | gui: add portable check for config writability | Stanislaw Halik | |
2016-07-19 | tracker/rift: reorder includes | Stanislaw Halik | |
2016-07-19 | some: replace hardcoded pi values with the same pi constant | Stanislaw Halik | |
We can't depend on M_PI existing after including cmath. | |||
2016-07-18 | proto/ft: cleanup deg->rad conversionopentrack-2.3-rc49p9 | Stanislaw Halik | |
2016-07-18 | some: adjust install paths and invocations | Stanislaw Halik | |
2016-07-18 | gui: add application path and modules subdir to PATH | Stanislaw Halik | |
Without it, win32 won't load some modules. This is probably a security feature on windows nt. | |||
2016-07-18 | cmake: adjust paths for main executable dependencies | Stanislaw Halik | |
2016-07-18 | cmake: install module stuff in ./modules/ on win32 | Stanislaw Halik | |
2016-07-18 | cmake: expose more prefixes in generated header | Stanislaw Halik | |
2016-07-18 | cmake: allow for installing a dll alongside the main executable | Stanislaw Halik | |