EyeTrackVR/EyeTrackApp-SingleCam
2022-08-13 13:46:40 -07:00
..
pye3d.libs change names, add multicam to main 2022-07-12 12:12:38 -07:00
pye3dcustom change names, add multicam to main 2022-07-12 12:12:38 -07:00
.gitignore change names, add multicam to main 2022-07-12 12:12:38 -07:00
camera.py change names, add multicam to main 2022-07-12 12:12:38 -07:00
config.py change names, add multicam to main 2022-07-12 12:12:38 -07:00
cv2.pyi change names, add multicam to main 2022-07-12 12:12:38 -07:00
eyetrackapp.spec bug fix 2022-08-13 13:45:51 -07:00
main.py v0.0.10 2022-08-09 12:06:05 -07:00
one_euro_filter.py fix filter via summers changes 2022-07-14 15:21:23 -07:00
osc.py osc fix 2022-08-13 13:46:40 -07:00
ransac.py v0.0.10 2022-08-09 12:06:05 -07:00
README.md change names, add multicam to main 2022-07-12 12:12:38 -07:00
requirements.txt change names, add multicam to main 2022-07-12 12:12:38 -07:00
speech_engine.py change names, add multicam to main 2022-07-12 12:12:38 -07:00

How to spin up a dev environment

firstly, ensure that the virtualenv module is installed onto your pc.

pip install virtualenv

Next, cd into the RANSACApp directory and run:

python -m virtualenv venv

On windows, next we run:

venv\Scripts\activate

On linux we run:

source venv\Scripts\activate

Next, we install the dependancies and build:

pip install -r requirements.txt

When that is complete, move on to building:

pyinstaller eyetrackapp.spec

Now we can run the executable:

cd dist/eyetrackapp

./eyetrackapp

DISCLAIMER: I DO NOT OWN THE LINCENCE TO ALL OF THIS CODE. Part of it is from Pupil labs, distributed under the terms of the GNU Lesser General Public License (LGPL v3.0). See COPYING and COPYING.LESSER for license details.

Copyright (C) 2018 Pupil Labs

All Rights Reserved.

This is Pye3d by Pupil Labs

The one Euro filter base comes from https://github.com/jaantollander/OneEuroFilter