It looks like it is not possible to fully disable auto exposure. I tried to create an empty level with a box for ground and a small “house“ made from basic cubes. I added a DirectionalLight and player start. There are no post process volumes in the level. The directional light is set to realistic sun values of 80000lux. I’m using Unreal Engine 5.6.1
In the first person camera component in player character, i set exposure “Metering mode” to manual, “apply physical camera exposure“ checked, “Exposure compensation“ to 0, “Min/Max EV100“ to 0.
Global illumination method is lumen, reflections are also lumen.
Now the scene brightness relies on fstop, shutter speed and iso.
When i change, for example ISO from 100→50000 the scene goes completely bright, however, after a second, it gets more gray, and becomes better visible.
When i change, for example ISO from 50000→100 the scene goes completely black, however, after a second, it gets more gray, and again, becomes better visible.
If i understand manual exposure correctly, this shouldn’t be the case. There should be no dark/bright blending over time. When i set ISO, fstop or shutter speed, the scene shouldn’t blend to the correct exposure but should immediately jump to it, without any additional change over time.
Are there any other setting i have to apply to the camera to completely disable eye adaptation / auto exposure? Is this intended behavior?
Is this auto-exposure behavior or is it related to other things like tone mapper or something similar?