- Sort Posts
- 19 replies
- Last post
Vuforia Web Services
Vuforia Web Services
Thanks Alassender
But the problem is that i have passed all the keys in cloud reco,and created database also then it is noot stll recognising,
one more thing that is stucking in my mind that in Reco file i have not to pass server key the how we can accesss vuforia database only from our client access key..
Plz tell
Thanks in advance..
Vuforia Web Services
Hi, hte VWS samples are just meant to show how to upload and retrieve Image targets from your Database, running from your PC (not from your phone);
you can think of them as an administrator tool to manage your Cloud Reco Databases;
this is different from "recognizing a target"; in that case, you need to use the Vuforia SDK, and only thing I can recommend is to read and undesrtand the CloudReco sample (not the WVS samples);
also, make sure to read carefully this guide:
https://developer.vuforia.com/resources/dev-guide/cloud-targets
and our developer guide in genereal.
Vuforia Web Services
Hi, two things to check:
- CloudReco sample (android): if you have replaced the sample client keys with your client keys, are you absolutely sure that your image targets are not recognized ? ( one important note: the fact that your images do not make anything appear in the camera view does not mean that the targets are not recognized; it could simply mean that the metadata of the targets are not the ones that are used for showing the "Book cover" augmentations of the samples; so, please verify whether your targets are recognized by putting some Logs in the renderFrame() function and checking the Logs)
- VWS API: If you want to check whether your Image Targets can be retreieved from your Cloud Database, you can use the VWS Java samples, in particular you can run the GetTargets.java or GetTarget.java; note that you will need to use your server keys in this case (not the client keys, which must only be used with the CloudReco sample, i.e. when using the Vuforia SDK); the VWS Java samples can be found in this page:
Vuforia Web Services
Vuforia Web Services
Vuforia Web Services
For the VWS API, you can check our dev guide and our samples:
For the CloudReco sample, if you replace the sample client keys with your DB client keys you should be able to recognize your targets;
to verify that, you could put a Log in the 'for loop' in which the detected TrackableResult are iterated (this should be in the renderFrame() function in Android).
Vuforia Web Services
Hi Russell
A few more answers:
Note that this feature is officially Cloud REco. Visual search is simply one application use case of Cloud Reco.
Can you explain the advantage of VWS in Detail? Can we then create Trackables at runtime without Target-Management-System? What is the difference at the current Target-Management-System?
Cloud Recognition (currently in private beta) is a new feature in Vuforia that allows you to recognize against large databases of over a million images. VWS is a web service that allows you to upload and manage images via APIs to these databases in the cloud. Up until now, developers could upload images via a UI to the TMS and download databases with roughly 80 images in them, but with Cloud Reco, in addition to the UI, we also provide APIs that allow you to upload images. Once the images are processed by VWS, they automatically become available for recognition on the client app built with the Vuforia SDK that has cloud reco functionality enabled. Cloud Reco is a paid service with some level of free usage included when it launches commercially. We will announce pricing closer to availability.
Does that mean that Vuforia could no longer be used offline?
The current functionality in Vuforia 1.5 will continue to exist and will be available to developers free if they want to use it for their apps. In many cases, this may be sufficient to satisfy the use case.
Is this now more like a AR-Browser?
No we are not releasing any Vuforia app or browser. We are merely enabling recognition of larger databases which until now were restricted to roughly 80 images per database on the device
HTH
N
Vuforia Web Services
Hi Russell
VWS is under wraps for the moment, save for the details you may have seen in videos or read in the press releases.
https://ar.qualcomm.at/content/cloud-based-recognition-announced-uplinq-2012
...has a link for Beta signup if you want to be considered for early access.
N
Hi, I have replied to your other Post in here:
https://developer.vuforia.com/forum/cloud-recognition/time-update-metadata
Please follow up there, so we can avoid duplicating the threads on the same topic (CloudReco).