"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

Examples of Cloud Recognition for Android

Hello, can you please provide the simplest examples of Cloud Recognition for Android? Just scanning for image and i.e. displying its name. Thanks.

Hey there,

 

There's a sample for this on the Unity Asset Store.

 

Kind regards,

Patrick Scheper

Technical Community Manager

Hey there,

 

Sorry, I didn't read that we're discussing in the Native Development forum group. We do provide code samples in the documentation, also for Native: https://library.vuforia.com/cloud-recognition/working-cloud-recognition#native

 

The code samples are definitely not enough to start using Cloud Reco in native Android. Its written so I have no idea how to use it.

Hello @pavviel,

Here is a link to the last published version of our native Android Cloud Reco sample project: https://we.tl/t-IXJHe1Ko4M. This link will expire in 7 days.

Important note: The APIs demonstrated in this sample are only for our legacy 9.8 SDK.

Kind regards,

Hello Dave Downing,

I will be thankful if can share again sample app with cloud recognition implemented.
Thanks 

Regards:
LBMamoon (iOS,android) Native App Developer.

Hello @LBMamoon,

Here is a link to the last published version of our native Android Cloud Reco sample project: https://we.tl/t-9rXvkKYj0E. This link will expire in 7 days.

Important note: The APIs demonstrated in this sample are only for our legacy 9.8 SDK.

Kind regards,

Hello Medabit,

I hope you are doing well.
I just missed the link you shared earlier.
I will be much much thankful to you if you can share the android vuforia cloud recognition sample again.

Thanks
 

Hello Medabit,

I hope you are doing well.

I just missed the link you shared earlier.

I will be much much thankful to you if you can share the android vuforia cloud recognition sample again.

 

Thanks

Hello @LBMamoon,

Re-posting the last published version of our native Android Cloud Reco sample project: https://we.tl/t-sZ5VjlA2b3. This link will expire in 7 days.

Important note: The APIs demonstrated in this sample are only for our legacy 9.8 SDK.

Kind regards,

Hello Tech Support,
I placed the project into older 9.8 sdk sample project.
but getting error that import com.vuforia.State; not importing into its usage class.
will be thankful for your guidance.
Thanks

snoopstar

Fri, 12/09/2022 - 14:49

Hello Tech Support,

I would be grateful for a Vuforia 10 example of cloud recognition. Can you please provide one?

Best regards.

Sure! Here's a basic example of how to use cloud recognition in Vuforia 10:

Create a Vuforia account and sign in to the Vuforia Engine Developer Portal.

Create a new image target database and upload the image you want to use for recognition.

Thanks for sharing.

I want to ask does it work for multiple target image?

I mean if we have many target images in Vuforia cloud database can it recognize all of them?

 

 

I am using add-vuforia-package-10-13-3. unitypackage and used this code but these two lines has error.

mCloudRecoBehaviour.CloudRecoEnabled = true;
mCloudRecoBehaviour.TargetFinder.StartRecognition();

 

who can tell me how to solve this issue?