-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run for UWP #15
Comments
Since we have GStreamer v 1.18.0 out that has UWP ARM64 builds here: https://gstreamer.freedesktop.org/data/pkg/windows/1.18.0/uwp/ In my first attempt with using your plugin code (compiling it for UWP APP with VS 2019) and using ZLIB (also for ARM64) , compilation worked fine but during execution, I see blank texture, no errors are being reported, just blank texture. Any thoughts on what could be wrong ? |
@NHarishGit thank you, could you generate a pull request so I can integrate it to this repo? |
@NHarishGit I'm also curious how you got this to work, since shipping for the HoloLens probably requires shipping GStreamer and its DLLs with your application, correct? I can't even get anything but |
@NHarishGit @mrayy Could you maybe give instructions on how to compile the code for UWP so I can run it on the Hololens2? |
As the subject says, do you have this plugin running for Win 10 UWP APPS like in Hololens ?
The text was updated successfully, but these errors were encountered: