Hi, I have a problem in using Cloud Targets in VideoPlayback sample application. It will be helpful for me if anyone could provide me with a way to implement that. And i have doubt like , will we be able to get .xml file which accessing cloud ?
For Eg:
if (!dataSetStonesAndChips.load("MoviesDevice.xml", STORAGE_TYPE.STORAGE_APPRESOURCE))
I want to replace the "MoviesDevice.xml" to cloud target . Is it Possible ?
Thanks in Advance
Surya
The Cloud DB doesn't offer an XML/DAT like the Device DB. The recognition happens in the cloud and the target is stored in the cloud, so there is no need for XML/DAT. What is returned is a TargetSearchResult with some data about the target. Also see TargetFinder.