Open Manny-Mobfish opened 5 years ago
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'.
Tested with a video:
to be sure we logged, the parameters for player.setSource();:
player.setSource();
top should be on the left and bottom should be on the right.
bottom is left and top is right, while using '3DTB' fromat in a video player.
@Manny-Mobfish I met the same issue .
Description
Bug Request: It seems as if the 3DTB format is not correctly implemented or wrong documentated. The documentation says:
In our test-case we recognized, that the left viewport is on bottom and the right is on top, while using the format '3DTB'.
Tested with a video:
to be sure we logged, the parameters for
player.setSource();
: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