You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to andar_android_a...@googlegroups.com
I'm trying to determine with as little error as possible the phone's position in the marker coordinates. I do this by getting the transformation matrix with getTransMatrix and immediately inverting it with arUtilMatInv. By printing both matrices, I've noticed that the values aren't correct (the last column). The z is always the real z times 3/2 or close to it and x and y are just plain wrong. I've measured my position in relation to the center of the marker and the values given by these functions are incorrect. Does anybody know a way to correct this issue? My application rests on determining the position of the camera with as much accuracy as possible.