Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-07 | Provide links to the Eyeware Beam SDK | Davide Mameli | |
2023-03-07 | Initial commit | Davide Mameli | |
2023-03-01 | fix some GCC warnings | Stanislaw Halik | |
2023-03-01 | cmake: fix -isystem in include_directories() | Stanislaw Halik | |
2023-03-01 | opentrack: only run pose display at 30 Hz | Stanislaw Halik | |
Running it at 60 Hz was using too much CPU time. | |||
2023-03-01 | cmake/msvc: actually disable it | Stanislaw Halik | |
Incremental LTO broke Wii again. | |||
2023-03-01 | opentrack: add UI_NO_VIDEO_FRAME | Stanislaw Halik | |
2023-03-01 | tracker/nn: make dialog embeddable | Stanislaw Halik | |
2023-03-01 | video/widget: fix size not set | Stanislaw Halik | |
2023-03-01 | cmake: recompile .rc on .ico change | Stanislaw Halik | |
2023-03-01 | cmake: oops, fix qt library copy logic | Stanislaw Halik | |
2023-03-01 | tracker/trackhat: rename module friendly name | Stanislaw Halik | |
Let's avoid confusing TrackHat PS3 Eye and v2 sensor users. | |||
2023-03-01 | options/value: log more with OTR_TRACE_NOTIFY | Stanislaw Halik | |
2023-03-01 | options/tie: fix combobox with single element on reload | Stanislaw Halik | |
This was breaking the camera list with only one camera present. | |||
2023-03-01 | cmake: fix onnx broken build on 32-bit Linux | Stanislaw Halik | |
2023-02-28 | ci: maybe this time? | Stanislaw Halik | |
2023-02-28 | ci: almost there | Stanislaw Halik | |
2023-02-28 | ci: again | Stanislaw Halik | |
2023-02-28 | try to fix ci again | Stanislaw Halik | |
2023-02-28 | ci: try fix this again | Stanislaw Halik | |
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 | |