Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-25 | shortcuts: remove duplication | Stanislaw Halik | |
2015-07-25 | rename to win32-shortcuts.cpp | Stanislaw Halik | |
2015-07-25 | shortcuts: add missing keybindings | Stanislaw Halik | |
2015-07-25 | shortcuts: fix shift-keys for real this time | Stanislaw Halik | |
2015-07-25 | shortcuts: add missing Windows binding for enter key | Stanislaw Halik | |
2015-07-25 | fix build | Stanislaw Halik | |
2015-07-25 | shortcuts: store .ini value as portable string | Stanislaw Halik | |
2015-07-25 | shortcuts: prototyped for Linux | Stanislaw Halik | |
2015-07-25 | shortcuts: linux work | Stanislaw Halik | |
2015-07-25 | initial impl of arbitrary keybindings | Stanislaw Halik | |
Issue: #118 Linux and OSX likely broken for now. | |||
2015-07-22 | default to the most common protocol/filter pairopentrack-2.3-rc15 | Stanislaw Halik | |
2015-07-20 | for now remove calibration support | Stanislaw Halik | |
PT tracker returns garbage when calibrating, Z is zero. Maybe can be reverted and fixed later. | |||
2015-07-20 | plug in race in camera release | Stanislaw Halik | |
We can crash if start/stop pressed fast eventually. | |||
2015-07-20 | pass libs by reference | Stanislaw Halik | |
2015-07-20 | nix empty dtor | Stanislaw Halik | |
2015-07-20 | calibration: rewrite | Stanislaw 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-20 | add my own copyright | Stanislaw Halik | |
We need copyright on contributions or else it defaults to granting no rights. | |||
2015-07-19 | fix build error | Stanislaw Halik | |
2015-07-19 | try to launch qv4l2 on Linux | Stanislaw Halik | |
2015-07-19 | camera names on linux work, finally | Stanislaw Halik | |
2015-07-19 | cleanup flow | Stanislaw Halik | |
2015-07-19 | append more useful name than empty string | Stanislaw Halik | |
2015-07-19 | ensure camera name indices match | Stanislaw Halik | |
We can't make spaces in indices or else wrong camera gets opened. | |||
2015-07-19 | grab Linux camera names | Stanislaw Halik | |
2015-07-19 | fix osx, app bundle now builds | Stanislaw Halik | |
2015-07-19 | don't set thread affinity for anything | Stanislaw Halik | |
Fixes #174 | |||
2015-07-18 | bundles are now reloaded when settings window is closed | Stanislaw Halik | |
This happens even if closed by alt+f4 or cancel button. | |||
2015-07-16 | unify plugin-api files | Stanislaw Halik | |
2015-07-16 | unused #define | Stanislaw Halik | |
2015-07-16 | api: introduce macros for symbol exposure | Stanislaw Halik | |
2015-07-16 | api: document stuff to be implemented | Stanislaw Halik | |
2015-07-13 | allow for camera calibration | Stanislaw Halik | |
2015-07-08 | retab and reformat only | Stanislaw Halik | |
2015-07-07 | tracker: camera angle affected translation twice | Stanislaw Halik | |
2015-07-07 | camera dialog: don't crash due to race condition | Stanislaw Halik | |
We have no idea when the capture can be closed, so wait for three seconds instead. | |||
2015-07-07 | includes relative to project top directory | Stanislaw Halik | |
2015-07-07 | opentrack-api: add copyright notices | Stanislaw Halik | |
Code without a license defaults to having all rights reserved. | |||
2015-07-06 | make "make_dylib_instance" part of public API | Stanislaw Halik | |
For @gagagu. Issue: #151 | |||
2015-07-06 | initial camera-settings class | Stanislaw Halik | |
2015-07-06 | prevent redefinition error by qt moc | Stanislaw Halik | |
2015-07-05 | libs: validate protocol first before starting tracker | Stanislaw Halik | |
2015-07-03 | fix msvc empty config list | Stanislaw Halik | |
Some MSVC 2015RC bug with static initialized const char*. But reproduced also in #179 (?) | |||
2015-07-03 | fix MSVC, now runs | Stanislaw Halik | |
2015-07-03 | try fix MSVC | Stanislaw Halik | |
2015-07-02 | Fixed bug crash if dlopen fails | Ennio Barbaro | |
2015-06-18 | Revert "options: add support for QRadioButton" | Stanislaw Halik | |
This reverts commit 21f6b1c681ca6efe4511486994264b8d8c8d9463. | |||
2015-06-18 | options: return default value after revert, not type's default value | Stanislaw Halik | |
Issue: #173 | |||
2015-06-18 | forgot #pragma once, add headers | Stanislaw Halik | |
2015-06-16 | simple-mat: allow pitch axis go -180->180 | Stanislaw Halik | |
To be reverted if broken | |||
2015-06-16 | options: add support for QRadioButton | Stanislaw Halik | |