Git Product home page Git Product logo

Comments (7)

philip-lamb avatar philip-lamb commented on June 6, 2024 1

It's not complete yet, although most of the underlying pieces needed for it are. I'll do a quick review and see what's needed.

from arunityx.

philip-lamb avatar philip-lamb commented on June 6, 2024

Support for external textures including WebcamTexture is planned.

from arunityx.

StartNight avatar StartNight commented on June 6, 2024

Thank you very much!

from arunityx.

philip-lamb avatar philip-lamb commented on June 6, 2024

First part is in #76

from arunityx.

vizluk avatar vizluk commented on June 6, 2024

Is Unity Webcamtexture support finished?
I am using Unity on Mac, but instead of apple’s AVFoundation I prefer using unity webcamtexure.

After digging around the source code, I am able to find code related to “unity video source” here and there. It seems like all the functions needed are there but I could not make it work.

I tried things below but got no luck.
— Manually override the config to “module=External -nocopy”
— Call arwVideoPushInit manually.

If Webcamtexture support is finished can you provide documentation or guidance for proper way to set it up?

BTW, really appreciated your detailed work.
Thank you in advance.

from arunityx.

vizluk avatar vizluk commented on June 6, 2024

You are awesome!

from arunityx.

vizluk avatar vizluk commented on June 6, 2024

While waiting for your update I read through previous documentation and got a basic understanding of how the start sequence might work.

So I disabled Auto-start AR, and executed following code trying to establish external video source.

ARXController.Instance.PluginFunctions.arwStartRunningB("-module=External -nocopy",null,0);
ARXController.Instance.PluginFunctions.arwVideoPushInit(0,1920,1080,"RGBA",0,0)

However, every time I run till the second line arwVideoPushInit the Unity crashes with no error message.
I was on M1 Mac using Unity 2023, then tried intel Mac with Unity 2021 LTS, still got the same issue.

Am I doing the external video setup wrong?
Can you give me a simple guidance on steps to set it up?

from arunityx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.