|
libcamera
v0.1.0
Supporting cameras in Linux since 2019
|
Go to the documentation of this file.
26 PIXEL_ARRAY_OPTICAL_BLACK_RECTANGLES = 6,
27 PIXEL_ARRAY_ACTIVE_AREAS = 7,
28 SCALER_CROP_MAXIMUM = 8,
29 SENSOR_SENSITIVITY = 9,
31 COLOR_FILTER_ARRANGEMENT = 11,
Framework to manage controls related to an object.
Describe a control and its intrinsic properties.
Definition: controls.h:255
const Control< Span< const Rectangle > > PixelArrayActiveAreas
The PixelArrayActiveAreas property defines the (possibly multiple and overlapping) portions of the ca...
@ RGB
Sensor is not Bayer; output has 3 16-bit values for each pixel, instead of just 1 16-bit value per pi...
Definition: property_ids.h:58
@ BGGR
BGGR Bayer pattern.
Definition: property_ids.h:57
const ControlIdMap properties
List of all supported libcamera properties.
Definition: property_ids.cpp:812
const std::array< const ControlValue, 3 > LocationValues
List of all Location supported values.
const Control< Rectangle > ScalerCropMaximum
The maximum valid rectangle for the controls::ScalerCrop control. This reflects the minimum mandatory...
const Control< Span< const int64_t > > SystemDevices
A list of integer values of type dev_t denoting the major and minor device numbers of the underlying ...
Top-level libcamera namespace.
Definition: backtrace.h:17
const std::array< const ControlValue, 6 > ColorFilterArrangementValues
List of all ColorFilterArrangement supported values.
LocationEnum
Supported Location values.
Definition: property_ids.h:34
const Control< Span< const Rectangle > > PixelArrayOpticalBlackRectangles
The pixel array region(s) which contain optical black pixels considered valid for calibration purpose...
@ CameraLocationFront
The camera is mounted on the front side of the device, facing the user.
Definition: property_ids.h:35
const Control< Size > PixelArraySize
The camera sensor pixel array readable area vertical and horizontal sizes, in pixels.
@ MONO
Sensor is not Bayer; output consists of a single colour channel.
Definition: property_ids.h:59
@ GBRG
GBRG Bayer pattern.
Definition: property_ids.h:56
@ GRBG
GRBG Bayer pattern.
Definition: property_ids.h:55
@ CameraLocationExternal
The camera is attached to the device in a way that allows it to be moved freely.
Definition: property_ids.h:37
const Control< float > SensorSensitivity
The relative sensitivity of the chosen sensor mode.
@ RGGB
RGGB Bayer pattern.
Definition: property_ids.h:54
std::unordered_map< unsigned int, const ControlId * > ControlIdMap
A map of numerical control ID to ControlId.
Definition: controls.h:303
const Control< int32_t > Rotation
The camera rotation is expressed as the angular difference in degrees between two reference systems,...
const Control< std::string > Model
The model name shall to the extent possible describe the sensor. For most devices this is the model n...
const Control< int32_t > ColorFilterArrangement
The arrangement of color filters on sensor; represents the colors in the top-left 2x2 section of the ...
@ CameraLocationBack
The camera is mounted on the back side of the device, facing away from the user.
Definition: property_ids.h:36
ColorFilterArrangementEnum
Supported ColorFilterArrangement values.
Definition: property_ids.h:53
const Control< Size > UnitCellSize
The pixel unit cell physical size, in nanometers.
const Control< int32_t > Location
Camera mounting location.