Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-30 | fix warnings | Stanislaw Halik | |
2020-06-30 | Merge pull request #1112 from LevitatingBusinessMan/unstable | Stanislaw Halik | |
Fix build with Qt 5.15+ | |||
2020-06-30 | Fix build with Qt 5.15+ | Rein F | |
2020-06-28 | Merge pull request #1108 from GO63-samara/unstable | Stanislaw Halik | |
Add a new Hamilton filter | |||
2020-06-26 | Merge pull request #1107 from russell/linux_joystick | Stanislaw Halik | |
Add Linux Joystick Support | |||
2020-06-25 | Add Linux Joystick Support | Russell Sim | |
Add support for Linux joystick devices, this allows things like the EDTracker to work, and possibly other devices. | |||
2020-06-25 | Merge pull request #1109 from russell/proton-fix | Stanislaw Halik | |
Only set the wineprefix if not using proton | |||
2020-06-24 | Only set the wineprefix if not using proton | Russell Sim | |
Seems this else was accidentally deleted in my last PR. Without it the wineprefix keeps getting set to ~/.wine | |||
2020-06-21 | Create ReadMe.txt | GO63-samara | |
2020-06-21 | Delete OTнастройки.txt | GO63-samara | |
2020-06-21 | Hamilton filter | GO63-samara | |
Add a new Hamilton filter. Hamilton Filter Key Features: - Instead of square, round (spherical) floating dead zones and smoothing areas are applied. Due to this, the angular size of these zones does not change when the Pitch angle changes. Diagonally rotations is as easy as moving along the Yaw and Pitch axes. - Rotations are not filtered by independent coordinates, but comprehensively, in 3D space. Rotations and movements are more natural. There are no view jumps at the borders of +/- 180 degrees. - The possibility of increasing the smoothing of rotations when zooming (when the head is approaching the monitor, that is, when increasing the -Z coordinate) is introduced. This makes it possible to more accurately aim and monitor remote targets. A full description of the Hamilton filter is available in Russian here: https://sites.google.com/site/diyheadtracking/home/opentrack/opentrack-hamilton-filter The Hamilton filter was tested by the Russian community, received positive reviews: https://forum.il2sturmovik.ru/topic/5061-opentrack-актуальная-информация-по-проекту-решение-проблем-вопросы/page/24/ https://forums.eagle.ru/showthread.php?t=23280&page=249 | |||
2020-06-17 | Merge pull request #1103 from russell/proton | Stanislaw Halik | |
Proton directory discovery | |||
2020-06-17 | Remove qDebug statement | Russell Sim | |
2020-06-17 | Replace exception handling with error return value | Russell Sim | |
2020-06-14 | Implement error handling | Russell Sim | |
2020-06-14 | Remove unnecessary variable assignment | Russell Sim | |
2020-06-14 | Simplify proton dirfilter | Russell Sim | |
2020-06-14 | Remove prefx and sort includes | Russell Sim | |
2020-06-13 | Proton directory discovery | Russell 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-13 | update submodule | Stanislaw Halik | |
2020-06-13 | video/ps3eye: fix lock contention on camera open | Stanislaw Halik | |
2020-06-13 | opentrack: disable QEventLoop on stop tracking | Stanislaw Halik | |
2020-06-13 | Revert "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-13 | update submodule | Stanislaw Halik | |
2020-06-13 | shortcuts: fix keyup with modifiers | Stanislaw Halik | |
Fixes #1098 | |||
2020-06-12 | compat/check-visible: always visible with multiple displays | Stanislaw Halik | |
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 | |