List
EXTENDED_TRACKED with maxst ?
Posted Date: 2018-07-26 9:18     Edited Date: 2018-07-30 11:34     Writer: inactive

After the scan is successful,camera departure identification,the model is still in its original position,is there such an interface??

like  Vuforia.

Posted Date: 2018-07-27 13:26     Edited Date: 2018-07-27 13:26     Writer: inactive

Yes, our sdk have extended tracking option.

You can enable that option like below.

TrackerManager.getInstance().setTrackingOption(TrackerManager.TrackingOption.EXTENDED_TRACKING)

Thank you

Jack, SDK support team

Posted Date: 2018-07-27 13:31     Edited Date: 2018-07-27 13:31     Writer: inactive

Hi Team, 

Will MAXST SDK supports rotational tracking of the image object?

If the object is been removed or camera is rotated, but still we need ar content to be shown.

Please help

Posted Date: 2018-07-27 14:20     Edited Date: 2018-07-27 14:20     Writer: inactive

Unfortuanately our sdk does not support what you want.

Howevern you can get similiar result if you can use mobile gyro sensor value.

When image tracking succeded use that result and if target image removed use sensor tracking.

My suggestion would be rough solution but it is normal way to get seamless tracking result in this field.

Thank you

Posted Date: 2018-07-28 2:23     Edited Date: 2018-07-28 2:23     Writer: inactive

Thanks Man.

Posted Date: 2018-07-30 11:34     Edited Date: 2018-07-30 11:34     Writer: inactive

Thank you @gskwon. We tried using gyro sensor reading for sensor tracking, it works fine with rotation standing in the same postion, but how can we handle the scale, when user moves one step front how can we recalculate the camera postion to scale in the object and also how can we get to see the 3d ar content in different angle. Please help.

 

Post Script: In your SDK, how are you calcluating the scale values based on user movement?

 

Thanks,

Sharath