Overlay of 2 active cameras each with 50 percent visibility?

Hi!

Currently experimenting new ways of achieving focus based stereoscopic effect and I was wondering if I could use two cameras and set both of them active with 50/50 transparency overlay on top of each other. So, two cameras, both active/default, 50 percent transparency so that view from each camera is visible. Any idea how it could be achieved?

There is a workaround which I tried and found inefficient. That was toggling between cameras under process function. Toggle is not fast enough and noticeable.

I don’t believe there is a way to do that. You could increase the frame rate, if your display can handle something above 60hz.

Otherwise I think a custom shader is necessary. I wouldn’t know how to do that. But transparency mixing will not allow you to separate images per eye. It will just look weird.

You could test this out in an image editor like Gimp.

Oh you could try a temporal filterimg like FXAA to smooth out the camera switches.