Hi,
I'm new to Vuforia SDK, I did many researches but I couldn’t find a proper answer. Is there a way to get the tracker (camera) rotation angles? I need to display several different images based on the tracker angle.
For example: In 0 degrees one image and in 10 degrees another image and it goes on...
For that I need to get the tracker rotation. Please acknowledge me on how to get the tracker angle, either from JAVA Android code or from C# code.
It will be great if this can be achieved by Java Android code, But even C# code also would be fine.
Thanks in advance.
Amal.
Hi,
Thanks a lot. I managed to do the code according to that artcle.
Appriciate your help.
Thank you.
I have few more questions.
How can I switch between applications ? I have 2 different scenes in Unity. Now I need to prompt a welcome screen and promt the user to select which section to go. Then when he/she touch the back button on android device, it should go batck to welcome screen. Currently the back button also doesnt work when I install the apk to my android device. I have to terminate the task from task manager everytime. How can I configure this and give the user to navigate between scenes ?
Looking forward for a early response.
Thank you very much.