summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-08-29proto/freetrack: stop dummy trackir.exe with ephemeral locationStanislaw Halik
2021-08-28Merge pull request #1319 from GO63-samara/masterStanislaw Halik
Added translation for Centering method (RU)
2021-08-28Replaced English flag with a larger 32x16GO63-samara
2021-08-28Translated several linesGO63-samara
2021-08-28Merge branch 'opentrack:master' into masterGO63-samara
2021-08-28Fixed typos in CN and NLGO63-samara
2021-08-27Added translation of several linesGO63-samara
2021-08-27gui: change cursor for options with tooltipsStanislaw Halik
2021-08-25logic: fix pedantic warningStanislaw Halik
2021-08-25logic/pipeline: fix warning, tab to spacesStanislaw Halik
2021-08-22gui: reword user interface stringStanislaw Halik
Suggested by: @GO63-samara Issue: #1312
2021-08-21proto/freetrack: detect paths with trailing backslashStanislaw Halik
2021-08-21proto/freetrack: implement more dll location controlsStanislaw Halik
2021-08-21gui: add tooltips for shortcut labelsStanislaw Halik
2021-08-19proto/freetrack: game data updateStanislaw Halik
2021-08-19Merge pull request #1305 from GO63-samara/masterStanislaw Halik
Adding a choice of centering method
2021-08-19video: avoid symbol redefinition with multiple backendsStanislaw Halik
2021-08-18Adding a choice of centering methodGO63-samara
2021-08-18video/ps3eye: move number of channels to a constantStanislaw Halik
2021-08-18video/ps3eye: add missing translation stringsStanislaw Halik
2021-08-18tracker/pt: use braced-initializer-listStanislaw Halik
2021-08-18video/ps3eye: update submoduleStanislaw Halik
2021-08-18video/ps3eye: switch to grayscaleStanislaw Halik
2021-08-18tracker/pt: fix support for grayscale input videoStanislaw Halik
2021-08-18add onnx runtime to my pathsStanislaw Halik
2021-08-18Update cmake.ymlStanislaw Halik
2021-08-18logic/pipeline: fix toggle buttonStanislaw Halik
Issue: #1210
2021-08-18video/ps3eye: fix frame drops at 83 HzStanislaw Halik
2021-08-18video/ps3eye: throttle sensor resetStanislaw Halik
2021-08-18pose-widget: disable tab order for mirror checkboxStanislaw Halik
2021-08-18video: workaround cmake/ninja bugStanislaw Halik
2021-08-18video/ps3eye: enable verbose error messages on stderrStanislaw Halik
2021-08-18video/ps3eye: workaround qt bugStanislaw Halik
2021-08-18video/ps3eye: add missing graceful exitStanislaw Halik
This might fix LED problems.
2021-08-11Merge pull request #1307 from DaWelter/improved-onnx-findscriptStanislaw Halik
cmake: improve the FindONNXRuntime script and install the ONNX dll
2021-08-06tracker-easy: fix buildStanislaw Halik
2021-08-06cmake: fix opencv buildStanislaw Halik
2021-08-06cmake: fix my pathsStanislaw Halik
2021-08-06gui: fix deprecated Qt APIStanislaw Halik
2021-08-05cmake: improve the FindONNXRuntime script and install the ONNX dllMichael 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-03Merge pull request #1306 from gdolle/tracker-neuralnet-cmakeStanislaw Halik
Tracker neuralnet update onnxrt cmake (linux)
2021-08-02Fix include path for release packageGuillaume Dollé
* Revert include header changes * Address the following review remarks for include path https://github.com/opentrack/opentrack/pull/1306#discussion_r680548570 https://github.com/opentrack/opentrack/pull/1306#discussion_r680548755 https://github.com/opentrack/opentrack/pull/1306#discussion_r680548800 https://github.com/opentrack/opentrack/pull/1306#discussion_r680549144
2021-08-01Fix link libraryGuillaume Dollé
- Address review comment https://github.com/opentrack/opentrack/pull/1306#discussion_r680484878 - Update ONNXRuntime module to use a specific `onnxruntime` target. - Use OpenCV components instead. NOTE: ONNXRuntinme may provide their own ONNXRuntimeConfig.cmake and ONNXRuntimeVersion.cmake in the future. See https://github.com/microsoft/onnxruntime/issues/3124 for reference
2021-08-01Fix silent moduleGuillaume Dollé
2021-08-01Add ONNXRuntime cmake moduleGuillaume Dollé
2021-08-01Find ONNXRuntime using cmake modulesGuillaume Dollé
2021-07-31Adding a choice of centering methodGO63-samara
2021-06-08Merge pull request #1286 from Ackurus/nixfixupStanislaw Halik
Nixfixup
2021-06-07Fix segmentation fault on *nix builds.Ackurus
The games.csv file seems to be UTF-8 compatible. Changing the TextCodec from "System" to "UTF-8" prevents segmentation fault on decoding on ArchLinux builds.
2021-06-07Fix path to games.csv file for *nix builds.Ackurus
Change the runtime document path so it will line up with the correct directory in *nix builds. Allows for the settings directory to be accessed such as the games.csv file.