Hi everyone,
I am trying to move some image markers in PC by using my android tablet. My tablet now can talk to PC via wifi. I also can get pose of the marker respect to the camera:
Now I have some problems about how to calculate the touch on the tablet's screen respect to the real world for moving markers to the right place which I touched on tablet's screen.
I found https://developer.vuforia.com/resources/dev-guide/screen-coordinates
But it is C++ and I need some c# reference in unity extension.
Thanks
Thanks a lot, DavidBeard.
I tried this but it returns coordinates only when I touch the virtual object.
Can it detect any points in the real world ? As I would like to move some real images to the point where I touched on the screen.