Commit Graph

30 Commits

Author SHA1 Message Date
Prohurtz
869c71ab2b Update license 2025-02-18 14:29:47 -06:00
Prohurtz
88b3e1e783 feat: clean up files, remove uneeded code, tune leap filter tune 2024-07-29 19:37:10 -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
e37376aba5 fix final typos. ready to merge 2024-04-13 21:13:51 -05:00
Prohurtz
8f6fd230ce Update Licenses 2024-03-10 11:21:23 -05:00
Prohurtz
2b232a1e89 feat: credits 2023-11-11 16:04:35 -06:00
Prohurtz
9b3c9b4bcf feat: initial foundation of new dual eye falloff (non functional) 2023-10-26 09:10:35 -05:00
Prohurtz
a6a8991a61 new blink algo (almost done) bug fixes, small perf improvement? 2023-07-25 20:27:57 -05:00
Prohurtz
1c7c6d964b IBO fix, HSRAC fix 2023-06-01 12:03:04 -05:00
Prohurtz
c97c498d62 remove HSRAC.py use HSF and RANSAC sep calls, HSRAC circle crop with avg color 2023-05-31 20:37:18 -05:00
Prohurtz
30077496e3 fix cams, bump ver 2023-05-11 16:00:07 -05:00
Prohurtz
57f854ec44 HSF/HSRAC update settings when changed in settings tab 2023-03-19 15:01:37 -05:00
PallasNeko
7e1c138136 Improve hsrac using bench_hsrac 2023-03-16 02:15:55 +09:00
PallasNeko
5bf696cf6f Improve haar_surround_feature using bench_hsrac 2023-03-15 21:13:01 +09:00
PallasNeko
0504e01a9e Fixed Autoradius not working. 2023-02-10 20:39:10 +09:00
PallasNeko
fc31c0c054 Fixing the call 2023-02-02 01:32:59 +09:00
PallasNeko
ec83c3831f Merge remote-tracking branch 'origin/fix_safecrop' into fix_safecrop
# Conflicts:
#	EyeTrackApp/eye_processor.py
2023-02-02 01:23:16 +09:00
PallasNeko
e3b47f0b68 Fixing the call 2023-02-02 01:21:52 +09:00
PallasNeko
8124ba79ac
Merge branch 'HSF-and-new-algos-feature-branch' into fix_safecrop 2023-02-02 00:37:58 +09:00
PallasNeko
dd23dcf838 fix and move 2023-02-01 23:50:08 +09:00
Prohurtz
a6105a3f51
Revert "Cleaning+SafeCrop" 2023-01-31 12:02:25 -08:00
Prohurtz
88c5ecdf99 fix imports 2023-01-31 13:54:42 -06:00
PallasNeko
582255a698 Cleaning
Reduction of duplicate functions
Appropriate function calls
Use of safe cropping
2023-02-01 02:10:11 +09:00
Prohurtz
91b81b98bc small tuning 2023-01-23 22:16:52 -06:00
Prohurtz
f492e3fdab add colors to text prints + cleanup 2023-01-22 19:09:56 -06:00
Prohurtz
d5c2270464 somthin funky wunky with cropped image output or something? 2023-01-11 21:30:15 -06:00
Prohurtz
dfe8a9a436 HSF is still broke.....
aaaaaaaaaaaaaaaaaaaaah
2023-01-03 10:06:54 -08:00
Prohurtz
db1883929a nightly update
fall back to HSF in HSRAC is not correct. TODO
2023-01-02 15:36:29 -08:00
Prohurtz
df8efd55d1 hsrac sep 2022-12-26 12:04:51 -08:00
Prohurtz
7ad7ada8f5 separate HSF 2022-12-26 09:05:40 -08:00