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

Platform support for Win32 applications #164

Open
niefun opened this issue Nov 5, 2024 · 3 comments
Open

Platform support for Win32 applications #164

niefun opened this issue Nov 5, 2024 · 3 comments
Labels
feature-feedback Feature feedback

Comments

@niefun
Copy link

niefun commented Nov 5, 2024

Summarize your feature feedback
I need to run the vuforia packaged AR project on Windows

Describe your feature
Just like packaging in Android, you can call the camera and use the camera to recognize the corresponding image or object, my device is the surface pro8

Use-case description
Just like packaging in Android, you can call the camera and use the camera to recognize the corresponding image or object, my device is the surface pro8, which is equivalent to being packaged as an exe program and running on Windows

Business impact
Successfully help me complete the project requirements

Workaround
There is no way, I checked the support device, there is a surface, but I packed the surface, running a black screen, without any prompt

Additional context
That's it, I want to package exe, function and mobile phone can be consistent

@niefun niefun added the feature-feedback Feature feedback label Nov 5, 2024
@ptc-thesbyro
Copy link
Collaborator

Hi @niefun,

If I understand correctly, you wish to have build support for Windows other than UWP?

@niefun
Copy link
Author

niefun commented Nov 6, 2024

Yes, I have an application running on Microsoft surface tablet (Windows application,.exe suffix), I need to embed the ar made by vuforia into this program and turn it into a module function of this program, may I ask if vuforia has a ready-made solution?

@ptc-thesbyro
Copy link
Collaborator

Thanks for the clarification.

We do not currently have a ready-made solution to support Win32 applications. However, I will keep this issue open and bring your support request to the product team.

The only suggestion I can offer at this moment is to use UWP as the target platform for your AR application.

There is a possible technical path to run your project as two applications that communicate via a sandbox environment. However, this is challenging, and I would advise against it as it would fall outside our support domain.

@ptc-thesbyro ptc-thesbyro changed the title Whether to support Windows AR, publish the project as Windows side exe, and continue to call the camera to identify objects after running the project, except for different publishing platforms, other are the same as on Android Platform support for Win32 applications Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-feedback Feature feedback
Projects
None yet
Development

No branches or pull requests

2 participants