I’m trying to set up a dual monitor cave-like system in which the first person view is spread across both monitors using a stretched desktop. I want to angle the monitors and use two cameras to take into account this angle. I can get it to nearly look right by setting the FOV of the cameras to 90, and the Y-rotations to -45 and +45, and setting the normalized viewport X to 0.5 for the right-camera, and normalized viewport W to 0.5 for both cameras.
However I do get a little bit of overlap between the two monitors - see below. Why is this? It looks better if the Y rotations are +/-43 but that makes no sense to me. I must be not understanding something about the cameras, but what?
I believe this is coming from the calculation of the FOV. Not sure about which value Unity is displaying, but the horizontal and the vertical FOV is not identical if the screen isn’t square. Can that be the case here?
The FOV displayed is the vertical one. Horizontal FOV can be (sort of) calculated from that and the screen aspect ratio. I apologise, but I don’t know the formula off the top of my head, but it should be straightforward.
Edit: Oops, someone already said that. My bad.
Edit to the Edit: Some googling suggests that the correct formulae are something like