Update ETVR docs to remove fixed bugs

This commit is contained in:
othello7 2024-06-18 22:30:13 +00:00
parent 555e2bb3c6
commit e3215d8a10

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.