facebookarchive / react-360

Create amazing 360 and VR content using React
https://facebook.github.io/react-360
Other
8.73k stars 1.23k forks source link

Video Stereo Formats Bug #677

Open Manny-Mobfish opened 5 years ago

Manny-Mobfish commented 5 years ago

Description

Bug Request: It seems as if the 3DTB format is not correctly implemented or wrong documentated. The documentation says:

'3DTB' - Used for stereo images where the left viewport is on top, and the right viewport is on the bottom

In our test-case we recognized, that the left viewport is on bottom and the right is on top, while using the format '3DTB'.

image

Tested with a video:

image

to be sure we logged, the parameters for player.setSource();: image

Expected behavior

top should be on the left and bottom should be on the right.

Actual behavior

bottom is left and top is right, while using '3DTB' fromat in a video player.

Additional Information

JackPu commented 5 years ago

@Manny-Mobfish I met the same issue .