So I’m reading Capturing Stereoscopic 360 Screenshots and Movies from Unreal Engine 4 - Unreal Engine
Using notepad, I copy and pasted the code in the blog that would combine both the left and right eye images into a single image into my SceneCapturer.cpp (found in C:\Program Files (x86)\Epic Games\4.12\Engine\Plugins\Experimental\StereoPanorama\Source\StereoPanorama\Private\SceneCapturer.cpp)
However when I capture a sequence, the images still pump out separately.
I’m not a programmer, but as far as I know I pasted all the code in the right places. (my experience in programming is making a HTML website )
Anyone have experience doing this correctly?
Link to my edited SceneCapturer.ccp file: https://dl.dropboxusercontent.com/u/5673817/SceneCapturer.cpp