"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 with the cloud request

Hi,

I'm a french developper and I try to use pictures with the cloud. I manage to understand how to initialise the SDK and the cloud.

I already created my cloud database with 2 Images and the metadata corresponding ( from now, I just don't need to load the metadata ). I just look for to try matches my taken picture and the images store in the cloud.

The process is the following :

1 - The app start on a classic view controller.2 - I click a simple button, and swap the view with the ImagePickerControllerView.3 - I take a picture.4 - I choose to use it with the button "use this photo".5 - When you push this button, it's start the vuforia SDK.6 - I initialise the SDK correctly.7 - The targetFinder is correctly created.8 - I start the cloudRecognition.

But,

When i use the function updateSearchResult() , the statusCode is : 1. After checking the documentation, i understand that this is a problem with the recognition request. I just can't diagnostic this problem. 

Can u give me a tips, that i can move forward.

Best Regards,

Marco

labellecollection

Tue, 04/29/2014 - 15:55

I start to think, that maybe, the recognition of a picture taken by the PickerControllerView is not availlable.