Skip to content
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

UWP Support #40

Open
markgrossnickle opened this issue Sep 30, 2021 · 5 comments
Open

UWP Support #40

markgrossnickle opened this issue Sep 30, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@markgrossnickle
Copy link

Unity's native camera code runs terribly on a UWP tablet. Any chance this library will gain UWP support? If so, when? (as we could use it on a project right now)

Alternatively, is there a way to use AVPro Video and set the source to be the device's camera?

@markgrossnickle
Copy link
Author

(We own AVPro Video Windows)

@kahnivore kahnivore added the enhancement New feature or request label Oct 4, 2021
@kahnivore
Copy link

This is not something we currently support. It is likely to be added in the next major version of the plugin.

@markgrossnickle
Copy link
Author

Thanks! @kahnivore

Do you have an ETA on the next major version?

@kahnivore
Copy link

No ETA currently, sorry!

We'd be interested to know more specifically which features you're hoping for with regards to UWP? Could you give a bit more detail about what's going wrong with the native code?

@markgrossnickle
Copy link
Author

We are working on an AR application for a UWP based tablet. A core feature is just displaying the webcamera feed on screen.

Currently the profiler has PostLateUpdate.UpdateVideoTextures taking up an insane amount of time. In particular YuvToRgb.

We are just calling WebCamTexture and having it play to a texture. RequestedFPS doesn't seem to be working (at least with this device).

I'm thinking my next course of action will be to grab the web camera's stream via writing some native code and try to play it back in AVPro Video Windows. Basically a poor man's version of this plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants