"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

cloud recognition error

Hello, I am getting below error while building cloud recognition app for android platform.

Setting the size of cloud reco targets is currently not supported. UnityEngine.Debug:LogError(Object) Vuforia.CloudRecoImageTargetImpl:SetSize(Vector3) Vuforia.ScalableDataSetTrackableBehaviour:SetScaleFromWidth(Single, Single) Vuforia.ImageTargetBehaviour:SetWidth(Single) Vuforia.ImageTargetBehaviour:OnValidate() Vuforia.ImageTargetBehaviour:CorrectScaleImpl() Vuforia.ScalableDataSetTrackableBehaviour:CorrectScale() Vuforia.ImageTargetBehaviour:InitializeTarget(Trackable, Boolean) Vuforia.StateManager:FindOrCreateImageTargetBehaviourForTrackable(ImageTarget, GameObject, DataSet) Vuforia.StateManager:FindOrCreateImageTargetBehaviourForTrackable(ImageTarget, GameObject) Vuforia.ImageTargetFinder:CreateObjectTarget(String, TargetFinderObjectTargetData, GameObject) Vuforia.TargetFinder:EnableTracking(TargetSearchResult, GameObject) CloudRecoEventHandler:OnNewSearchResult(TargetSearchResult) (at Assets/Common/Scripts/CloudRecoEventHandler.cs:184) System.Delegate:DynamicInvoke(Object[]) Vuforia.DelegateHelper:InvokeDelegate(Delegate, Object[]) Vuforia.DelegateHelper:InvokeWithExceptionHandling(Action`1, TargetSearchResult) Vuforia.<>c__DisplayClass39_1:<Update>b__1(Action`1) Vuforia.IEnumerableExtensionMethods:ForEach(IEnumerable`1, Action`1) Vuforia.ObjectRecoBehaviour:Update()

What is the solution for this error? Cloud Reco event handler script is same as given in vuforia core samples latest version. 

 

Hi,

Here is an article how to implement Cloud Reco in Unity: https://library.vuforia.com/content/vuforia-library/en/articles/Solution/How-To-Implement-Cloud-Reco.html#unity

I checked the the core sample apps and noticed that I can also reproduce the mentioned error.

Hi,

This issue persists when I build and run app on android device. 

Pls find below the portion of cloud reco event handler script where this error is pointing when double clicked on it.(check underlined code)

mcotora

Fri, 03/27/2020 - 10:17

In reply to by Paras17

Hi,
I will raise a ticket with the dev team, regarding the error.

Although I was able to reproduce the error, Cloud Reco's functionality doesn't seem to be impacted by it.

I've tested with the Core Samples and it worked as expected.

Thank you.

WilsonT89

Wed, 04/29/2020 - 05:18

In reply to by mcotora

Hi Marius,

I tried to run the CloudReco scene of Core Samples and it doesnt work properly. The error "Setting the size of cloud reco targets is currently not supported" is thrown.

I am using Unity 3D 2019.3.9f1 and Vuforia Engine 9.0.12.

Any idea what's going wrong?

Hello.

Is this error will be fixed?

I got 9 version, and it stil remains

Sahrilhasan10

Fri, 08/28/2020 - 02:40

In reply to by SPACEDIG

Hello, how to can build cloud recognition? I have problem for build Cloud recognition, because  I am newbie.. Thanks,.

manasnagaraj

Fri, 06/12/2020 - 13:58

Hi ,

I tried running the Cloud Reco Sample with Vuforia version 9.1.7 and Unity version 2019.3.12f ,

devanada1

Mon, 07/06/2020 - 05:30

Are you seeing this in the sample scene with the example cloud database, or your own project with your database?