libcamera
v0.4.0+67-32cc6717
Supporting cameras in Linux since 2019
|
Database of camera sensor properties. More...
#include <map>
#include <stdint.h>
#include <string>
#include <libcamera/control_ids.h>
#include <libcamera/geometry.h>
Go to the source code of this file.
Classes | |
struct | libcamera::CameraSensorProperties |
Database of camera sensor properties. More... | |
struct | libcamera::CameraSensorProperties::SensorDelays |
Sensor control application delay values. More... | |
Namespaces | |
libcamera | |
Top-level libcamera namespace. | |
Database of camera sensor properties.
The database of camera sensor properties collects static information about camera sensors that is not possible or desirable to retrieve from the device at run time.
The database is indexed using the camera sensor model, as reported by the properties::Model property, and for each supported sensor it contains a list of properties.