mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
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:
commit
beeaa2a49c
1 changed files with 1 additions and 8 deletions
|
@ -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:
|
||||||
|
@ -42,6 +38,3 @@ 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.
|
|
Loading…
Reference in a new issue