summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-05-20main: simplify #161Stanislaw Halik
2015-05-20Merge pull request #161 from fawick/unstableStanislaw Halik
Added command line option for automatic starts
2015-05-20Added command line option for automatic startsFabian Wickborn
2015-05-17hatire: don't wait for response on all devices, not just win32opentrack-2.3-rc10Stanislaw Halik
2015-05-17accela: reintroduce deadzoneStanislaw Halik
Issue: #149 See https://imgur.com/a/BZO7N
2015-05-05Merge pull request #154 from MartinJG/masterStanislaw Halik
Fix returning consistent data to get headpose and other minor issues
2015-05-04Fix newer OpenCV versionsStanislaw Halik
2015-05-04Fix Linux buildStanislaw Halik
2015-05-04options: nix empty dtorStanislaw Halik
2015-05-04options: use weak pointers for bundlesStanislaw Halik
Otherwise none ever get freed. Oops!
2015-05-04no need to _Exit() forcefully anymoreStanislaw Halik
2015-05-04initialize member variables in all casesStanislaw Halik
Otherwise led to stale pointer dereference.
2015-05-04update FreePIE .apkStanislaw Halik
2015-05-02Fix returning consistent data to get headpose and other minor issuesmartin
2015-04-24aruco: lighting problems with thresholdingStanislaw Halik
2015-04-19hatire: actually don't do any degree to radian conversionStanislaw Halik
2015-04-04hatire: oops, convert degree to radian in all casesStanislaw Halik
2015-04-03Merge pull request #87 from dbaarda/dev/ewma2Stanislaw Halik
Dev/ewma2
2015-04-02accela: provide link to help on wikiStanislaw Halik
2015-04-02accela: update copyrightStanislaw Halik
2015-04-02qfc: add layouts, force exact sizeStanislaw Halik
2015-04-02qfc: simplifyStanislaw Halik
2015-04-01hatire: convert angles degree to radianStanislaw Halik
2015-03-31accela: fix sensitivity labelStanislaw Halik
2015-03-31accela: show exact parameter values in the uiStanislaw Halik
2015-03-31hatire: update api usage in one more placeStanislaw Halik
2015-03-31hatire: hook up into the buildStanislaw Halik
2015-03-31hatire: also show com port error messageStanislaw Halik
2015-03-31hatire: don't show serial port changed if none selectedStanislaw Halik
Showed on first start.
2015-03-31hatire: minor opentrack API usage updatesStanislaw Halik
2015-03-31add unmodified hatireStanislaw Halik
2015-03-25mouse: move mouse relative to last cursor positionStanislaw Halik
Makes mouse output actually useful for fullscreen games. Issue: #113
2015-03-25pt: don't return zeros when last frame had no resultStanislaw Halik
2015-03-20qfc: use floats consistentlyStanislaw Halik
2015-03-20qfc: remove some nonsenseStanislaw Halik
The code didn't do anything sensible.
2015-03-20qfc: start drawing control point lines from correct placeStanislaw Halik
2015-03-17this doesn't make senseStanislaw Halik
Snuck in at db456083
2015-03-17pt: fix(?) for the head center position markerDaMichel
Conflicts: ftnoir_tracker_pt/ftnoir_tracker_pt.cpp
2015-03-13translation also needs rotating for off-center cameraStanislaw Halik
Issue: #137
2015-03-13move debug to right placeStanislaw Halik
2015-03-13initialize "s_main" bundle implicitlyStanislaw Halik
2015-03-13keyboard dialog also modifies main settings so save those tooStanislaw Halik
2015-03-13pt: swap Y and Z for model center displayStanislaw Halik
Issue: #106 Confirmed by cap calibration video.
2015-02-17pt: use volatile across threadsStanislaw Halik
2015-02-17shortcuts: allow customize whether to center on startupStanislaw Halik
Issue: #128
2015-02-17pt: calibrate only if pose receivedStanislaw Halik
Otherwise breaks center-on-startup logic.
2015-02-17pt: start with all zeros if no pose suppliedStanislaw Halik
Issue: #106
2015-02-17Merge branch 'unstable' of github.com:opentrack/opentrack into unstableStanislaw Halik
2015-02-17prefer relative directory path inside install directoryStanislaw Halik
Issue: #130
2015-02-17Merge pull request #131 from DaMichel/cmakelist-prStanislaw Halik
make buildscript work with white space in path names