summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-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
2020-03-07video/ps3eye: use portable barrierStanislaw Halik
2020-03-07video/ps3eye: remove stale includeStanislaw Halik
2020-03-07video/ps3eye: appease clangStanislaw Halik
2020-03-07video/ps3eye: update submoduleStanislaw Halik
2020-03-07video/ps3eye: fix cmakeStanislaw Halik
2020-03-07video/ps3eye: buffer flushStanislaw Halik
2020-03-07qxt-mini: remove logspamStanislaw Halik
2020-03-07fix qprocess race on unixStanislaw Halik
2020-03-07gui/process-detector: revert enabled checkboxStanislaw Halik
2020-03-07video/ps3eye: prototype open driver implStanislaw Halik
2020-03-07cmake: make install prefix path variables more clearStanislaw Halik
Pointed out by: @rvt
2020-03-07video/ps3eye: flushStanislaw Halik
2020-02-29cmake: fix host system detectionStanislaw Halik
2020-02-29gui: fix main window heightStanislaw Halik
Closes #1054
2020-02-14tracker/pt: allow dynamic pose for clipsStanislaw Halik
Fixes #1047