Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-03 | tracker/neuralnet: fix copying grayscale frameopentrack-2021.1.1 | Stanislaw Halik | |
It crashes later though. | |||
2021-09-03 | video/ps3eye: don't sleep too much | Stanislaw Halik | |
2021-09-03 | tracker/pt: request single-channel image from camera | Stanislaw Halik | |
2021-09-03 | video, video/ps3eye: allow setting camera's channel count | Stanislaw Halik | |
2021-08-29 | tracker/neuralnet: fix compile-time warningopentrack-2021.1.0 | Stanislaw Halik | |
2021-08-29 | tracker/pt: gui changes | Stanislaw Halik | |
Add MJPEG checkbox Add tooltips Fix tab order | |||
2021-08-29 | video/ps3eye: add missing vcrun14 | Stanislaw Halik | |
2021-08-29 | tracker/pt, video/opencv: allow mjpeg media type | Stanislaw Halik | |
2021-08-29 | tracker/{pt,wii}: pass camera options through bundle | Stanislaw Halik | |
2021-08-29 | proto/freetrack: stop dummy trackir.exe with ephemeral location | Stanislaw Halik | |
2021-08-28 | Merge pull request #1319 from GO63-samara/master | Stanislaw Halik | |
Added translation for Centering method (RU) | |||
2021-08-28 | Replaced English flag with a larger 32x16 | GO63-samara | |
2021-08-28 | Translated several lines | GO63-samara | |
2021-08-28 | Merge branch 'opentrack:master' into master | GO63-samara | |
2021-08-28 | Fixed typos in CN and NL | GO63-samara | |
2021-08-27 | Added translation of several lines | GO63-samara | |
2021-08-27 | gui: change cursor for options with tooltips | Stanislaw Halik | |
2021-08-25 | logic: fix pedantic warning | Stanislaw Halik | |
2021-08-25 | logic/pipeline: fix warning, tab to spaces | Stanislaw Halik | |
2021-08-22 | gui: reword user interface string | Stanislaw Halik | |
Suggested by: @GO63-samara Issue: #1312 | |||
2021-08-21 | proto/freetrack: detect paths with trailing backslash | Stanislaw Halik | |
2021-08-21 | proto/freetrack: implement more dll location controls | Stanislaw Halik | |
2021-08-21 | gui: add tooltips for shortcut labels | Stanislaw Halik | |
2021-08-19 | proto/freetrack: game data update | Stanislaw Halik | |
2021-08-19 | Merge pull request #1305 from GO63-samara/master | Stanislaw Halik | |
Adding a choice of centering method | |||
2021-08-19 | video: avoid symbol redefinition with multiple backends | Stanislaw Halik | |
2021-08-18 | Adding a choice of centering method | GO63-samara | |
2021-08-18 | video/ps3eye: move number of channels to a constant | Stanislaw Halik | |
2021-08-18 | video/ps3eye: add missing translation strings | Stanislaw Halik | |
2021-08-18 | tracker/pt: use braced-initializer-list | Stanislaw Halik | |
2021-08-18 | video/ps3eye: update submodule | Stanislaw Halik | |
2021-08-18 | video/ps3eye: switch to grayscale | Stanislaw Halik | |
2021-08-18 | tracker/pt: fix support for grayscale input video | Stanislaw Halik | |
2021-08-18 | add onnx runtime to my paths | Stanislaw Halik | |
2021-08-18 | Update cmake.yml | Stanislaw Halik | |
2021-08-18 | logic/pipeline: fix toggle button | Stanislaw Halik | |
Issue: #1210 | |||
2021-08-18 | video/ps3eye: fix frame drops at 83 Hz | Stanislaw Halik | |
2021-08-18 | video/ps3eye: throttle sensor reset | Stanislaw Halik | |
2021-08-18 | pose-widget: disable tab order for mirror checkbox | Stanislaw Halik | |
2021-08-18 | video: workaround cmake/ninja bug | Stanislaw Halik | |
2021-08-18 | video/ps3eye: enable verbose error messages on stderr | Stanislaw Halik | |
2021-08-18 | video/ps3eye: workaround qt bug | Stanislaw Halik | |
2021-08-18 | video/ps3eye: add missing graceful exit | Stanislaw Halik | |
This might fix LED problems. | |||
2021-08-11 | Merge pull request #1307 from DaWelter/improved-onnx-findscript | Stanislaw Halik | |
cmake: improve the FindONNXRuntime script and install the ONNX dll | |||
2021-08-06 | tracker-easy: fix build | Stanislaw Halik | |
2021-08-06 | cmake: fix opencv build | Stanislaw Halik | |
2021-08-06 | cmake: fix my paths | Stanislaw Halik | |
2021-08-06 | gui: fix deprecated Qt API | Stanislaw Halik | |
2021-08-05 | cmake: improve the FindONNXRuntime script and install the ONNX dll | Michael Welter | |
* Add ONNXRuntime_DIR variable * Change target name to onnxruntime::onnxruntime following naming conventions for imported libs * Look for the DLL on windows and store it in a variable for later * Correctly define the properties of the import library * Change names and logic for global variables to follow standard conventions * Change import library type from UNKNOWN to SHARED in order to make msvc link against the .lib file, not the dll. | |||
2021-08-03 | Merge pull request #1306 from gdolle/tracker-neuralnet-cmake | Stanislaw Halik | |
Tracker neuralnet update onnxrt cmake (linux) |