summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-07-25shortcuts: clarify binding dialogStanislaw Halik
2015-07-25shortcuts: allow for modifier keysStanislaw Halik
2015-07-25fix buildStanislaw Halik
2015-07-25fix integral/float confusionStanislaw 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-24standardize on not using "using namespace {cv,std}"Stanislaw Halik
2015-07-24accela: try to smooth out the rotation functionStanislaw Halik
Issue: #204
2015-07-24qfc: allow max range as floating pointStanislaw Halik
affects accela
2015-07-24x-plane plugin osx fixesStanislaw Halik
2015-07-24Revert "pt: change point internal representation"opentrack-2.3-rc15p1Stanislaw Halik
This reverts commit e89c2b1034692eb1365715a089b7035e6d837719. Issue: #199
2015-07-23no longer add extra file to modulesStanislaw Halik
Modules now link to opentrack-api so this isn't needed
2015-07-22default to the most common protocol/filter pairopentrack-2.3-rc15Stanislaw Halik
2015-07-22osx gitignoreStanislaw Halik
2015-07-22osx: app bundle depends on working directoryStanislaw Halik
Tested-by: Ryan Spicer (@alterscape)
2015-07-21aruco: drop last_fov following calibration removalStanislaw 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-20cleanup #ifdefsStanislaw Halik
We're the only maintainer of the PT tracker now, so don't clutter the file so much.
2015-07-20cleanup invalid recursive mutex acquisitionsStanislaw Halik
2015-07-20plug in race in camera releaseStanislaw Halik
We can crash if start/stop pressed fast eventually.
2015-07-20cleanup ftnoir codeStanislaw Halik
2015-07-20pass libs by referenceStanislaw Halik
2015-07-20pt: display label only onceStanislaw Halik
2015-07-20pt: cleanup some data racesStanislaw Halik
2015-07-20nix empty dtorStanislaw Halik
2015-07-20pt: use calibrationStanislaw Halik
Issue: #190
2015-07-20pt: change point internal representationStanislaw Halik
Store points as pixel coordinates, not -0.5->0.5. This has no effect on tracking as POSIT is robust enough not to care.
2015-07-20aruco: follow api changeStanislaw Halik
2015-07-20aruco: make fov int, not doubleStanislaw Halik
2015-07-20camera: more robust get_info()Stanislaw Halik
If camera was barely created and there's no info, grab the first frame to get resolution data.
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 ManyCam fake ps3 eye calibrationStanislaw Halik
This helps me with testing using user-sent videos
2015-07-20calibration file for ps3 eye 75degStanislaw Halik
2015-07-20octopus: update copyrightStanislaw Halik
2015-07-20ht: fix includeStanislaw Halik
2015-07-20add my copyright to some more codeStanislaw Halik
2015-07-20add my own copyrightStanislaw Halik
We need copyright on contributions or else it defaults to granting no rights.
2015-07-20mouse: replace copyrightStanislaw Halik
The mouse tracker was entirely rewritten since.
2015-07-19new game supportStanislaw Halik
2015-07-19reduce diff to trackhatStanislaw Halik
2015-07-19ui: prevent clobbering current profileStanislaw Halik
Previously "open" always took to the topmost profile. Fixes #194
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