libcamera  v0.4.0+67-32cc6717
Supporting cameras in Linux since 2019
Classes | Namespaces
camera_sensor_properties.h File Reference

Database of camera sensor properties. More...

#include <map>
#include <stdint.h>
#include <string>
#include <libcamera/control_ids.h>
#include <libcamera/geometry.h>
Include dependency graph for camera_sensor_properties.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.