Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-05 | Merge pull request #1095 from a1k0n/unstable | Stanislaw Halik | |
Add proper color keying to tracker-pt | |||
2020-06-05 | rename "filter" -> "chroma key" | Andy Sloane | |
2020-06-05 | fix some RGB/BGR confusion | Andy Sloane | |
2020-06-05 | Add proper color keying to tracker-pt | Andy 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-31 | kill the obsolete OS check macro | Stanislaw Halik | |
2020-05-31 | video/ps3eye: disable when system driver exists | Stanislaw Halik | |
The driver is enabled on Linux merely for testing purposes. | |||
2020-05-31 | proto/wine: fix osx sdk build hack | Stanislaw Halik | |
2020-05-31 | video/ps3eye: don't reset sensor that much | Stanislaw Halik | |
2020-05-31 | update my sdk paths | Stanislaw Halik | |
2020-05-10 | video/ps3eye: fix crash in error path | Stanislaw Halik | |
2020-05-10 | proto-wine: remove dead declarations | Stanislaw Halik | |
2020-05-10 | proto/wine: fix build on newer Wine | Stanislaw Halik | |
Patch by: @jp7677 | |||
2020-04-28 | Merge 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-28 | fix sintax | GO63-samara | |
replacing define with static constexpr double and replacing a tab with a space | |||
2020-04-18 | ps3eye-driver: update | Stanislaw Halik | |
2020-04-18 | update my sdk paths | Stanislaw Halik | |
2020-04-14 | Fix the jump of Yaw and Roll when crossing the border +/-180 degrees | GO63-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-29 | video/ps3eye: make that 2 seconds | Stanislaw Halik | |
2020-03-29 | video/ps3eye: wait up to 1 second before stopping | Stanislaw Halik | |
2020-03-29 | tracker/rs: update to RSSDK 2016 R3 | Stanislaw Halik | |
2020-03-29 | tracker/realsense: switch to RSSDK 2016 R3 | Stanislaw Halik | |
Issue: #713 | |||
2020-03-29 | fix build | Stanislaw Halik | |
2020-03-29 | cmake: remove old rift build code | Stanislaw Halik | |
2020-03-29 | tracker/rift: work with prebuilt releases | Stanislaw Halik | |
2020-03-29 | tracker/easy: kill msvc warnings | Stanislaw Halik | |
2020-03-29 | cmake: update my sdk paths | Stanislaw Halik | |
2020-03-29 | proto/vjoystick: update i18n | Stanislaw Halik | |
2020-03-29 | update submodule | Stanislaw Halik | |
2020-03-29 | video/ps3eye: sleep the right amount | Stanislaw Halik | |
2020-03-29 | video/ps3eye: enable auto gain | Stanislaw Halik | |
2020-03-29 | video/ps3eye: implement dialog | Stanislaw Halik | |
2020-03-29 | tracker/aruco: add 720p to dropbox | Stanislaw Halik | |
Fixes #1062 | |||
2020-03-08 | video/ps3eye: copy from memory mapping | Stanislaw Halik | |
2020-03-07 | video/ps3eye: use portable barrier | Stanislaw Halik | |
2020-03-07 | video/ps3eye: remove stale include | Stanislaw Halik | |
2020-03-07 | video/ps3eye: appease clang | Stanislaw Halik | |
2020-03-07 | video/ps3eye: update submodule | Stanislaw Halik | |
2020-03-07 | video/ps3eye: fix cmake | Stanislaw Halik | |
2020-03-07 | video/ps3eye: buffer flush | Stanislaw Halik | |
2020-03-07 | qxt-mini: remove logspam | Stanislaw Halik | |
2020-03-07 | fix qprocess race on unix | Stanislaw Halik | |
2020-03-07 | gui/process-detector: revert enabled checkbox | Stanislaw Halik | |
2020-03-07 | video/ps3eye: prototype open driver impl | Stanislaw Halik | |
2020-03-07 | cmake: make install prefix path variables more clear | Stanislaw Halik | |
Pointed out by: @rvt | |||
2020-03-07 | video/ps3eye: flush | Stanislaw Halik | |
2020-02-29 | cmake: fix host system detection | Stanislaw Halik | |
2020-02-29 | gui: fix main window height | Stanislaw Halik | |
Closes #1054 | |||
2020-02-14 | tracker/pt: allow dynamic pose for clips | Stanislaw Halik | |
Fixes #1047 | |||
2020-02-12 | Merge pull request #1046 from jp7677/proton-50 | Stanislaw Halik | |
proto/wine: add Proton 5.0 version number | |||
2020-02-10 | proto/wine: add Proton 5.0 version number | Jens Peters | |