summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-03-07Provide links to the Eyeware Beam SDKDavide Mameli
2023-03-07Initial commitDavide Mameli
2023-03-01fix some GCC warningsStanislaw Halik
2023-03-01cmake: fix -isystem in include_directories()Stanislaw Halik
2023-03-01opentrack: only run pose display at 30 HzStanislaw Halik
Running it at 60 Hz was using too much CPU time.
2023-03-01cmake/msvc: actually disable itStanislaw Halik
Incremental LTO broke Wii again.
2023-03-01opentrack: add UI_NO_VIDEO_FRAMEStanislaw Halik
2023-03-01tracker/nn: make dialog embeddableStanislaw Halik
2023-03-01video/widget: fix size not setStanislaw Halik
2023-03-01cmake: recompile .rc on .ico changeStanislaw Halik
2023-03-01cmake: oops, fix qt library copy logicStanislaw Halik
2023-03-01tracker/trackhat: rename module friendly nameStanislaw Halik
Let's avoid confusing TrackHat PS3 Eye and v2 sensor users.
2023-03-01options/value: log more with OTR_TRACE_NOTIFYStanislaw Halik
2023-03-01options/tie: fix combobox with single element on reloadStanislaw Halik
This was breaking the camera list with only one camera present.
2023-03-01cmake: fix onnx broken build on 32-bit LinuxStanislaw Halik
2023-02-28ci: maybe this time?Stanislaw Halik
2023-02-28ci: almost thereStanislaw Halik
2023-02-28ci: againStanislaw Halik
2023-02-28try to fix ci againStanislaw Halik
2023-02-28ci: try fix this againStanislaw Halik
2023-02-28ci: try to fix wine pathStanislaw Halik
2023-02-28Revert "proto/wine: try to detect CI wineg++"Stanislaw Halik
This reverts commit da34d6ba965f7db40c1f3ee8aa2231cede573f6c. Reported by: ljgdasfhk (Artem Sobolev) Issue: #726
2023-02-28video/ps3eye: simplify false sharing protection codeStanislaw Halik
2023-02-26Merge pull request #1621 from Priton-CE/patch-1Stanislaw Halik
2023-02-26ci: try to build proto/wineStanislaw Halik
2023-02-26remove Star Citizen refrence from recent PR.Eric
2023-02-26proto/wine: try to detect CI wineg++Stanislaw Halik
2023-02-26proto/wine: kill verbose warningStanislaw Halik
The .csv lookup may fail and thus result in this message getting printed 250 times per second.
2023-02-26cmake: fix warningStanislaw Halik
2023-02-26Merge pull request #1620 from Priton-CE/upstream-mergeStanislaw Halik
2023-02-26moved changes from master to upstream-mergePriton-CE
2023-02-19Merge pull request #1616 from fsimuser9430/xplane-plugin-toggle-fix-for-v12Stanislaw Halik
2023-02-19x-plane-plugin: activate toggles only on initial button pressfsimuser9430
2023-02-02Merge pull request #1607 from Perlovka/tracker-neuralnet_ruStanislaw Halik
2023-02-02tracker-neuralnet: russian translationMichael Perlov
2023-01-23cmake: respect DESTDIR for preset directoryStanislaw Halik
Based on a patch by @dlpierce Fixes #1603
2023-01-04cmake/msvc: try enabling incremental lto againStanislaw Halik
2023-01-04update .clang-{format,tidy}Stanislaw Halik
2022-12-20Merge pull request #1590 from DaWelter/masterStanislaw Halik
2022-12-20Fix initialization order issuesMichael Welter
2022-11-10update CIStanislaw Halik
2022-11-10ps3eye: add experimental URB transfer retryStanislaw Halik
2022-11-01tracker/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-01now remove cmake workarounds for onnxruntimeStanislaw Halik
Followup from #1562.
2022-11-01tracker/nn: Let cmake script support a greater variety of ONNX installsMichael Welter
2022-10-26more cmake cruftStanislaw Halik
2022-10-26tracker/nn: fix buildStanislaw Halik
Issue: #1559
2022-10-26clang-tidy: updateStanislaw Halik
2022-10-21tracker/realsense: downgrade to r2Stanislaw Halik
Issue: #1317 Installation instructions in the UI based on post by @JayMonkey <https://github.com/opentrack/opentrack/issues/1317#issuecomment-908408101>.
2022-10-21cmake: really make the preset dir properly this timeStanislaw Halik