yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
485 stars 160 forks source link

Play front fisheye videos #65

Open Tullioaq opened 7 years ago

Tullioaq commented 7 years ago

Excuse me...which parameters to play fisheye video recorded from a front camera (side, no top no bottom). Tnx much

yanwsh commented 7 years ago

check this link for example.

You need to set up video type and rotation if the video position is not correct. It contains rotateX, rotateY, rotateZ, please try and adjust it. Let me know if you have any problems. { rotateX: -Math.PI, videoType: "fisheye", }

Tullioaq commented 7 years ago

Tnx much!! It's good with rotateX: -Math.PI/2, and someting about Lat and Lon