Skip to content
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

the implementation of pitch and yaw #4

Closed
yyakult opened this issue Nov 20, 2016 · 4 comments
Closed

the implementation of pitch and yaw #4

yyakult opened this issue Nov 20, 2016 · 4 comments

Comments

@yyakult
Copy link

yyakult commented Nov 20, 2016

Hi,
I have a question about the two parameters pitch and yaw. To my point of view, applying these two parameters should result in a rotated projection with certain pitch and yaw angle.
Therefore, when I use the command line bellow to generate a cubemap projection with a yaw angle (180 degree) and a default pitch angle (90 degree), it seems that your code does not work.

./360tools_conv -i ERP.yuv -o ERP2CMP.yuv -w 3840 -h 1920 -f 3 -l 3840 -m 2880 -n 1 -x 1 -y 1 -p 90 -t 180

Or maybe I have the wrong comprehension on these two parameters.
Thank you very much!

Regards,
Lan

@kpchoi
Copy link
Contributor

kpchoi commented Nov 21, 2016

Hi,
pitch and yaw is for only TSP projection. it doesn't effect to cube map projection.
you can check help meesage from -h option.
I'm not sure that cube map also requires the functionality.

@yyakult
Copy link
Author

yyakult commented Nov 21, 2016

Hi,
Thank you for your reply. It seems that I misunderstand the usage of these two parameters.
So, these two parameters only works for TSP projection, and the aim is to change the primary viewport center. Is that right?

Regards,
Lan

@kpchoi
Copy link
Contributor

kpchoi commented Nov 23, 2016

Dear Lan,
You're right. it's for viewport chaning.

Regards.
KP

@kpchoi kpchoi closed this as completed Nov 23, 2016
@yyakult
Copy link
Author

yyakult commented Nov 23, 2016

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants