Does EasyAR (for Android/Java) provide rotation data?

0 votes
asked May 10, 2018 by kantoniak-dev (120 points)
Hi, we're making an AR app for android using native Java app. We have a plane on top of the marker and now we want the plane to always face the user. To do so, we need to have rotations of the tracker image. We tried to obtain in in many ways, but we couldn't find anything except the view matrices. We don't want to decompose them by ourselves.

Does EasyAR provide info about tracker rotation in space?

1 Answer

0 votes
answered May 11, 2018 by albert52 (31,850 points)
Do you mean image tracking (EasyAR Basic)or SLAM(EasyAR Pro)?
commented May 11, 2018 by kantoniak-dev (120 points)
EasyAR Basic with a planar target. So far I see TargetInstance has only a poseGL() method.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...