Stereo Camera Redering (Side by Side)?

Hi!
I want to render my game in side by side mode for the 3d TV and monitors. I tried using -emulatestereo command but it is not giving the right 3D effect when wear the glasses. I want to give two cameras to one player to simulate side by side and I want to manually adjust the distance between the two cameras.

Unfortunately not. We had to drop the 3D TV support in the end.

Hi,
we were also working on this problem and came up with the solution here: GitHub - fweidner/UE4-Plugin-SideBySide

It’s not the best one, it worked for us :slight_smile:

Hi, please visit the “iLocalPlayer” UE4 C++ Plugin on UE4 Marketplace: iLocalPlayer4UE4 in Code Plugins - UE Marketplace
Functions of this plugin :1. Side-by-Side Stereo 3D implementing; 2. Asymmetric projection(or named asymmetric view frustum) implementing.

Hope this helps you.

Hi,

Did you find any solution… I am also looking for the solution…