-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extract camera poses using ARKit #157
Comments
Derive the position and orientation from the camera's transform matrix. For more information, investigate my app's source code at AR MultiPendulum or ARHeadsetKit. |
@philipturner How did you export camera extrinsic parameters from arkit? Did you use camera.transform? Did you re-orient arkit rotation matrix? How was ARConfiguration.WorldAlignment set in arkit? Thank you for your time |
|
I wanted to take my Ipad pro2020 around the room and get images with camera poses. Can anyone suggest me how to use ARKIt to extract camera poses
The text was updated successfully, but these errors were encountered: