summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-05-05proto/libevdev: fix wrong error checkStanislaw Halik
Issue: #944
2019-05-04compat/shm: ease up on inline hintsStanislaw Halik
2019-05-04change awkward type nameStanislaw Halik
2019-05-04options: remove stale commentStanislaw Halik
2019-05-03compat/macros: kill PP_{CAT,EXPAND}Stanislaw Halik
2019-05-03tracker/kinect: move #pragma onceStanislaw Halik
2019-05-03coverity: fix /bin/sh quotingStanislaw Halik
Found with: code inspector app
2019-05-03video: store intrinsics as doubleStanislaw Halik
Issue: #939
2019-05-02Kinect IR camera was not listed any more.Stéphane Lenclud
2019-05-02video: simplifyStanislaw Halik
2019-05-02tracker/{aruco,easy,pt}: bail out when camera missingStanislaw Halik
2019-05-02video: fallback to first available cameraStanislaw Halik
2019-05-02pose-widget: appease MSVCStanislaw Halik
2019-05-02cmake: kill exception support for MSVCStanislaw Halik
Issue: #940
2019-04-30compat/thread-name: only call dlsym onceStanislaw Halik
2019-04-30compat/thread-name: use SetThreadDescription on mingw-w64Stanislaw Halik
2019-04-30kill win32-ismsStanislaw Halik
2019-04-30compat/thread-name: fix typoStanislaw Halik
Issue: #726
2019-04-29kill some logspamStanislaw Halik
2019-04-29tracker/{easy,pt,wii}: update `ensure_size'Stanislaw Halik
2019-04-29video: break camera APIStanislaw Halik
2019-04-29cv: gather common init codeStanislaw Halik
2019-04-29video/opencv: fix crash with obscure backendsStanislaw Halik
Issue: #726
2019-04-29compat/timer: fix multiply overflowStanislaw Halik
2019-04-29compat/timer: check status code on OSXStanislaw Halik
2019-04-29logic/pipeline: debug sleep timesStanislaw Halik
2019-04-29compat: allow naming threads for debuggingStanislaw Halik
2019-04-28Merge pull request #937 from opentrack/easy-tracker-more-modelsStanislaw Halik
Easy tracker more models
2019-04-28compat/timer: simplifyStanislaw Halik
That long double cast shouldn't exist though.
2019-04-28try fix warning in #726Stanislaw Halik
2019-04-28Easy Tracker: Auto center configurable from settings.easy-tracker-more-modelsStéphane Lenclud
2019-04-28Easy Tracker: Removing support for specific models such as clip and cap.Stéphane Lenclud
Only generic model supported from now on. Removing vestige from calibration stuff. Changing version to 1.0.
2019-04-28Easy Track: Five points model support.Stéphane Lenclud
Because we can!
2019-04-28Easy Tracker: Adding basic bad pose filter based on pitch consistency.Stéphane Lenclud
Working toward five vertices support.
2019-04-28Easy Tracker: UI rework for custom model with three, four or five vertices.Stéphane Lenclud
More settings can be changed live without have to restart the tracker. Fixing a few deadlock issues.
2019-04-27Easy Tracker: Auto center when user removes her hat.Stéphane Lenclud
2019-04-25Merge pull request #934 from opentrack/pr/kinect-detectionStanislaw Halik
video/kinect: don't list when device not present
2019-04-25proto/mouse: fix vertical movement wraparoundStanislaw Halik
2019-04-24Adding support for four points model.Stéphane Lenclud
Can't get it to work correctly though.
2019-04-24video/kinect: don't list when device not presentStanislaw Halik
2019-04-24tracker/aruco: install if sharedStanislaw Halik
2019-04-24options/value: kill copy ctorStanislaw Halik
2019-04-24fixup! tracker/easy: add compile test for newer opencvStanislaw Halik
2019-04-24tracker/easy: add check for other modulesStanislaw Halik
2019-04-24tracker/easy: fix warnsStanislaw Halik
2019-04-24pose-widget: fix back-face checkStanislaw Halik
This should really be using proper algebra.
2019-04-24options: add missing value::is_null() checksStanislaw Halik
2019-04-24cmake: kill link_libraries win32 kludgeStanislaw Halik
2019-04-24cmake: kill -Wheader-hygieneStanislaw Halik
2019-04-24cmake: do compile tests w/o linkingStanislaw Halik