-
Notifications
You must be signed in to change notification settings - Fork 999
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
How the yaw value is calculated? #460
Comments
Marzipano is not aware of the panorama's orientation other then yaw 0 being exactly center of the equirectangular image. That is, if you have your source image 12 000 px wide, your yaw 0 will be at pixel 6000 on the x axis. In order for this to be actual North, you need to stitich your panorama in a way, that the center of your stitched equirect image will be at the actual North. |
Okay I see, if I have the metadata of the image, like the drone yaw of the image coordinate. Can I calculate the north degree in Marzipano? @jordyno |
I am not aware of metadata storing the drone yaw. What drone are you using? Normally there are only GPS position and altitude available and you need to find the North yaw manually. |
I use the Mavic3, this is a snippet of the metadata I can use, |
Oh, maybe you mean the flight log, not the image metadata? The flight yaw changes by each column of images as the panorama is taken, so it's a bit tricky. |
I have a drone 360 images that I display with the marzipano viewer, when the yaw is 0 the image should be looking exactly to the north, but it's not the case as it might be looking the any of the four directions. So how does the yaw value get calculated in the marzipano viewer?
The text was updated successfully, but these errors were encountered: