summaryrefslogtreecommitdiff
path: root/src/ipa
AgeCommit message (Expand)Author
2022-10-10ipa: rkisp1: Drop use of utils::defoptLaurent Pinchart
2022-10-07ipa: raspberrypi: Remove unneeded Span castsLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Implement factories through class templatesLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Return unique_ptr from createInstanceLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Make registerType() and createInstance() privateLaurent Pinchart
2022-10-07ipa: camera_sensor_helper: Make factory createInstance() function constLaurent Pinchart
2022-10-07ipa: ipu3: Fix minor Doxygen issues in IPAFrameContextLaurent Pinchart
2022-10-05ipa: raspberrypi: Fix the imx296 mono tuning black levelNaushir Patuck
2022-10-05ipa: raspberrypi: Add a tuning file for the colour variant of IMX296Naushir Patuck
2022-10-05pipeline: raspberrypi: Update naming convention for tuning filesNaushir Patuck
2022-10-04ipa: raspberrypi: Limit minimum exposure time for the IMX296Naushir Patuck
2022-10-04ipa: raspberrypi: Fix sensor delays for the IMX296Naushir Patuck
2022-10-03ipa: ipu3: Correct context during configure()Kieran Bingham
2022-10-01ipa: rkisp1: Remove initialized_ flags from algorithmsLaurent Pinchart
2022-09-30Documentation: Add missing SPDX headersLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Remove bias from gain calculationLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Freeze AWB when means are too smallLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Clamp gains to prevent divisions by zeroLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Prevent RGB means from being negativeLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Log means, gains and temperature in debug messageLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Add support for RGB meansQuentin Schulz
2022-09-28ipa: rkisp1: awb: Store color temperature as an integerLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Use frame context to fix gains calculationsLaurent Pinchart
2022-09-28ipa: rkisp1: Document the active state and frame contextLaurent Pinchart
2022-09-28ipa: rkisp1: filter: Store per-frame information in frame contextLaurent Pinchart
2022-09-28ipa: rkisp1: dpf: Store per-frame information in frame contextLaurent Pinchart
2022-09-28ipa: rkisp1: cproc: Store per-frame information in frame contextLaurent Pinchart
2022-09-28ipa: rkisp1: awb: Store per-frame information in frame contextLaurent Pinchart
2022-09-28ipa: rkisp1: agc: Store per-frame information in frame contextLaurent Pinchart
2022-09-28ipa: rkisp1: Use frame number passed to Algorithm::prepare()Laurent Pinchart
2022-09-28ipa: rkisp1: Convert to use the FCQueueKieran Bingham
2022-09-28ipa: rkisp1: Use base FrameContext classLaurent Pinchart
2022-09-28ipa: rkisp1: Rename frameContext to activeStateKieran Bingham
2022-09-28ipa: rkisp1: Sort documentation of the IPA contextLaurent Pinchart
2022-09-28ipa: rkisp1: Remove unused class memberJacopo Mondi
2022-09-28ipa: ipu3: Pass controls to algorithm's queueRequest() handlerLaurent Pinchart
2022-09-28ipa: ipu3: Use the FCQueueLaurent Pinchart
2022-09-28ipa: ipu3: Use base FrameContext classLaurent Pinchart
2022-09-28ipa: libipa: algorithm: queueRequest(): Pass frame contextKieran Bingham
2022-09-28ipa: libipa: algorithm: process(): Pass frame numberKieran Bingham
2022-09-28ipa: libipa: algorithm: prepare(): Pass frame and frame ContextKieran Bingham
2022-09-28ipa: libipa: Provide a common base for frame contextsKieran Bingham
2022-09-28ipa: libipa: Introduce FrameContextQueueUmang Jain
2022-09-27ipa: libipa: Pass a reference instead of pointer to Algorithm::process()Laurent Pinchart
2022-09-27ipa: ipu3: af: Pass context reference to afIsOutOfFocus()Laurent Pinchart
2022-09-27ipa: ipu3: Fix style of Doxygen comment blocksLaurent Pinchart
2022-09-20ipa: meson: Fix identationLaurent Pinchart
2022-09-15meson: Enable vimc IPA for testsUmang Jain
2022-08-30ipa: rkisp1: lsc: Use double instead of float to accumulate vector of doublesMarvin Schmidt
2022-08-30ipa: rkisp1: Remove redundant call of std::string::c_str()Marvin Schmidt