Instant Tracking - How to place or fix object on surface
In Instant tracking Please guide me the class and method which allow me to place/fix the object on the surface.
Details: After start tracking, I want to place an object or fix it on a particular position and add a new one. I am not able to get any class or method which fix the position of an object.
1. SDK Version:3.5
2. Development Environment: Native Android,
3. Tracker/Scanner:
4. License Type Free
5. Target Device (Optional): Nexus 6
You can control object.
let's check SDK API 'TrackerManager.getInstance().getWorldPositionFromScreenCoordinate'. at InstantTrackerActivity function 'onTouch'
that example explain how to control position for tracked object.
thank you.
Yes I am managed to move the one object by using getWorldPositionFromScreenCoordinate but my question is that:
I have added one object on a surface and I moved it to the desired location. Then I added the second object and now I want to adjust this object to another location.
Here the issue is that both objects are moved when I drag any one of the objects.
I am not clear here how to stop the first object from moving. Could you please guide me?
Now I got the solution and able to fix one object by drawing one object on the fixed position and another object with the changed position while dragging.
Thanks a lot support Team.
it's good to you can find solution.
thank you.