So I’m reading https://www.unrealengine.com/blog/capturing-stereoscopic-360-screenshots-videos-movies-unreal-engine-4
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