"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Overlay dissapearing

I modifyed the cloud reco sample to display my own data and this data was given within the app and was not being loaded from a server. I was facing this problem that the overlay displaying the book data was dissapearing when the image was within the tracking area and the overlay would be displayed when the image was not tracking. This doesn't happen when i'm using the sample app. The only editing i have done is to remove the http connection and instead gave the data within the code to test. Any ideas where it is going wrong?

Thanks,Tarun

DavidBeard

Mon, 12/24/2012 - 17:59

Which of the Vuforia SDKs are you using?

So you've hardcoded the book data to populate the overlay, and the overlay is being properly rendered when the target is out of view, but disappears when in view?

Yep this is the problem i am facing and i am using the latest sdk. But the thing is that this only happens when the resolution of the uploaded image is very large. Like initially when this happened the uploaded image resolution was smtg like 3000*3000 pixels.