summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-09-20Fix display of the Octopus pose in the Pose-widget.GO63-samara
In the extreme version of OpenTrack-2.3.12, the Octopus pose is still displayed incorrectly. I have fixed pose-widget. A video of the corrected pose-widget is available here: https://youtu.be/my4_VOwGmq4 Fixed bugs: - The turns and movements of the Octopussy are now performed truly independently of each other, as it should be in 6DOF. - When cornering, there is no "gimbal lock" at Pitch = +/- 90 degrees. - Fixed directions of axes of rotations and positions. Now the Octopus pose displays the actual direction of view on the plane. - Fixed display of the back (green) surface of the Octopus. Previously, it was displayed mirrored. Additional features: - Applied "perspective projection", the picture becomes more voluminous. - Added lighting effect from above, with the same purpose. - Added background fill for the widget. This makes it possible to see the borders of the widget. - Added X and Y axes. This helps to estimate how far the Octopus is deviated from the center. - Added [Mirror] checkbox, mirroring positions and rotations. It is often more convenient to observe the Octopussy's mirror pose. - If before compilation in the file "pose-widget.hpp" include line 19: "#define TEST", then a rectangular frame will be drawn around the Octopus. This is useful when testing a pose-widget to assess distortion and size.
2020-06-21Create ReadMe.txtGO63-samara
2020-06-21Delete OTнастройки.txtGO63-samara
2020-06-21Hamilton filterGO63-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-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