summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-06-25Merge pull request #1109 from russell/proton-fixStanislaw Halik
Only set the wineprefix if not using proton
2020-06-24Only set the wineprefix if not using protonRussell Sim
Seems this else was accidentally deleted in my last PR. Without it the wineprefix keeps getting set to ~/.wine
2020-06-17Merge pull request #1103 from russell/protonStanislaw Halik
Proton directory discovery
2020-06-17Remove qDebug statementRussell Sim
2020-06-17Replace exception handling with error return valueRussell Sim
2020-06-14Implement error handlingRussell Sim
2020-06-14Remove unnecessary variable assignmentRussell Sim
2020-06-14Simplify proton dirfilterRussell Sim
2020-06-14Remove prefx and sort includesRussell Sim
2020-06-13Proton directory discoveryRussell Sim
Use search paths to find proton wine and the app directory, so that we can support steam installations in multiple locations and 3rd party proton installations.
2020-06-13update submoduleStanislaw Halik
2020-06-13video/ps3eye: fix lock contention on camera openStanislaw Halik
2020-06-13opentrack: disable QEventLoop on stop trackingStanislaw Halik
2020-06-13Revert "video/ps3eye: don't reset sensor that much"Stanislaw Halik
Causes lag and eventually crashes in Qt timer subsystem. This reverts commit 58d857673ed0fdd801da53b7c7b6dec1dc26d60a.
2020-06-13update submoduleStanislaw Halik
2020-06-13shortcuts: fix keyup with modifiersStanislaw Halik
Fixes #1098
2020-06-12compat/check-visible: always visible with multiple displaysStanislaw Halik
2020-06-05Merge pull request #1095 from a1k0n/unstableStanislaw Halik
Add proper color keying to tracker-pt
2020-06-05rename "filter" -> "chroma key"Andy Sloane
2020-06-05fix some RGB/BGR confusionAndy Sloane
2020-06-05Add proper color keying to tracker-ptAndy Sloane
Instead of just selecting the red/green/blue channels, also subtract the other channels. This allows for point tracking with just colored spots, rather than IR LEDs -- green and magenta work particularly well for this. This keeps the existing "Red/Green/Blue only" options, but adds "Red/Green/Blue/Cyan/Yellow/Magenta filter" options, which do a better job of isolating those colors.
2020-05-31kill the obsolete OS check macroStanislaw Halik
2020-05-31video/ps3eye: disable when system driver existsStanislaw Halik
The driver is enabled on Linux merely for testing purposes.
2020-05-31proto/wine: fix osx sdk build hackStanislaw Halik
2020-05-31video/ps3eye: don't reset sensor that muchStanislaw Halik
2020-05-31update my sdk pathsStanislaw Halik
2020-05-10video/ps3eye: fix crash in error pathStanislaw Halik
2020-05-10proto-wine: remove dead declarationsStanislaw Halik
2020-05-10proto/wine: fix build on newer WineStanislaw Halik
Patch by: @jp7677
2020-04-28Merge pull request #1073 from ↵Stanislaw Halik
GO63-samara/fix-accela-and-ewma-filters-on-180-degrees Fix the jump of Yaw and Roll when crossing the border +/-180 degrees
2020-04-28fix sintaxGO63-samara
replacing define with static constexpr double and replacing a tab with a space
2020-04-18ps3eye-driver: updateStanislaw Halik
2020-04-18update my sdk pathsStanislaw Halik
2020-04-14Fix the jump of Yaw and Roll when crossing the border +/-180 degreesGO63-samara
When crossing the border on Yaw or Roll +/-180 degrees, the Octopus makes a full rotation of 360 degrees. This made it difficult to use an inertial tracker in a wireless VR.
2020-03-29video/ps3eye: make that 2 secondsStanislaw Halik
2020-03-29video/ps3eye: wait up to 1 second before stoppingStanislaw Halik
2020-03-29tracker/rs: update to RSSDK 2016 R3Stanislaw Halik
2020-03-29tracker/realsense: switch to RSSDK 2016 R3Stanislaw Halik
Issue: #713
2020-03-29fix buildStanislaw Halik
2020-03-29cmake: remove old rift build codeStanislaw Halik
2020-03-29tracker/rift: work with prebuilt releasesStanislaw Halik
2020-03-29tracker/easy: kill msvc warningsStanislaw Halik
2020-03-29cmake: update my sdk pathsStanislaw Halik
2020-03-29proto/vjoystick: update i18nStanislaw Halik
2020-03-29update submoduleStanislaw Halik
2020-03-29video/ps3eye: sleep the right amountStanislaw Halik
2020-03-29video/ps3eye: enable auto gainStanislaw Halik
2020-03-29video/ps3eye: implement dialogStanislaw Halik
2020-03-29tracker/aruco: add 720p to dropboxStanislaw Halik
Fixes #1062
2020-03-08video/ps3eye: copy from memory mappingStanislaw Halik