feat: add OpenVR service and autostart with SteamVR option#127
Conversation
0cbfe08 to
ae074ea
Compare
ae074ea to
549217c
Compare
|
I added a popup that will appear if you try to enable Start with SteamVR while SteamVR is not running. |
|
This breaks MacOS and possibly Linux compatibility. Can you make sure OpenVR is only being imported and called on supported Windows systems? I pushed a fix for the installation but not the calls. |
|
Huh? Does it? |
|
On Mac, it breaks primarily due to arm stuff (it blurts out a long error, with that being the ultimate cause from what I can tell). I don't have my Linux environment set up at the moment to test it fully. |
|
I can dig into it more later and fix the Mac-specific error myself, Linux will be a bit delayed, but I would like to confirm it works before merging. |
|
I'll try on linux, can you post the error from MacOS? I don't have a MacOs environment setup |
|
I reworked the error handling to avoid crashes and get better error messages. |
a39a1d5 to
9e97667
Compare
9e97667 to
36c8a4b
Compare
|
Any updates for MacOS @RedHawk989 ? |
|
Sorry for the wait. I fixed the support on my end by preventing the import if the detected system is mac os. If you could make sure I did not break anything, I will merge it. |
Push v2 app to main
fix: serious performance issue with numpy linalg.inv on linux
… start Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
Co-authored-by: m-RNA <41933749+m-RNA@users.noreply.github.com>
…e asset file is loaded correctly
…that are no longer used
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ePath Fix Bugs EyeTrackVR#146 EyeTrackVR#147(Stop Calibration & Resource Path)
… fork/Fracas42/v2.0-beta-feature-branch
|
oh....... well git mistake but it works.... heh...... |
Description
Add OpenVR support and an option to start and stop the app with SteamVR
The autostart option can only be activated when SteamVR is running. Currently, to make it more visible, the checkbox is unchecked when the autostart option couldn't be enabled, and a warn message is displayed in the console.
Please suggest a better solution if you know one, I'm not familiar with PySimpleGUI.
Checklist
The pull request is done against the latest development branch
Only relevant files were touched
Code change compiles without warnings
The code change is tested and works with EyeTrackVR core ESP32 newest release
I accept the CLA.