"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

Problem Cloud Reconigtion

Hello, sorry for my very bad English. I'm testing with cloud recognition, in unity works fine but the problem is when I try it on android, I always get the message UPDATE_ERROR_REQUEST_TIMEOUT and is thus never come to recognize my target. My network connection is good, I do not understand what happens.What is this about?

Nihalr1234

Wed, 08/26/2015 - 12:34

I read the cloud recognition guide for vuforia android sdk .I am using android studio and I replaced client access and secret key as instructed and the app is recognising my databse as well(Becaus number of image recognitions keep increasing in image target stats after each time I run the sample

moisestafolla

Wed, 08/26/2015 - 18:59

It sounds that you did not add the targets to your cloud databases. If you use the sample keys there are three targets in there, chips, stones and tarmac.

Of course I did add an image target to my database I already said that the app is recognising my cloud database and thus the image target but it is not displaying the augmented image on it.

moisestafolla

Mon, 08/31/2015 - 18:29

Just to be clear. When you point your camera to your cloud target and query ie. (state.getNumTrackableResults()) you are having a hit but the only issue here is that you are not able to see your model on top of your target right?

Nihalr1234

Tue, 09/01/2015 - 05:45

Actually I have been using same stones image that the sample app uses(I created my own cloud database and uploaded it there hoping if not others,atleast this image should work),after all other image targets did not work,and the same teapot 3D model provided in the sample but they did not work eit

moisestafolla

Tue, 09/01/2015 - 16:50

Try using only stones from your cloud database but set the width to 147 which is the original value, use the teapot we provide as augmentation and see if that works. Check also if you have any recognition as I suggested in my previous post.

mehrafarid

Mon, 10/05/2015 - 15:46

Hi , There is a problem in the cloud recognition system

that is this :

you can add the same image with the diffrent name in the cloud recognition database.

is there any way to if the image has the match in the database ,it will be report  or not ?

thanks

moisestafolla

Fri, 10/09/2015 - 18:41

This is not a supported use case and recommend against it. If you have the same image in the database you will not have a deterministic behavior.

moisestafolla

Mon, 10/12/2015 - 19:57

The units for the target can be anything you want but what you can do is to set the units to be the actual milimeters the target is. ie. stones target (which you can find in the sample apps) is 147 width.