dec05eba commented on issue yoshino/xr-video-player#25 2025年10月20日 13:24:26 +02:00
Cannot create EGLImage

I had the same issue in my own software (gpu screen recorder). It happened to some people on some wayland compositors. I think it was gpu specific. The modifier used isn't supported so a...

dec05eba commented on issue yoshino/xr-video-player#9 2024年05月11日 00:16:35 +02:00
3D subtitles

I think you can just copy the video plane vertices but put it closer to the camera. Or do what the cursor does (kinda ugly lazy hax to be honest) which is to use the video plane shader so no need...

dec05eba commented on issue yoshino/xr-video-player#9 2024年05月10日 23:43:26 +02:00
3D subtitles

The remaining problem of where to position the rendered text remains, which I believe will require quite some experimentation to get somewhat decent for most use cases. libass gives position...

dec05eba commented on issue yoshino/xr-video-player#9 2024年05月10日 22:36:34 +02:00
3D subtitles

The proper way to handle this would be to use libass (https://github.com/libass/libass) which is what mpv itself uses, because then you get properly formatted text as the text appears in mpv. This...

dec05eba commented on pull request yoshino/xr-video-player#6 2023年11月25日 10:02:00 +01:00
Add --mpv-profile option, force libmpv

The reason this is a pull request is because I cant test it on my system right now. But this code has also been added to vr-video-player where it has been tested. Also you removed the profile...

dec05eba created pull request yoshino/xr-video-player#6 2023年11月25日 09:59:43 +01:00
Add --mpv-profile option, force libmpv
dec05eba pushed to master at dec05eba/xr-video-player 2023年11月25日 09:57:38 +01:00
de75fe29a8 Add --mpv-profile option, force libmpv
dec05eba created repository dec05eba/xr-video-player 2023年11月25日 09:55:50 +01:00
dec05eba commented on issue yoshino/xr-video-player#3 2023年09月25日 17:22:47 +02:00
Ctrl+c to exit video not working & segfault on 2nd run

Maybe xrDestroyInstance is needed as well? it's not clear from the documentation

dec05eba commented on issue yoshino/xr-video-player#3 2023年09月23日 19:27:10 +02:00
Ctrl+c to exit video not working & segfault on 2nd run

@yoshino I think this happens because steamvr has a bug where it breaks unless the application cleanly shuts down steamvr. Since openxr is used here I think you need to use xrRequestExitSession...

dec05eba commented on issue yoshino/xr-video-player#2 2023年09月12日 22:02:18 +02:00
Image stays stuck to the center with steamvr

I guess it can be an integer value when it's uninitialized and depending on how the "!" operator is implemented by the compiler it could be that it switches between toggling the least significant...

dec05eba commented on issue yoshino/xr-video-player#1 2023年09月03日 16:19:09 +02:00
Error initializing GLEW

Thanks, can you try again? lol

dec05eba pushed to master at yoshino/xr-video-player 2023年09月03日 16:18:29 +02:00
070405acfd Openxr breaks backwards compatibility
dec05eba commented on issue yoshino/xr-video-player#1 2023年09月03日 15:59:10 +02:00
Error initializing GLEW

@mikearmagedon how about now? it looks like there is a difference in openxr versions

dec05eba pushed to master at yoshino/xr-video-player 2023年09月03日 15:58:51 +02:00
275e700a27 Fix getProcAdress for old version of openxr
dec05eba commented on issue yoshino/xr-video-player#1 2023年09月03日 12:14:01 +02:00
Error initializing GLEW

@mikearmagedon can you test the latest version? i pushed a fix, but im unable to test it right now

dec05eba pushed to master at yoshino/xr-video-player 2023年09月03日 12:13:32 +02:00
0f7feee374 Fix eglGetProcAddress cast error
dec05eba pushed to master at yoshino/xr-video-player 2023年09月03日 12:10:44 +02:00
96866d561f Fix for wayland without xwayland - ignore glew no glx