"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

Augmentation Rendering for Cloud Recognition service

Hi, I'm currently working on the display of 2D image on an image target via Cloud Recognition service. I have modified the "CloudRecoRenderer.java" from the Android VuforiaSample-7-0-43, and it works fine with the default "client access key" and "secretkey", on the "tarmac.jpg" image target. However, the 2D augmented image is not being displayed after I supplied with my own "client access" and "secret" keys. I've uploaded the exact same "tarmac.jpg" into my own cloud database. From the Logcat of the Android Studio, as well as the Target Manager, I can see that the image target was recognised for several times. Does anyone have any idea what could be the possible reasons of the issue? Thank you.

 

Note: The tarmac.jpg that is uploaded to my own cloud database is set with the width "500.0" and is rated with "5 stars".

devsiliconstraits

Sun, 02/04/2018 - 13:24

I have the same issue with you after upgrade my project from unity 2017.2.0 to unity 2017.3.0f3 (vuforia 7.0). Anyone can help us to solve this problem?

monkeyhanny

Wed, 02/21/2018 - 15:04

Hi,

 

Anyone has any idea about this issue? 

 

Many thanks!

Strasza

Wed, 02/21/2018 - 22:35

In reply to by monkeyhanny

Hello monkeyhanny,

How big is the target you are trying to detect with in real life measurements? I've observed in the past that setting really high width values for targets (such as the 500 you have set) can cause issues.

Thanks,

Vuforia Support

I found out that the width of the target needs to be set as 0.3 in the target manager. The app is able to display augmented object now.