Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-28 | ci: try to fix wine path | Stanislaw Halik | |
2023-02-28 | Revert "proto/wine: try to detect CI wineg++" | Stanislaw Halik | |
This reverts commit da34d6ba965f7db40c1f3ee8aa2231cede573f6c. Reported by: ljgdasfhk (Artem Sobolev) Issue: #726 | |||
2023-02-28 | video/ps3eye: simplify false sharing protection code | Stanislaw Halik | |
2023-02-26 | Merge pull request #1621 from Priton-CE/patch-1 | Stanislaw Halik | |
2023-02-26 | ci: try to build proto/wine | Stanislaw Halik | |
2023-02-26 | remove Star Citizen refrence from recent PR. | Eric | |
2023-02-26 | proto/wine: try to detect CI wineg++ | Stanislaw Halik | |
2023-02-26 | proto/wine: kill verbose warning | Stanislaw Halik | |
The .csv lookup may fail and thus result in this message getting printed 250 times per second. | |||
2023-02-26 | cmake: fix warning | Stanislaw Halik | |
2023-02-26 | Merge pull request #1620 from Priton-CE/upstream-merge | Stanislaw Halik | |
2023-02-26 | moved changes from master to upstream-merge | Priton-CE | |
2023-02-19 | Merge pull request #1616 from fsimuser9430/xplane-plugin-toggle-fix-for-v12 | Stanislaw Halik | |
2023-02-19 | x-plane-plugin: activate toggles only on initial button press | fsimuser9430 | |
2023-02-02 | Merge pull request #1607 from Perlovka/tracker-neuralnet_ru | Stanislaw Halik | |
2023-02-02 | tracker-neuralnet: russian translation | Michael Perlov | |
2023-01-23 | cmake: respect DESTDIR for preset directory | Stanislaw Halik | |
Based on a patch by @dlpierce Fixes #1603 | |||
2023-01-04 | cmake/msvc: try enabling incremental lto again | Stanislaw Halik | |
2023-01-04 | update .clang-{format,tidy} | Stanislaw Halik | |
2022-12-20 | Merge pull request #1590 from DaWelter/master | Stanislaw Halik | |
2022-12-20 | Fix initialization order issues | Michael Welter | |
2022-11-10 | update CI | Stanislaw Halik | |
2022-11-10 | ps3eye: add experimental URB transfer retry | Stanislaw Halik | |
2022-11-01 | tracker/nn: Tweaks, refactoring, a deadzone filtering and support for ↵ | Michael Welter | |
uncertainty estimation * Add rudimentary test for two functions .. maybe more in future * Fix the rotation correction from vertical translation * Move preview class to new files * Move neural network model adapters to new files * Add utility functions for opencv * Query the model inputs/outputs by name to see what is available * Supports outputs for standard deviation of the data distribution - What you get if you let your model output the full parameters of a gaussian distribution (depending on the inputs) and fit it with negative log likelihood loss. * Disabled support for sequence models * Add support for detection of eye open/close classification. Scale uncertainty estimate up if eyes closed * Add a deadzone filter which activates if the model supports uncertainty quantification. The deadzone scales becomes larger the more uncertain the model/data are. This is mostly supposed to be useful to suppress large estimate errors when the user blinks with the eyes * Fix distance being twice of what it should have been | |||
2022-11-01 | now remove cmake workarounds for onnxruntime | Stanislaw Halik | |
Followup from #1562. | |||
2022-11-01 | tracker/nn: Let cmake script support a greater variety of ONNX installs | Michael Welter | |
2022-10-26 | more cmake cruft | Stanislaw Halik | |
2022-10-26 | tracker/nn: fix build | Stanislaw Halik | |
Issue: #1559 | |||
2022-10-26 | clang-tidy: update | Stanislaw Halik | |
2022-10-21 | tracker/realsense: downgrade to r2 | Stanislaw Halik | |
Issue: #1317 Installation instructions in the UI based on post by @JayMonkey <https://github.com/opentrack/opentrack/issues/1317#issuecomment-908408101>. | |||
2022-10-21 | cmake: really make the preset dir properly this time | Stanislaw Halik | |
2022-10-21 | cmake: force relink to hopefully fix wiimote bug | Stanislaw Halik | |
Issue: #1554 | |||
2022-10-21 | cmake/msvc: kill -D_CRT_BUILTIN_OFFSETOF | Stanislaw Halik | |
2022-10-21 | cmake: kill crufty msvc-clang toolchain file | Stanislaw Halik | |
It was messing up my zsh tab completion. | |||
2022-10-19 | sdk paths: try to find nasmopentrack-2022.3.2 | Stanislaw Halik | |
2022-10-19 | cmake: create empty presets dir on install | Stanislaw Halik | |
2022-10-19 | update .clang-tidy | Stanislaw Halik | |
2022-10-19 | cmake/msvc: actually disable CMAKE_CROSSCOMPILING | Stanislaw Halik | |
2022-10-18 | cmake/msvc: never crosscompiling | Stanislaw Halik | |
2022-10-18 | cmake/msvc: disable buggy incremental LTO | Stanislaw Halik | |
2022-10-18 | cmake/msvc: squelch warning | Stanislaw Halik | |
2022-10-18 | update .clang-tidy | Stanislaw Halik | |
2022-10-10 | options/tie: fix QComboBox connect() thread safetyopentrack-2022.3.1 | Stanislaw Halik | |
2022-10-10 | Revert "options/value: add `QObject::connect` wrapper" | Stanislaw Halik | |
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7. | |||
2022-10-10 | tracker/neuralnet: fix build | Stanislaw Halik | |
2022-10-10 | tracker/steamvr: output more device types | Stanislaw Halik | |
2022-10-10 | cmake: less logspam on `make install` | Stanislaw Halik | |
2022-10-10 | cmake/msvc: cleanup | Stanislaw Halik | |
2022-10-10 | filter/accela: fix accidentally clamping position data | Stanislaw Halik | |
Introduced in: 7252c001 Tested by: @Pieloth Issue: #1349 | |||
2022-10-10 | update my sdk paths | Stanislaw Halik | |
2022-10-10 | cmake/msvc: update | Stanislaw Halik | |