Skip to content

Config Beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Chickenbreadlp Chickenbreadlp released this 27 Jul 16:32
· 3 commits to master since this release

This version includes a couple of bugfixes for the last beta as well as 3 new config options, which should help tweak the tracking output to each user individually, as they see fit/like.
These new options are:

  • PickyTracking
    This option restricts gaze data to only be tracked when the gaze status from the Varjo SDK reads the highest quality value "Tracked". Default is like the old behavior, which also accepts gaze data when the Varjo SDK reads the status "Compensated".
    Please note that this option only looks at individual eye statuses, so it can cause a sort-of "Gecko-Eye" effect, where one eye gets stuck while the other moves on like normal. (does not have an effect on EyeLid tracking)
  • StabalizingCycles
    When a non-0 number is given, then the module will wait for that many tracking cycles before it re-engages tracking, after it switched from a non-accepted tracking state (less then what's defined in Picky Tracking) to an acceptable tracking state (as determined by Picky Tracking)
    This option does effect only the EyeLidStrat "Restricted Speed"
  • UntrackedEyeFollowTracked
    This option does what it says on the tin: when the tracking is paused for one eye, but the other eye continues tracking, the non-tracked eye will then follow the tracked eye.
    This option only acts on Gaze and not the Eye Lids

You can either add these options yourself to your config file, or delete your existing config and have the module re-create it with the defaults.

Like last time, this module has a different identifier from the Stable branch, so make sure to uninstall the stable build before installing this one. It should however automatically replace the beta build 1, if that is what you're currently using 😉

Big thanks goes out to @jensnt for testing PickyTracking and StabalizingCycles for me, as well as developing the entire UntrackedEyeFollowTracked option ❤️ ❤️ ❤️