summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-07-28Speed up tracking at 60 Hz to acceptable levelsStanislaw Halik
2013-07-28Apply translation compensation for yaw/pitchStanislaw Halik
2013-07-28Add aruco marker-creation utilityStanislaw Halik
2013-07-28Cleanup; remove dead codeStanislaw Halik
2013-07-27Use extrinsic guess, fix coord handedness, get rid of marker sizeStanislaw Halik
2013-07-27Import aruco trackerStanislaw Halik
2013-07-26Remove dead codeStanislaw Halik
2013-07-26cherry pick new point extractor from PatrickStanislaw Halik
2013-07-26Release HT 1.0Stanislaw Halik
2013-07-21Slightly reduce max mean error (adjusted for distance from sensor)Stanislaw Halik
2013-07-21Include PDBs with Windows MSVC buildsStanislaw Halik
2013-07-21Fix extrapolationStanislaw Halik
2013-07-18Assorted Linux fixesStanislaw Halik
2013-07-18Fix rest of Linux bitrotStanislaw Halik
2013-07-18Fix breakage of Wine protocolStanislaw Halik
2013-07-18Fix Linux bitrotStanislaw Halik
2013-07-18Correct Wine wrapper invocationStanislaw Halik
2013-07-18Bah, stupidoStanislaw Halik
2013-07-18Unbreak Wine protocolStanislaw Halik
2013-07-18Proper fix for sleeping with a lock heldStanislaw Halik
2013-07-18Don't sleep with lock heldStanislaw Halik
2013-07-17Fix buildStanislaw Halik
2013-07-17Add a button to remove all control pointsStanislaw Halik
2013-07-17Center immediately; remove dead codeStanislaw Halik
2013-07-16Draw quarter-ellipse in place of user-defined curve when requestedStanislaw Halik
2013-07-16Allow for removing all control points at onceStanislaw Halik
2013-07-16Remove dead codeStanislaw Halik
2013-07-12Fix DLL hell; reindentStanislaw Halik
2013-07-06Remove data race between UI and tracker threadStanislaw Halik
2013-07-06Use double precision consistentlyStanislaw Halik
2013-07-06Prevent handle leak in error pathStanislaw Halik
2013-07-06Factor out common codeStanislaw Halik
2013-07-06Slightly optimize the pose widgetStanislaw Halik
2013-07-05Deal correctly with non-latin1 characters in directory nameStanislaw Halik
2013-07-05Robustify SimConnect protocolStanislaw Halik
- No longer leaks library handle/address space - Use an activation context instead of hardcoding probable DLL filenames
2013-07-04Remove non-working compatibility shim codeStanislaw Halik
2013-07-04Add newly-supported gamesStanislaw Halik
2013-07-04Update coefficients once moreStanislaw Halik
2013-06-30Merge branch 'master' of github.com:opentrack/opentrackStanislaw Halik
Conflicts: facetracknoir/rotation.h
2013-06-30revert accidental commit of in-dev replacementmm0zct
2013-06-29Revert broken parts of the last commitStanislaw Halik
2013-06-29Remove Kalman filter again, unsuitable for nonlinear systemsStanislaw Halik
2013-06-29Merged in fixes to hydra and rift code, along with a bug in the pitch ↵mm0zct
inversion of FTNoIR itself. Also added an include directory the Rift needs which was absent before.
2013-06-27Remove the unfinished Hillcrest tracker. If testers are found, it'll be revived.Stanislaw Halik
2013-06-27Fix the buildStanislaw Halik
2013-06-27Merge branch 'master' of github.com:opentrack/opentrackStanislaw Halik
Conflicts: ftnoir_tracker_rift/ftnoir_tracker_rift.cpp
2013-06-27Add a half-broken Kalman filter for further developmentStanislaw Halik
2013-06-27Rename R[XYZ] to Yaw, Pitch, Roll to avoid confusionStanislaw Halik
Requested-by: mm0zct
2013-06-26Various changes and refactoring. Rotation correct for the Hydra, mostlymm0zct
correct for the Rift, Rift looks better in OpenTrack, Hydra looks better in Dirt3. Also rewrote the Rotation code for Quaternions, although it seems broken with and without the changes. Will investigate. -Chris
2013-06-25Fixed rotation.hmm0zct