Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi,
I am currently trying to add a function to my AR experience, which relates to a tutorial of how to fix a fault.
I have successfully used a button to trigger a function, which will detect the external data whether stays within the acceptable range or not. If it's not, then some warning messages will be generated.
Could I remove the button and the system will detect the external data in real-time?
For example, if the data does not fall within that range, those warning messages will be shown automatically.
Solved! Go to Solution.
Hello NPEasonChan,
The solution might be :
I did it in a Project one year ago and it has worked.
By the way, we can see that we have more control with Services than in Properties in Vuforia Studio.
Best regards,
Samuel
Hello NPEasonChan,
The solution might be :
I did it in a Project one year ago and it has worked.
By the way, we can see that we have more control with Services than in Properties in Vuforia Studio.
Best regards,
Samuel
Sorry for the late reply, as I am busy with another project.
Could I interpret in this way:
The service output should be true/false determined by the input, and the output should be binded to the visibility of the tag/ error message?
Hello,
It is exactly that!
Best regards,
Samuel
I will try it later on. Thank you so much!