Hi, How can I get the pitch / roll & yaw of the target card ??
I'd like my object to react to the angle of the card.. eg. slide of the card if the angle is too great.
Mick
Hi,
you can look at this article:
https://developer.vuforia.com/resources/dev-guide/getting-camera-position
here you will find a way (with code) to compute the camera axis w.r.t. the target;
once you have those axis, you can use simple maths (like acos, asin or atan) to extract the angles.
Are you sure you want to delete this message?
Are you sure you want to delete this conversation?
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
Hi,
you can look at this article:
https://developer.vuforia.com/resources/dev-guide/getting-camera-position
here you will find a way (with code) to compute the camera axis w.r.t. the target;
once you have those axis, you can use simple maths (like acos, asin or atan) to extract the angles.