List
Instant Tracking - How to place or fix object on surface
Posted Date: 2018-09-27 19:19     Edited Date: 2018-10-02 1:14     Writer: inactive

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
 

Posted Date: 2018-09-28 8:16     Edited Date: 2018-09-28 8:16     Writer: slkim

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.

 

Posted Date: 2018-09-28 20:51     Edited Date: 2018-09-28 20:51     Writer: inactive

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?

 

Posted Date: 2018-09-28 22:19     Edited Date: 2018-09-28 22:19     Writer: inactive

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.

Posted Date: 2018-10-02 1:14     Edited Date: 2018-10-02 1:14     Writer: slkim

it's good to you can find solution.

thank you.