[=&;;;;;;quot]What is Augmented Reality?[/][=&;;;;;;quot] [/][=&;;quot]Augmented reality technology places virtual content in a live camera view of the real world, thus creating an augmented world where virtual and real world elements appear to coexist. A device, such as a mobile phone, acts as the looking glass through which this this augmented world may be viewed.[/][=&;;;;;;quot] What is a trackable? A trackable, also known as a target, is a key element of vision-based AR.
- Sort Posts
- 0 replies
- Sort Posts
- 1 replies
- Last post
Engine key
Hi,
We used Vuforia for the first time last year. We entered the key in our apps.
Will this key change when we renew our current contract? Or will the key remain the same?
If it's another key, than we need to update our app and push it back to the stores...
Kind regards
- Sort Posts
- 0 replies
- Sort Posts
- 3 replies
- Last post
Target image is not updated in list view
Hi,
I am trying to update target data via Vuforia Web Service API.
It works fine, but there is one problem that the target image is not updated in list view.
- 3 comments
- Log in or register to post comments
- Sort Posts
- 2 replies
- Last post
Version Migration API
Hi there,
I have some projects developed with older version of SDK (Vuforia 8.0 - with Java support) and now I want to migrate it to the new SDK (Vuforia 9.6).
Is there a tool that convert exisiting project to the new SDK?
if no, how I can convert my old project to the new SDK?
Thanks!
- 2 comments
- Log in or register to post comments
- Sort Posts
- 2 replies
- Last post
- Sort Posts
- 0 replies
- Sort Posts
- 10 replies
- Last post
Vuforia::init takes long time on restricted network
Hi, I have an application that init and deinit a lot when switching views and I encountered a problem if the network that the device connects has restricted (outgoing/incoming traffic blocked) or no internet access.
From what I was able to establish Vuforia::init takes ~10 seconds to return 100 result with blocked ethernet connection while with unblocked or no connection it takes ~1 second.
- 10 comments
- Log in or register to post comments
- Sort Posts
- 0 replies
- Sort Posts
- 0 replies
remove response header
Hello guys, im using vws in php, the response header is showing in my cms, i need is to remove this response.
Exemple of the response shown in html :
GET d41d8cd98f00b204e9800998ecf8427e Thu, 17 Sep 2020 16:34:20 GMT /targets
i think " request->send(); " is responsible, i just don't know how to remove headers.