Commit Graph

854 Commits

Author SHA1 Message Date
Prohurtz
b7d39151a1 feat: velocity blink, leap blink fixes 2024-07-21 15:46:43 -05:00
Prohurtz
0538b1149c fix: fix eye openess line vis logic 2024-07-21 15:27:57 -05:00
Prohurtz
50d96566e9 feat: bump ver 2024-07-19 13:14:42 -05:00
Prohurtz
1f56ca3a0f fix: AHSF jitter, LEAP delay 2024-07-19 13:14:14 -05:00
Prohurtz
582e03c61f feat: AHSF major fixes 2024-07-10 18:48:57 -05:00
Prohurtz
3a7418290f
Merge pull request #100 from SafariMonkey/improve-roi-rotation
Improve UX of rotated crop
2024-07-10 16:51:03 -05:00
Prohurtz
8d01217c8c
Merge branch 'v2.0-beta-feature-branch' into improve-roi-rotation 2024-07-10 16:50:50 -05:00
Prohurtz
376e2fa799 feat: new LEAP models 2024-07-10 16:45:53 -05:00
Prohurtz
f8961d8616
Update eye_processor.py 2024-07-10 14:45:39 -07:00
Prohurtz
1d69fc110f
Update config.py 2024-07-10 14:45:25 -07:00
Prohurtz
9c98f62ce3
Update camera_widget.py to new (fixes merge conflicts due to very old imp) 2024-07-10 14:44:54 -07:00
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
823e178ce1
Merge pull request #113 from EyeTrackVR/RedHawk989-patch-2
Update pyproject.toml
2024-06-17 16:49:31 -05:00
Prohurtz
788b14238e
Update pyproject.toml 2024-06-17 14:49:18 -07: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
759e92171b
Update license in README.md 2024-05-13 11:13:47 -05:00
Prohurtz
b76c83dbfd
Update LICENSE to GPL 2024-04-14 16:26:49 -05: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