libcamera
v0.3.2+116-83c5ad0f
Supporting cameras in Linux since 2019
|
IPA interface initialization settings. More...
Public Attributes | |
std::string | configurationFile |
The name of the IPA configuration file. More... | |
std::string | sensorModel |
The sensor model name. More... | |
IPA interface initialization settings.
The IPASettings structure stores data passed to the IPAInterface::init() function. The data contains settings that don't depend on a particular camera or pipeline configuration and are valid for the whole life time of the IPA interface.
libcamera::IPASettings::configurationFile |
The name of the IPA configuration file.
This field may be an empty string if the IPA doesn't require a configuration file.
libcamera::IPASettings::sensorModel |
The sensor model name.
Provides the sensor model name to the IPA.