mrayGStreamerUnity icon indicating copy to clipboard operation
mrayGStreamerUnity copied to clipboard

Run for UWP

Open NHarishGit opened this issue 4 years ago • 5 comments

As the subject says, do you have this plugin running for Win 10 UWP APPS like in Hololens ?

NHarishGit avatar Sep 15 '20 21:09 NHarishGit

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 ? Happy to share my work with you https://github.com/mrayy @mrayy

NHarishGit avatar Sep 30 '20 14:09 NHarishGit

@mrayy and @reime005

I updated and fixed few things, now this code can run on Hololens 2 using Gstreamer v 1.18.0 (UWP ARM64) built libraries.

NHarishGit avatar Oct 04 '20 21:10 NHarishGit

@NHarishGit thank you, could you generate a pull request so I can integrate it to this repo?

mrayy avatar Nov 05 '20 05:11 mrayy

@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 videotestsrc to work in the Unity editor when I try to ship the DLLs with the application :smile: (#20).

NoTuxNoBux avatar Feb 09 '21 16:02 NoTuxNoBux

@NHarishGit @mrayy Could you maybe give instructions on how to compile the code for UWP so I can run it on the Hololens2?

KianRK avatar Aug 24 '23 20:08 KianRK