32 IPACameraSensorInfo(
const std::string &_model, uint32_t _bitsPerPixel,
const Size &_activeAreaSize,
const Rectangle &_analogCrop,
const Size &_outputSize, uint64_t _pixelRate, uint32_t _lineLength, uint32_t _minFrameLength, uint32_t _maxFrameLength)
59 IPABuffer(uint32_t _id,
const std::vector<FrameBuffer::Plane> &_planes)
60 : id(_id), planes(_planes)
67 std::vector<FrameBuffer::Plane>
planes;
78 IPASettings(
const std::string &_configurationFile,
const std::string &_sensorModel)
79 : configurationFile(_configurationFile), sensorModel(_sensorModel)
99 : pixelFormat(_pixelFormat), size(_size)
Report the image sensor characteristics.
Definition: core_ipa_interface.h:23
Size activeAreaSize
The size of the pixel array active area of the sensor.
Definition: core_ipa_interface.h:41
Image Processing Algorithm interface.
Top-level libcamera namespace.
Definition: backtrace.h:17
uint32_t pixelFormat
The stream pixel format.
Definition: core_ipa_interface.h:105
uint32_t id
The buffer unique ID.
Definition: core_ipa_interface.h:66
Describe a two-dimensional size.
Definition: geometry.h:52
uint32_t bitsPerPixel
The number of bits per pixel of the image format produced by the image sensor.
Definition: core_ipa_interface.h:40
Stream configuration for the IPA interface.
Definition: core_ipa_interface.h:89
Rectangle analogCrop
The portion of the pixel array active area which is read-out and processed.
Definition: core_ipa_interface.h:42
Describe a rectangle's position and dimensions.
Definition: geometry.h:242
IPA interface initialization settings.
Definition: core_ipa_interface.h:70
uint32_t maxFrameLength
The maximum allowable frame length in units of lines.
Definition: core_ipa_interface.h:47
Size outputSize
The size of the images produced by the camera sensor.
Definition: core_ipa_interface.h:43
std::string configurationFile
The name of the IPA configuration file.
Definition: core_ipa_interface.h:85
uint64_t pixelRate
The number of pixels produced in a second.
Definition: core_ipa_interface.h:44
uint32_t lineLength
Total line length in pixels.
Definition: core_ipa_interface.h:45
std::vector< FrameBuffer::Plane > planes
The buffer planes description.
Definition: core_ipa_interface.h:67
uint32_t minFrameLength
The minimum allowable frame length in units of lines.
Definition: core_ipa_interface.h:46
Size size
The stream size in pixels.
Definition: core_ipa_interface.h:106
Buffer information for the IPA interface.
Definition: core_ipa_interface.h:50
std::string model
The image sensor model name.
Definition: core_ipa_interface.h:39
std::string sensorModel
The sensor model name.
Definition: core_ipa_interface.h:86