Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-14 | pt: set correct focal length from camera fovopentrack-2.3-rc6 | Stanislaw 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-14 | bind socket on worker thread for thread ownership | Stanislaw Halik | |
2014-12-08 | delete QLibrary, not force unload() | Stanislaw Halik | |
Issue: #96 Reported-by: @sasam Also fixes a memory leak. | |||
2014-12-08 | update tray when changing setting through UI | Stanislaw Halik | |
Issue: #104 | |||
2014-12-08 | ensure tray exists before minimizing to it | Stanislaw Halik | |
Issue: #104 | |||
2014-12-07 | accela: adjust constants for faster responseopentrack-2.3-rc5 | Stanislaw Halik | |
Tested-by: @KyokushinPL | |||
2014-12-07 | credit for contributor | Stanislaw Halik | |
2014-12-06 | move shortcut dialog to ui module | Stanislaw Halik | |
2014-12-06 | filters: move icon to main app | Stanislaw Halik | |
2014-12-06 | accela: resize form | Stanislaw Halik | |
2014-12-06 | accela: simplify | Stanislaw Halik | |
2014-12-03 | remove alphanumeric keybindings making list too long | Stanislaw Halik | |
2014-12-03 | pagedown works for win32 keybindings | Stanislaw Halik | |
Reported-by: @KyokushinPL | |||
2014-11-29 | implement zero shortcut | Stanislaw Halik | |
2014-11-28 | fit line using basic arithmetic | Stanislaw Halik | |
Issue: #98 | |||
2014-11-28 | don't reset coords on pause | Stanislaw Halik | |
Issue: #99 | |||
2014-11-28 | pt: use 3D coordinates for distinguishing points | Stanislaw Halik | |
Issue: #98 | |||
2014-11-28 | pt: remove dead code | Stanislaw Halik | |
2014-11-28 | no need ever filter translation as muchopentrack-2.3-rc4 | Stanislaw Halik | |
2014-11-28 | decrease multipliers from absurd values | Stanislaw Halik | |
2014-11-28 | accela: work even at zero slider position | Stanislaw Halik | |
Issue: #96 | |||
2014-11-28 | move constants to header | Stanislaw Halik | |
2014-11-28 | adjust smoothing alphas a bit | Stanislaw Halik | |
2014-11-28 | adjust thresholding after aruco_test run | Stanislaw Halik | |
Previous values increased CPU usage needlessly. | |||
2014-11-28 | accela: scale up to thres exponentially, not linearly | Stanislaw Halik | |
2014-11-27 | accela: rework to remove deadzone need | Stanislaw 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-27 | add freepie .apk | Stanislaw Halik | |
2014-11-27 | ftclient: also enable freetrack on Linux for Wine | Stanislaw Halik | |
Issue: #97 | |||
2014-11-27 | ftclient: update binary | Stanislaw Halik | |
Issue: #97 | |||
2014-11-27 | ftclient: copy the data actual | Stanislaw Halik | |
Issue: #97 | |||
2014-11-27 | ftclient: skip stdbool requirement | Stanislaw Halik | |
2014-11-26 | tracker: map before filtering | Stanislaw Halik | |
2014-11-25 | no need to bundle obsolete .apk here | Stanislaw Halik | |
2014-11-25 | Revert "revert freepie apk change for now" | Stanislaw Halik | |
This reverts commit ee86e9367d960a7993409e4fc2f4cef1309d109b. New .apk version released by FreePIE | |||
2014-11-24 | accela: tweak delta smoothing | Stanislaw Halik | |
2014-11-24 | accela: use dynamic dt | Stanislaw Halik | |
2014-11-24 | aruco: decrease threshold param | Stanislaw Halik | |
2014-11-24 | aruco: framerate s/120/125 | Stanislaw Halik | |
2014-11-24 | timer: split start/elapsed. convert uses | Stanislaw Halik | |
2014-11-23 | pt: avoid crash on startup/close with opencv/highgui/libv4l | Stanislaw Halik | |
2014-11-23 | pt: get resolution when frame arrives | Stanislaw Halik | |
2014-11-23 | pt: nix old camera code | Stanislaw Halik | |
2014-11-23 | remove "R" labels from cap for consistency | Stanislaw Halik | |
Issue: #96 | |||
2014-11-23 | copy old config when saving | Stanislaw Halik | |
Issue: #96 | |||
2014-11-23 | force options flush to file when saving | Stanislaw Halik | |
2014-11-23 | remove dead code | Stanislaw Halik | |
2014-11-23 | remove obsolete commentopentrack-2.3-rc3 | Stanislaw Halik | |
2014-11-22 | pt: fix copy-paste bug in d_order logic | Stanislaw Halik | |
Issue: #63, #93 | |||
2014-11-22 | pt: restore original ypr code | Stanislaw Halik | |
2014-11-22 | pt: rename class to avoid further confusion | Stanislaw Halik | |
"FrameTrafo" isn't a word even. Rename to "Affine" |