Hi there folks!
I am here looking for your wisdom because I recently migrated my project to UE 5.6 and I have been getting an issue with the exposure of interior cameras and I was hoping to know if anyone else is facing this issue and how to solve it.
This is the issue. I get into my interior camera and first the exposure is as it should be but then it starts to get brighter and brighter.
and then, as it was a bucle, the exposure returns as it should be, like in the first picture and starts all over again.
I am working with physical exposure camera and lighting with Sky creator (PPV inside sky creator turned off).
Sun Intensity 100,000 lux to match RL
Inside PPV i got:
{
“Tagged”: [
[
“Settings.AutoExposureMethod”,
“AEM_Manual”
],
[
“Settings.AutoExposureBias”,
“0.000000”
],
[
“Settings.AutoExposureApplyPhysicalCameraExposure”,
“True”
],
[
“Settings.AutoExposureBiasCurve”,
“None”
],
[
“Settings.AutoExposureMeterMask”,
“None”
],
[
“Settings.AutoExposureMinBrightness”,
“0.000000”
],
[
“Settings.AutoExposureMaxBrightness”,
“0.000000”
],
[
“Settings.AutoExposureSpeedUp”,
“3.000000”
],
[
“Settings.AutoExposureSpeedDown”,
“1.000000”
],
[
“Settings.AutoExposureLowPercent”,
“50.000000”
],
[
“Settings.AutoExposureHighPercent”,
“50.000000”
],
[
“Settings.HistogramLogMin”,
“-10.000000”
],
[
“Settings.HistogramLogMax”,
“20.000000”
]
]
}
My camera settings for interiors are:
{
“Tagged”: [
[
“PostProcessSettings.CameraShutterSpeed”,
“80.000000”
],
[
“PostProcessSettings.CameraISO”,
“400.000000”
],
[
“PostProcessSettings.DepthOfFieldFstop”,
“5.600000”
],
[
“PostProcessSettings.DepthOfFieldMinFstop”,
“1.200000”
],
[
“PostProcessSettings.DepthOfFieldBladeCount”,
“5”
]
]
}
Any idea what could be causing this issue? I am willing to hear you thoughs
Regards!