Skip to main content
1-Visitor
December 6, 2018
Solved

Trouble with tracking

  • December 6, 2018
  • 1 reply
  • 2029 views

Hi everyone,

 

I have a trouble with tracking. I'm using a model target to do the tracking and it works at first but I lost tracking when I change my initial position. Additional the AR is not static but seems like is bouncing all the time.

 

Is there any special method to fix the AR once is being played?

 

Regards,

Best answer by lvargas

Thanks for your answer, 

 

I set the buttons and is working well.

 

Regards,

 

Luis

1 reply

21-Topaz I
December 7, 2018

So far remember you can try to use the freeze camera and release camera services of the 3d container to freeze / release the camera

2018-12-07_13-35-20.jpgFor example you can add 2 buttons where you can bind the freeze and release service to the click event:

2018-12-07_13-36-34.jpgAnd during the session you can freeze the camera. 

2018-12-07_13-38-17.jpgSo that after scaning of the model target you can freeze the camera. may be this option could be helpful in you case - of course it depends on your applicaiton case.

The finding here via the UI

2018-12-07_13-46-31.jpg

I believe also we can use these services form the js script using tml3dRenderer object

lvargas1-VisitorAuthorAnswer
1-Visitor
December 10, 2018

Thanks for your answer, 

 

I set the buttons and is working well.

 

Regards,

 

Luis