PTCInc / vuforia-engine

Bug and feedback issue tracker for the Vuforia Engine SDK
https://developer.vuforia.com
19 stars 0 forks source link

Platform support for Win32 applications #164

Open niefun opened 2 days ago

niefun commented 2 days ago

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

ptc-thesbyro commented 1 day ago

Hi @niefun,

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

niefun commented 1 day ago

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 commented 23 hours ago

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.