Merge branch 'othello777-main-patch-10159' into 'main'

Update ETVR docs to remove fixed bugs

See merge request lvra/lvra.gitlab.io!29
This commit is contained in:
Bones 2024-06-18 23:30:48 +00:00
commit beeaa2a49c

View file

@ -17,10 +17,6 @@ DIY eye tracking for any headset. Here are the steps to get the software working
`poetry install --no-root` `poetry install --no-root`
and it'll error because pysimplegui 4 is yanked. I dont know how to install yanked packages so just do this and it should work.
`poetry run pip install pysimplegui-4-foss`
`cd EyeTrackApp` `cd EyeTrackApp`
and bada bing bada boom you now should now have a fully functional eyetrack app when you run: and bada bing bada boom you now should now have a fully functional eyetrack app when you run:
@ -41,7 +37,4 @@ VRCFT support will be added soon in oscavmgr. for now vrc native eyetracking wor
``` ```
This should only affect native eyetracking. replace `eyeblink_offset` with your preferred multiplier. I set mine to `1.8` This should only affect native eyetracking. replace `eyeblink_offset` with your preferred multiplier. I set mine to `1.8`
Squinting issues may also be caused by using IBO, so you may want to turn off "Intensity Based Openness" in blink algo settings. Squinting issues may also be caused by using IBO, so you may want to turn off "Intensity Based Openness" in blink algo settings.
## Current Bugs
Currently the app wont exit gracefully. when you close the window it will hang and you will have to ^C in the terminal to quit.