libcamera v0.3.1
Supporting cameras in Linux since 2019
|
Helper class that performs computations relating to exposure. More...
#include <tuple>
#include <utility>
#include <vector>
#include <libcamera/base/span.h>
#include <libcamera/base/utils.h>
Go to the source code of this file.
Classes | |
class | libcamera::ipa::ExposureModeHelper |
Class for splitting exposure into shutter time and total gain. More... | |
Namespaces | |
namespace | libcamera |
Top-level libcamera namespace. | |
namespace | libcamera::ipa |
The IPA (Image Processing Algorithm) namespace. | |
Helper class that performs computations relating to exposure.
AEGC algorithms have a need to split exposure between shutter time, analogue and digital gain. Multiple implementations do so based on paired stages of shutter time and gain limits; provide a helper to avoid duplicating the code.