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

Error matrix camera #153

Open
madox35 opened this issue Jan 24, 2018 · 0 comments
Open

Error matrix camera #153

madox35 opened this issue Jan 24, 2018 · 0 comments

Comments

@madox35
Copy link

madox35 commented Jan 24, 2018

Hi,

I've got an issue with your plugin (v0.1.7 with npm). My video starts with the following rotation : initLon = -180. But when I check my matrix rotation of the main camera, I'm seeing this :

Before starting my video, the matrix seems to be ok 👍
(16) [1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]

But when I play my video without moving the camera :
(16) [0, 0, -1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1]
My issue is situed right here : camera.matrix[2] = -1 ! Indeed I'm using this matrix for Omnitone, but my sound is turned at about 90° compared to the video and I think this problem is caused by this incorrect matrix !

Matrix expected would be more like this :
(16) [0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1]

Could you please help me on this point ?
Thx in advance!

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

1 participant