Commit Graph

811 Commits

Author SHA1 Message Date
Blabzillaweasel
f842bc37a1 Remove EyeTune stuff from SmartInversion & tidy settings module a bit 2025-02-09 20:45:11 +13:00
Blabzillaweasel
db1fa320bb Addition of center gaze logic and removal of abs(left - right) check 2025-02-09 19:10:51 +13:00
Blabzillaweasel
8939c020ff Set eye to center when beginning inversion, remove smoothing 2025-02-09 13:17:37 +13:00
Blabzillaweasel
f8b9b7305c Merge branch 'SmartInversionTracking' into Testing 2025-02-09 02:29:06 +13:00
Blabzillaweasel
dc59c8dc06 Fix min threshold 2025-02-09 02:28:37 +13:00
Blabzillaweasel
97616d4fdf Merge Conflicts 2025-02-09 00:04:50 +13:00
Blabzillaweasel
4018879d37 Tidy UI & Move clamp after processing 2025-02-08 23:52:49 +13:00
Blabzillaweasel
e65631820e Remove try_convert_to_int
Carry over feature from SmartInversion that doesn't exist here woops
2025-02-08 23:36:41 +13:00
Blabzillaweasel
1d552371b2 Fixing initial mistakes 2025-02-08 23:35:00 +13:00
Blabzillaweasel
9f2cac900f Initial commit 2025-02-08 23:27:07 +13:00
Blabzillaweasel
9331a5dca4 Add minimum inwards threshold 2025-02-08 21:40:40 +13:00
Blabzillaweasel
1b7e3d88ff Fix inversion bug 2025-02-08 20:48:19 +13:00
Blabzillaweasel
3265eb9079 Updates to smoothing and UI features 2025-02-08 20:35:04 +13:00
Blabzillaweasel
16ad603911 Removed excess debug printing 2025-02-08 18:19:47 +13:00
Blabzillaweasel
8c3d1de4e8 Include frame delay logic 2025-02-08 18:18:50 +13:00
Blabzillaweasel
9e5f9e183e Initial logic implementation 2025-02-08 16:58:56 +13:00
Blabzillaweasel
5221fd3109 Initial UI Implementation
Adds UI module, no actual logic implemented yet.
2025-02-08 13:11:12 +13:00
Blabz
59f2aa14ec
Update camera_widget.py - Fix OSC recenter/ recalibrate (#131) 2025-02-06 20:52:23 +01:00
Prohurtz
4836bc55c5 fix: update gitignore 2025-01-08 16:04:49 -06:00
Prohurtz
ccb8571670 fix: IBO does not work with LEAP as main algo 2024-12-27 21:27:00 -06:00
Prohurtz
141ed6ee9e fix: cleanup 2024-12-27 21:17:41 -06:00
Prohurtz
4a351b0c44 fix: cleanup 2024-12-27 21:14:03 -06:00
Prohurtz
88f19d9645
Merge pull request #130 from Fracas42/v2.0-fix-ahsfm-call-eyeprocessor
fix(AHSFM): fix eyeprocessor call to ahsf
2024-12-27 19:05:50 -08:00
Prohurtz
52956eda87
Merge pull request #129 from Fracas42/v2.0-save-leap-calibration
feat: LEAP save calibration
2024-12-27 19:05:14 -08:00
Prohurtz
258615d87d
Merge pull request #128 from Fracas42/v2.0-fix-leap-calibration-samples-settings-not-working
fix: leap calibration samples not saved or having any effect
2024-12-27 19:01:14 -08:00
Prohurtz
222e1c0591
Merge pull request #126 from Raeschen/v2.0_beta_overlay_fix
Fix centering overlay not working
2024-12-27 18:48:39 -08:00
Fracas
d38fc4ba56 feat: leap save calibration 2024-12-21 13:41:02 -05:00
Fracas
4160eb8329 fix(AHSFM): fix eyeprocessor call to ahsf 2024-12-18 16:40:42 -06:00
Fracas
8c78bc9937 fix: leap calibration samples not saved or having any effect 2024-12-16 00:51:41 -06:00
Raeschen
fc446fb67b remove bat files 2024-12-04 10:28:56 +01:00
Raeschen
85d73f46d2 os.startfile use tweak 2024-12-03 14:39:14 +01:00
Prohurtz
52e7ee0fd8
Merge pull request #120 from SnuffSocket/timer-branch
Feat: Set timer resolution (1ms)
2024-11-27 12:00:10 -08:00
Prohurtz
f595fb53c6 fix import statement position to prevent errors on non windows machines 2024-11-27 13:59:58 -06:00
Prohurtz
9a64b1e38a
Merge pull request #119 from SnuffSocket/focus-branch
Feat: Lower CPU usage when not in focus
2024-11-27 11:56:22 -08:00
Prohurtz
0d3128d397 minor: move variables for clarity and complete usage 2024-11-27 13:55:57 -06:00
Prohurtz
9c814453ba
Merge pull request #118 from SnuffSocket/misc-branch
Fix: Misc fixes/changes
2024-11-27 11:48:45 -08:00
Prohurtz
1e0ac5867b Revert print removal
it isn't console spam if it is important logging.
2024-11-27 13:48:15 -06:00
Prohurtz
e83b8f6811 fix: leap lid tuning 2024-11-02 20:10:54 -05:00
Prohurtz
fae1a953cb feat: expose LEAP calibration samples 2024-11-02 19:59:45 -05:00
Prohurtz
da9cdb5436 fix: change IBO default setting to off 2024-11-02 19:25:25 -05:00
Prohurtz
872f9675b0 fix: center.bat not in exe 2024-11-02 19:17:57 -05:00
SnuffSocket
3e1a3a05d4 Fix: Made intended behavior more clear to the user 2024-10-26 14:39:33 +03:00
SnuffSocket
58dc2e8d07 Fix: Colors 'n use "is_nt" 2024-10-23 08:11:13 +03:00
SnuffSocket
e3b2e8ed95 Feat: Lower CPU usage when not in focus by stopping 'n slowing down the GUI loop. 2024-10-15 04:06:20 +03:00
SnuffSocket
fd40ffedd3 Feat: Set timer resolution (1ms) 2024-10-15 04:03:33 +03:00
SnuffSocket
ce4942a54e Fix: shutil.SameFileError, removed "[INFO] Config Saved Successfully" print spam 2024-10-07 01:55:44 +03:00
SnuffSocket
9e4b345928 Fix: Misc fixes/changes 2024-10-07 01:55:23 +03:00
Prohurtz
a291b2fc4f fix: remove cuda 2024-09-21 11:50:34 -05:00
Prohurtz
71ddd8ceba fix: add new leap simplified model 2024-09-19 19:12:06 -07:00
Prohurtz
9798fb13a6 fix: AHSF dual eye jitter 2024-09-07 14:42:09 -07:00