summaryrefslogtreecommitdiffhomepage
path: root/opentrack
AgeCommit message (Collapse)Author
2015-07-25shortcuts: remove duplicationStanislaw Halik
2015-07-25rename to win32-shortcuts.cppStanislaw Halik
2015-07-25shortcuts: add missing keybindingsStanislaw Halik
2015-07-25shortcuts: fix shift-keys for real this timeStanislaw Halik
2015-07-25shortcuts: add missing Windows binding for enter keyStanislaw Halik
2015-07-25fix buildStanislaw Halik
2015-07-25shortcuts: store .ini value as portable stringStanislaw Halik
2015-07-25shortcuts: prototyped for LinuxStanislaw Halik
2015-07-25shortcuts: linux workStanislaw Halik
2015-07-25initial impl of arbitrary keybindingsStanislaw Halik
Issue: #118 Linux and OSX likely broken for now.
2015-07-22default to the most common protocol/filter pairopentrack-2.3-rc15Stanislaw Halik
2015-07-20for now remove calibration supportStanislaw Halik
PT tracker returns garbage when calibrating, Z is zero. Maybe can be reverted and fixed later.
2015-07-20plug in race in camera releaseStanislaw Halik
We can crash if start/stop pressed fast eventually.
2015-07-20pass libs by referenceStanislaw Halik
2015-07-20nix empty dtorStanislaw Halik
2015-07-20calibration: rewriteStanislaw Halik
- Intrinsics are floats, not doubles. - Try searching for calibration filename with fov specified first, then without fov. - Grab image width and height from calibration file, don't asume 640x480
2015-07-20add my own copyrightStanislaw Halik
We need copyright on contributions or else it defaults to granting no rights.
2015-07-19fix build errorStanislaw Halik
2015-07-19try to launch qv4l2 on LinuxStanislaw Halik
2015-07-19camera names on linux work, finallyStanislaw Halik
2015-07-19cleanup flowStanislaw Halik
2015-07-19append more useful name than empty stringStanislaw Halik
2015-07-19ensure camera name indices matchStanislaw Halik
We can't make spaces in indices or else wrong camera gets opened.
2015-07-19grab Linux camera namesStanislaw Halik
2015-07-19fix osx, app bundle now buildsStanislaw Halik
2015-07-19don't set thread affinity for anythingStanislaw Halik
Fixes #174
2015-07-18bundles are now reloaded when settings window is closedStanislaw Halik
This happens even if closed by alt+f4 or cancel button.
2015-07-16unify plugin-api filesStanislaw Halik
2015-07-16unused #defineStanislaw Halik
2015-07-16api: introduce macros for symbol exposureStanislaw Halik
2015-07-16api: document stuff to be implementedStanislaw Halik
2015-07-13allow for camera calibrationStanislaw Halik
2015-07-08retab and reformat onlyStanislaw Halik
2015-07-07tracker: camera angle affected translation twiceStanislaw Halik
2015-07-07camera dialog: don't crash due to race conditionStanislaw Halik
We have no idea when the capture can be closed, so wait for three seconds instead.
2015-07-07includes relative to project top directoryStanislaw Halik
2015-07-07opentrack-api: add copyright noticesStanislaw Halik
Code without a license defaults to having all rights reserved.
2015-07-06make "make_dylib_instance" part of public APIStanislaw Halik
For @gagagu. Issue: #151
2015-07-06initial camera-settings classStanislaw Halik
2015-07-06prevent redefinition error by qt mocStanislaw Halik
2015-07-05libs: validate protocol first before starting trackerStanislaw Halik
2015-07-03fix msvc empty config listStanislaw Halik
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?)
2015-07-03fix MSVC, now runsStanislaw Halik
2015-07-03try fix MSVCStanislaw Halik
2015-07-02Fixed bug crash if dlopen failsEnnio Barbaro
2015-06-18Revert "options: add support for QRadioButton"Stanislaw Halik
This reverts commit 21f6b1c681ca6efe4511486994264b8d8c8d9463.
2015-06-18options: return default value after revert, not type's default valueStanislaw Halik
Issue: #173
2015-06-18forgot #pragma once, add headersStanislaw Halik
2015-06-16simple-mat: allow pitch axis go -180->180Stanislaw Halik
To be reverted if broken
2015-06-16options: add support for QRadioButtonStanislaw Halik