wiki/Fixed-Foveated-Rendering-(FFR).md
In short: The human eye can only see sharp in a very small area (the fovea). That's why we move our eyes constantly to get the feeling that our whole view is a sharp image. The idea of foveated rendering is, to only render the small portion of the screen where we look at at the highest resolution, and the other parts at a lower resolution. This would massively increase the performance without any noticeable visual impact. But it has one drawback: You need to track the movement of the eyes. While there are already headsets out there that have eyetracking, the quest does not have it.
That's why oculus is using Fixed Foveated rendering. There is some research that shows, that if you assume that the user looks at the center of the screen, some parts of the image are more important than others (Oculus). Many games on the Quest use this to improve rendering performance.
That's not how ALVR is using it :P
We don't have any influence on how games get rendered, we only get the final rendered image that should be displayed.
What ALVR normally does is:
With FFR:
There are two implementations of FFR by zarik5
Advantages: Lower resolution results in faster encoding and decoding of the video which will decrease overall latency. Same bitrate at lower resolution results in higher image quality. On slow networks, bitrate can be reduced resulting in the same quality as without ffr.
Drawbacks: Using the warped method results in a slightly overall blurry image. You can compensate this by setting the initial video resolution to 125%. Slicing will result in a noticeable border where the high res center ends. Increasing the foveation strength will result in visual artifacts with both methods
That depends on your perception. You should try different settings going from strength = 2 up to 5 for both methods. The higher you go, the more visual artifacts you will see at the edges of the screen. For the slice method, you can also set a center offset. This moves the high res center up or down to accommodate games that have more interaction in the upper or lower part of the screen.