mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2025-07-01 17:25:31 +02:00
Merge branch 'patch-1' into 'main'
EyetrackVR See merge request lvra/lvra.gitlab.io!113
This commit is contained in:
commit
56c2dafda2
1 changed files with 15 additions and 11 deletions
|
@ -7,21 +7,25 @@ weight: 250
|
|||
|
||||
DIY eye tracking for any headset. Here are the steps to get the software working on linux.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- tkinter `pacman -S tk`
|
||||
- Python 3.11 available through the [AUR](https://aur.archlinux.org/packages/python311), build yourself! Otherwise tk will not work!
|
||||
- Build after installing tkinter, otherwise it will not be included
|
||||
- [poetry](https://python-poetry.org/docs/#installing-with-the-official-installer)
|
||||
|
||||
## EyeTrackApp
|
||||
|
||||
`git clone https://github.com/EyeTrackVR/EyeTrackVR.git`
|
||||
```bash
|
||||
git clone https://github.com/EyeTrackVR/EyeTrackVR.git
|
||||
cd EyeTrackVR
|
||||
poetry install --no-root
|
||||
cd EyeTrackApp
|
||||
poetry run pyinstaller eyetrackapp.spec
|
||||
```
|
||||
|
||||
`cd EyeTrackVR`
|
||||
and bada bing bada boom you now should now have a fully functional eyetrack app in directory `dist`
|
||||
|
||||
`git checkout v2.0-beta-feature-branch`
|
||||
|
||||
`poetry install --no-root`
|
||||
|
||||
`cd EyeTrackApp`
|
||||
|
||||
and bada bing bada boom you now should now have a fully functional eyetrack app when you run:
|
||||
|
||||
`poetry run python3 eyetrackapp.py`
|
||||
|
||||
## VRChat Native Eyetracking
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue