Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-19 | spline-widget: oops, pass by referenceopentrack-2.3-rc21p6 | Stanislaw Halik | |
2015-12-19 | tracker/pt: don't allocate temporary dynamic size arrays | Stanislaw Halik | |
2015-12-19 | tracker/pt: don't copy points array needlessly | Stanislaw Halik | |
2015-12-19 | tracker/pt: don't allocate temporary frame | Stanislaw Halik | |
2015-12-19 | tracker/pt: cv::Mat::at<T> is slow, use cv::Mat::ptr | Stanislaw Halik | |
2015-12-18 | tracker/pt: avoid widget malloc when able | Stanislaw Halik | |
2015-12-18 | tracker/pt: optimize widget | Stanislaw Halik | |
2015-12-18 | tracker/pt: update video widget at 40 -> 50 ms | Stanislaw Halik | |
2015-12-18 | cmake/mingw-w64: update | Stanislaw Halik | |
2015-12-18 | tracker/pt: reduce mutex contention | Stanislaw Halik | |
2015-12-18 | gui: fix left margin | Stanislaw Halik | |
2015-12-18 | tracker/pt: remove krap | Stanislaw Halik | |
2015-12-18 | tracker/pt: move ctor out of the loop | Stanislaw Halik | |
2015-12-18 | tracker/pt: nix unused | Stanislaw Halik | |
2015-12-18 | tracker/pt: don't fill mask on frame | Stanislaw Halik | |
Saves few % of cpu load | |||
2015-12-18 | pose-widget: also bilinear interpolation of alpha value | Stanislaw Halik | |
2015-12-18 | ui: adjust marginopentrack-2.3-rc21p5 | Stanislaw Halik | |
2015-12-18 | ui: make more compact | Stanislaw Halik | |
2015-12-18 | glwidget: use transparent octopus background | Stanislaw Halik | |
2015-12-18 | api/mat: fix typos/breakage | Stanislaw Halik | |
2015-12-17 | api/joy: refresh only manually on certain events | Stanislaw Halik | |
Refresh joylist when new listener arrives, and when the joy singleton just gets created. Enumerating joys all the time causes high CPU usage for some of the users. Issue: #279 Backtrace-by: @exulant Reported-by: @aka2k | |||
2015-12-17 | pt: histogram more granular 6 -> 8 | Stanislaw Halik | |
256 is divisible by 8, also less cpu usage | |||
2015-12-17 | cmake/api: link with strmiids.lib on win32 | Stanislaw Halik | |
It worked by accident since cmake/compat already links to it. | |||
2015-12-08 | tracker/pt: reduce auto thresholding histogram bucket size | Stanislaw Halik | |
Previously it was too slow to 640x480@75. | |||
2015-12-06 | api/keys: prevent idempotent keysopentrack-2.3-rc21p4 | Stanislaw Halik | |
2015-12-06 | api/joy: move from header | Stanislaw Halik | |
2015-12-06 | api/joy: prevent idempotent keypressed passed to receiver | Stanislaw Halik | |
2015-12-06 | compat/options: get rid of std::string usage | Stanislaw Halik | |
It's pointless to use it here. | |||
2015-12-06 | compat/options: move from header | Stanislaw Halik | |
2015-12-06 | gui/settings: set parent, otherwise not modal | Stanislaw Halik | |
2015-12-06 | gui/settings: don't forget to show a modal dialog before executing | Stanislaw Halik | |
2015-12-06 | gui/main: don't raise a new window, it's enough to set visible | Stanislaw Halik | |
2015-12-06 | api/joy: speed up poll_axis path | Stanislaw Halik | |
We don't really need to poll for joysticks in tracker/joy. | |||
2015-12-06 | api/joy: nix static, now that we're not a singleton | Stanislaw Halik | |
2015-12-06 | tracker/joy: adapt to non-singleton joy worker | Stanislaw Halik | |
2015-12-06 | joystick: no longer singleton, use fake window handle | Stanislaw Halik | |
We can create arbitrary amount of dinput handles, given they're passed unique window handles. | |||
2015-12-06 | api/keys: use a fake window for DirectInput handle | Stanislaw Halik | |
2015-12-06 | gui/keys: allow for pausing global keystrokes for options dialog | Stanislaw Halik | |
Toggling tracking while prompting for toggle tracking key causes a deadlock somewhere. | |||
2015-12-06 | api/keys: nix tautological #ifdef | Stanislaw Halik | |
2015-12-06 | contrib/aruco: oops, right extension | Stanislaw Halik | |
2015-12-06 | contrib/aruco: use @frost555's marker image | Stanislaw Halik | |
2015-12-06 | api/camera-names: move to compat/ | Stanislaw Halik | |
2015-12-06 | api/camera: move from header | Stanislaw Halik | |
There's no need to have a copy in each module. | |||
2015-12-06 | api/keys: initialize hresult | Stanislaw Halik | |
2015-12-06 | api/keys: fix build | Stanislaw Halik | |
2015-12-06 | compat/shm: fix build | Stanislaw Halik | |
2015-12-06 | api, main: implement global shortcuts for controlling tracking | Stanislaw Halik | |
Issue: #252 That involves moving stuff around to get rid of circular dependencies. You need to bind keys to shortcuts again this once. | |||
2015-12-06 | tracker/aruco, tracker/pt: sleep before releasing camera | Stanislaw Halik | |
Really fast toggling tracking crashed with my PS3 Eye. | |||
2015-12-05 | gui: add shortcuts for starting/toggling tracking | Stanislaw Halik | |
2015-12-05 | api/shortcuts: no longer keep shortcuts hardcoded | Stanislaw Halik | |