"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

Inserting MetaData into UI text

I can successfully access the metadata associated with my cloud target, but I want to place that in the UI text location that I have created as a Target Asset. My biggest problem is that I need to access the UI text to set it to the metadata. Every different cloud target will have different metadata that I want to display, so I need to erase the text in the field, then set it to the new metadata. I can't seem to access the text to manipulate it. Any help pointing me in the correct direction would be appreciated.

JimStoutamore

Wed, 02/22/2017 - 04:47

This may help by showing what isn't working right now.

 in CloudRecoTracableEventHandler  I have the following code

 

  mCanvas.GetComponent<Canvas> ().enabled = true;

  Debug.Log ("Text is  " + mText.getComponent<Text>());

JimStoutamore

Tue, 03/07/2017 - 06:10

I figured it out. It turns out that the problem was associated with the web cam on my development system. It works fine on my laptop with the exact same code.