summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-12-14switch back to volatile bool for tracker flagsStanislaw Halik
UI thread is the only writer for the flags. Makes no sense to use more than volatile.
2014-12-14wiki updateStanislaw Halik
2014-12-14use default freepie UDP portStanislaw Halik
2014-12-14pt: set correct focal length from camera fovopentrack-2.3-rc6Stanislaw Halik
Issue: #96 Having user-supplied camera fov, we can prevent yaw and pitch occuring by itself when moving horizontally and vertically. Note PointExtractor::extract_points(Mat& frame) should enable same value for fx and fy: c[0] = (mx/m - W/2)/W; c[1] = -(my/m - H/2)/W;
2014-12-14bind socket on worker thread for thread ownershipStanislaw Halik
2014-12-08delete QLibrary, not force unload()Stanislaw Halik
Issue: #96 Reported-by: @sasam Also fixes a memory leak.
2014-12-08update tray when changing setting through UIStanislaw Halik
Issue: #104
2014-12-08ensure tray exists before minimizing to itStanislaw Halik
Issue: #104
2014-12-07accela: adjust constants for faster responseopentrack-2.3-rc5Stanislaw Halik
Tested-by: @KyokushinPL
2014-12-07credit for contributorStanislaw Halik
2014-12-06move shortcut dialog to ui moduleStanislaw Halik
2014-12-06filters: move icon to main appStanislaw Halik
2014-12-06accela: resize formStanislaw Halik
2014-12-06accela: simplifyStanislaw Halik
2014-12-03remove alphanumeric keybindings making list too longStanislaw Halik
2014-12-03pagedown works for win32 keybindingsStanislaw Halik
Reported-by: @KyokushinPL
2014-11-29implement zero shortcutStanislaw Halik
2014-11-28fit line using basic arithmeticStanislaw Halik
Issue: #98
2014-11-28don't reset coords on pauseStanislaw Halik
Issue: #99
2014-11-28pt: use 3D coordinates for distinguishing pointsStanislaw Halik
Issue: #98
2014-11-28pt: remove dead codeStanislaw Halik
2014-11-28no need ever filter translation as muchopentrack-2.3-rc4Stanislaw Halik
2014-11-28decrease multipliers from absurd valuesStanislaw Halik
2014-11-28accela: work even at zero slider positionStanislaw Halik
Issue: #96
2014-11-28move constants to headerStanislaw Halik
2014-11-28adjust smoothing alphas a bitStanislaw Halik
2014-11-28adjust thresholding after aruco_test runStanislaw Halik
Previous values increased CPU usage needlessly.
2014-11-28accela: scale up to thres exponentially, not linearlyStanislaw Halik
2014-11-27accela: rework to remove deadzone needStanislaw Halik
Tested-by: @KyokushinPL filter gain adjusted by a slider. frames smoothed by ewma for sudden noise spike reduction. likely need further work for arbitrary magic constants embedded in tracker gain.
2014-11-27add freepie .apkStanislaw Halik
2014-11-27ftclient: also enable freetrack on Linux for WineStanislaw Halik
Issue: #97
2014-11-27ftclient: update binaryStanislaw Halik
Issue: #97
2014-11-27ftclient: copy the data actualStanislaw Halik
Issue: #97
2014-11-27ftclient: skip stdbool requirementStanislaw Halik
2014-11-26tracker: map before filteringStanislaw Halik
2014-11-25no need to bundle obsolete .apk hereStanislaw Halik
2014-11-25Revert "revert freepie apk change for now"Stanislaw Halik
This reverts commit ee86e9367d960a7993409e4fc2f4cef1309d109b. New .apk version released by FreePIE
2014-11-24accela: tweak delta smoothingStanislaw Halik
2014-11-24accela: use dynamic dtStanislaw Halik
2014-11-24aruco: decrease threshold paramStanislaw Halik
2014-11-24aruco: framerate s/120/125Stanislaw Halik
2014-11-24timer: split start/elapsed. convert usesStanislaw Halik
2014-11-23pt: avoid crash on startup/close with opencv/highgui/libv4lStanislaw Halik
2014-11-23pt: get resolution when frame arrivesStanislaw Halik
2014-11-23pt: nix old camera codeStanislaw Halik
2014-11-23remove "R" labels from cap for consistencyStanislaw Halik
Issue: #96
2014-11-23copy old config when savingStanislaw Halik
Issue: #96
2014-11-23force options flush to file when savingStanislaw Halik
2014-11-23remove dead codeStanislaw Halik
2014-11-23remove obsolete commentopentrack-2.3-rc3Stanislaw Halik