"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

The data CloudRec sent to cloud?

Hello

i want to know the data that CloudRec sent to cloud database....

are there any information in the code??

because i want to try if i can build a server myself....

 

thanks!

AlessandroB

Mon, 03/11/2013 - 07:16

The Vuforia SDK sends out data that encapsulate the camera image; however, the details of it are internal to the engine and cannot be disclosed. 

Note: the CloudReco sample offers you a view of the API (classes and functions) exposed by the SDK to control the CloudReco service.

Thanks for your reply~

In addition to the target.xml....

Can I save the model.h in server, and when needed we can download it into mobile SD card then display it??

just as the terget.xml...

You can store the model.h in a server and download it, of course;

however, you will not be able to use the model.h in the same way as it is used now in the samples, because you would need to re-compile (with ndk-build) the sample app;

I don't know if I think correctly.

The application download the model.h to SD card.

And the application read the "Verts", "Normals", "TexCoords", and "NumVerts" from SD card.