Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-28 | api: fix clang build error | Stanislaw Halik | |
2019-10-28 | pose-widget: embiggen octopus | Stanislaw Halik | |
2019-10-28 | pose-widget: fix octopus center of rotation | Stanislaw Halik | |
2019-10-27 | fix clang warnings | Stanislaw Halik | |
2019-10-27 | update my sdk paths | Stanislaw Halik | |
2019-10-06 | spline: fix some NaN results on Unix | Stanislaw Halik | |
2019-10-06 | pose-widget: fix incorrect Z scaling | Stanislaw Halik | |
2019-10-06 | opentrack: fix pose widget on X11 | Stanislaw Halik | |
2019-10-04 | proto/fsuipc: fix build | Stanislaw Halik | |
2019-09-22 | proto/ft: fix sign error | Stanislaw Halik | |
2019-09-22 | video/ps3eye: buffer flush | Stanislaw Halik | |
2019-09-22 | proto/wine: add hack for newer gcc versions | Stanislaw Halik | |
2019-09-22 | api: expose raw data to protocols | Stanislaw Halik | |
Issue: #975 | |||
2019-09-22 | pose-widget: fix widget not expanding | Stanislaw Halik | |
2019-09-22 | pose-widget: fix origin position | Stanislaw Halik | |
2019-09-22 | filter/kalman: fix eigen warnings | Stanislaw Halik | |
2019-09-22 | cmake: fix non-opencv build | Stanislaw Halik | |
2019-09-22 | cmake: disable opencv exceptions in toolchain file | Stanislaw Halik | |
2019-09-15 | forced commit to check out new CI | Stanislaw Halik | |
2019-09-15 | Merge pull request #984 from opentrack/azure-pipelines | Stanislaw Halik | |
Set up CI with Azure Pipelines | |||
2019-09-07 | Update azure-pipelines.yml for Azure Pipelinesazure-pipelines | Stéphane Lenclud | |
2019-09-06 | Set up CI with Azure Pipelines | Stéphane Lenclud | |
[skip ci] | |||
2019-09-06 | Revert "cmake: cleanup install prefix handling" | Stanislaw Halik | |
Fixes proto/freetrack Issue: #983 | |||
2019-08-01 | add workaround for obsolete qt versions | Stanislaw Halik | |
This should fix CI. | |||
2019-08-01 | cmake: add compile flags for gcc/clang | Stanislaw Halik | |
2019-08-01 | cmake: cleanup install prefix handling | Stanislaw Halik | |
2019-08-01 | add my clang linux toolchain file | Stanislaw Halik | |
2019-08-01 | fix clang warnings | Stanislaw Halik | |
2019-08-01 | video: reuse working dpi check | Stanislaw Halik | |
2019-08-01 | spline, video: get rid of needless casts | Stanislaw Halik | |
2019-08-01 | spline: switch back to cubic splines | Stanislaw Halik | |
2019-08-01 | spline: ensure cubic spline drawn up to max value | Stanislaw Halik | |
2019-08-01 | spline: don't use faulty devicePixelRatioF() | Stanislaw Halik | |
2019-07-11 | gui/init: fix indentation | Stanislaw Halik | |
2019-07-08 | gui/init: fix braino | Stanislaw Halik | |
2019-07-08 | gui/init: print loglevel for qDebug() and friends | Stanislaw Halik | |
2019-07-08 | gui/init: drop check for qt 5.5 | Stanislaw Halik | |
2019-07-07 | video/ps3eye: skip with no submodules | Stanislaw Halik | |
Issue: #726 | |||
2019-07-05 | video/ps3eye: stub | Stanislaw Halik | |
2019-07-05 | tracker/easy: fix some warnings | Stanislaw Halik | |
2019-07-05 | Revert "tracker/easy: don't recreate preview all the time" | Stanislaw Halik | |
2019-07-05 | clang-format | Stanislaw Halik | |
2019-07-05 | tracker/easy: fix crash on quick exit | Stanislaw Halik | |
Avoid a crash when `cv::destroyWindow()` gets called before `Tracker::Tick()' ever gets to run. | |||
2019-07-05 | tracker/easy: avoid race & crash on exit | Stanislaw Halik | |
cv::destroyWindow() can't be called along with `cv::imshow()' in progress from another thread. Moreover, `cv::waitKey()' doesn't work without any windows present. Also check for preview enablement to avoid a crash in `cv::destroyWindow()'. | |||
2019-07-05 | tracker/easy: don't recreate preview all the time | Stanislaw Halik | |
2019-07-05 | proto/wine: remove unused headers | Stanislaw Halik | |
2019-07-05 | proto/wine: fix qprocess warning | Stanislaw Halik | |
2019-07-05 | tracker/aruco: fix snprintf(3) truncation | Stanislaw Halik | |
2019-07-05 | tracker/aruco: allow for 250 & 300 fps | Stanislaw Halik | |
2019-07-05 | video/opencv: remove unused export.hpp | Stanislaw Halik | |