-
What's the difference between exposure and ev100? getPerViewUib...
{ "exposure", 0, Type::FLOAT, Precision::HIGH, FeatureLevel::FEATURE_LEVEL_0 }, // high precision to work around #3602 (qualcom),
{ "ev100", 0, Type::FLOAT, Precision::DEFAULT, FeatureLevel::FEATURE_LEVEL_0 }, isn't ev100 "exposure value"? |
Beta Was this translation helpful? Give feedback.
Answered by
romainguy
Jul 21, 2024
Replies: 1 comment
-
EV is exposure value which is different from photometric exposure commonly called exposure. The photetric exposure is what light intensities get multiplied by. See https://github.com/google/filament/blob/main/filament/include/filament/Exposure.h and https://google.github.io/filament/Filament.md.html#imagingpipeline/physicallybasedcamera |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dontweaks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EV is exposure value which is different from photometric exposure commonly called exposure. The photetric exposure is what light intensities get multiplied by.
See https://github.com/google/filament/blob/main/filament/include/filament/Exposure.h and https://google.github.io/filament/Filament.md.html#imagingpipeline/physicallybasedcamera