Commit Graph

706 Commits

Author SHA1 Message Date
Prohurtz
be7e04535d feat: more work on AHSF and LEAP revert 2024-07-10 16:27:58 -05:00
Lorow
1006d8644b
fix: Fix blinking in native eye tracking being very twitchy (#115) 2024-07-05 20:34:00 +02:00
Prohurtz
1fda521f3f fix: app hang on close temp fix 2024-07-04 21:39:41 -05:00
Prohurtz
ee7a19fb9c fix: close serial cams and wireless cams separate 2024-07-04 21:23:56 -05:00
Prohurtz
3cb5e727a1 fix: add try to cam release 2024-07-04 21:21:10 -05:00
Prohurtz
cda06b830b fix: revert LEAP bug fix 2024-07-04 19:39:17 -05:00
Prohurtz
c220521172 fix: revert LEAP threading 2024-07-04 19:22:03 -05:00
Prohurtz
b91519721f fix: AHSF tuning, prep for further tuning 2024-07-04 19:19:11 -05:00
Prohurtz
f957550fec feat: v2 pupil dilation support 2024-07-04 18:41:38 -05:00
Prohurtz
fffcf96d69 feat: v1 pupil dilation support 2024-07-04 18:07:00 -05:00
Lorow
7e41a65aac
Feature/etvr module support (#106)
* initial changes

* Mostly clean up, refactor registering listeners to make sense, backport tests

* Add initial implementation of VRCFTModuleSender

* Add basic GUI for the modules settings

* Fix tooltip descriptions

# TODO:
# - there's ghosts in the machine - vrc osc is not working properly
# - min/maxing will require field combinators in the modules lmao

* Fix type validation bugs, fix typos

# TODO:
# - there's ghosts in the machine - vrc osc is not working properly
# - min/maxing will require field combinators in the modules lmao

* Add checkbox to switch to ETVR Module

# TODO:
# - there's ghosts in the machine - vrc osc is not working properly
# - min/maxing will require field combinators in the modules lmao

* Black stuff

# TODO:
# - there's ghosts in the machine - vrc osc is not working properly
# - min/maxing will require field combinators in the modules lmao

* Remove coverage by default

# TODO:
# - there's ghosts in the machine - vrc osc is not working properly
# - min/maxing will require field combinators in the modules lmao

* Fix timeout in tests

# TODO:
# - there's ghosts in the machine - vrc osc is not working properly
# - min/maxing will require field combinators in the modules lmao

* HEAVY WIP: Refactor native output,

NOTE:

I brought back the entire old OSC implementation as a live reference, this will be removed once I'm done.

This also lays ground for other modes as they're pretty similar

# TODO:
# - there's ghosts in the machine - vrc osc is not working properly
# - min/maxing will require field combinators in the modules lmao

* HEAVY WIP: Refactor v1 params output,

# TODO:
# - min/maxing will require field combinators in the modules lmao

* HEAVY WIP: Refactor v2 params output

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Finish refactoring v2 and v1, fixup tests, refactor native

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Add tests for v1 params

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Add tests for native params

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Fix OSC not getting up after config reset. Remove reset command, config sends everything changed anyway, sunset the idea of using single client and thus simplify the code a bit

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Rename gui_PortNumber to gui_VRCFTModulePort for readability

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Cleanup EyeID usage

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Cleanup osc after rebase

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Make VRChatOSCSender a bit more readable

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Remove unsued VRChatOSCReceiver, this is taken care of by generic OSCReceiver

# TODO:
# - min/maxing will require field combinators in the modules lmao

* Commit crimes with try_convert_to_float to make osc, pysimplegui and pydantic happy

* Cleanup after merge

* Disable emulation by default

* Fix OSCReceiver crashing on unknown addresses

* Adjust VRCFT Module settings to look better in game

* Fix recalibrate and recenter for OSC only working for the right eye

* Fix save and restart button not restarting the tracking

* Fix broken tracking on v1 params for eye_x, clean up implementation

* Fix regular value being passed to OSC listeners instead of OSCMessage

* Add a TODO, probably to be ignored

* Add support for custom ETVR VRCFT Module listening address
2024-07-04 20:51:19 +02:00
Prohurtz
e171ad169b feat: more work on 3d calib, unfinished 2024-06-23 17:54:47 -05:00
Prohurtz
ca81ad724a feat: 3d calibration now can recive both eye's calib points at a single place in calib3d.py 2024-06-23 16:36:36 -05:00
Prohurtz
cc7df74e78 feat: 3d calibration now can recive both eye's calib points at a single place in calib3d.py 2024-06-23 16:36:15 -05:00
Prohurtz
8776c761d8 feat: add LEAP credits 2024-06-22 18:46:46 -05:00
Prohurtz
d7dae8724d feat: new LEAP model 2024-06-21 16:41:09 -05:00
Prohurtz
5d5eea2ce1 feat: 3d calib beginnings, fix build crash, new LEAP model 2024-06-21 08:48:21 -05:00
Prohurtz
c4f1bb116e feat: 3d calib beginnings, fix build crash, new LEAP model 2024-06-21 08:42:37 -05:00
Prohurtz
7dae037dd5 fix: latency with LEAP 2024-06-12 18:33:46 -05:00
Prohurtz
ba42576498 fix: update to pysimplegui 4 foss as pysimple gui <= 4 has been deleted. 2024-06-12 12:47:08 -05:00
Prohurtz
cb0c618ce9 fix: LEAP point scaling 2024-05-30 09:59:50 -05:00
Prohurtz
cc780526b1 feat: new LEAP model beta 2024-05-30 09:52:47 -05:00
Prohurtz
fc8bbfc8db fix: update license in poetry toml 2024-05-27 20:14:05 -05:00
Prohurtz
b11485f3fb fix: bump binary blink open value 2024-05-27 18:41:45 -05:00
Prohurtz
2243e63f3c
Merge pull request #110 from Blu3u/feature/mac-os-support
Serial camera macOS support
2024-05-27 18:40:25 -05:00
Sebastian Fitt
bfbcc9ca6d fix: Division by zero 2024-05-24 21:54:58 +02:00
Sebastian Fitt
30b8ac46ce feat: MacOS support 2024-05-24 21:53:32 +02:00
Sebastian Fitt
5e4bfadffa fix: Path handling across different operating systems 2024-05-24 21:52:46 +02:00
Prohurtz
0a1749459d
Merge pull request #105 from EyeTrackVR/SummerSigh-patch-1
Update LICENSE to add dual licensing for algorithms
2024-04-13 19:18:37 -07:00
Prohurtz
b69d4d7c8e Update README.md 2024-04-13 21:15:45 -05:00
Prohurtz
e37376aba5 fix final typos. ready to merge 2024-04-13 21:13:51 -05:00
Prohurtz
25591b6104 fix: eye falloff dom eye bugged 2024-03-28 07:23:37 -05:00
Prohurtz
7c9ed1dc5c test: add some filtering 2024-03-27 21:47:38 -05:00
Prohurtz
e70913bc2e test: add some filtering 2024-03-27 21:42:22 -05:00
Prohurtz
bea837ccca feat: begin 3d calibration math 2024-03-27 16:49:58 -05:00
Prohurtz
193c6a9653 fix: remove unused code and math 2024-03-27 15:56:27 -05:00
Prohurtz
578d968fb0 fix: remove unused math to increase perf overhead 2024-03-27 15:45:03 -05:00
Prohurtz
04e003b422 test: eye widen? 2024-03-27 15:43:21 -05:00
Prohurtz
ac1e0add11 test: eye widen? 2024-03-27 15:43:11 -05:00
Prohurtz
bc2da43cec test: eye widen? 2024-03-27 15:41:08 -05:00
Prohurtz
170bb5bb3f test: new calibration method for leap 2024-03-27 10:29:46 -05:00
Prohurtz
d8c34c83d9 test: new calibration method for leap 2024-03-27 10:29:12 -05:00
Prohurtz
6a0a4d976d test: new calibration method for leap 2024-03-27 10:22:21 -05:00
Prohurtz
129375054a test: new calibration method for leap 2024-03-27 09:54:16 -05:00
Prohurtz
c2537b5d38 test: new calibration method for leap 2024-03-27 09:52:42 -05:00
Prohurtz
bcc48a67d1 test: new calibration method for leap 2024-03-27 09:52:16 -05:00
Prohurtz
ec1d4c8056 test: new calibration method for leap 2024-03-27 09:46:10 -05:00
Prohurtz
584eea117f fix: falloff bug 2024-03-26 14:09:39 -05:00
Prohurtz
714b78fe2f Update AHSF.py 2024-03-11 12:09:58 -05:00
Prohurtz
8b129170fb Update README.md 2024-03-10 11:22:52 -05:00