Age | Commit message (Expand) | Author |
2022-11-09 | ipa: rkisp1: Move shutter speed and analogue gain limits from agc to sensor | Laurent Pinchart |
2022-11-09 | ipa: Sort algorithm operations based on calling order | Laurent Pinchart |
2022-11-03 | ipa: rkisp1: Compute LSC algorithm parameter during configure | Florian Sylvestre |
2022-10-24 | ipa: rkisp1: Fill AGC and AWB metadata | Laurent Pinchart |
2022-10-24 | ipa: Pass metadata to Algorithm::process() function | Laurent Pinchart |
2022-10-19 | ipa: rkisp1: Downgrade sensor controls range message to Debug | Laurent Pinchart |
2022-10-18 | camera_sensor: Add minimum and maximum line length to IPACameraSensorInfo | Naushir Patuck |
2022-10-10 | ipa: rkisp1: Drop use of utils::defopt | Laurent Pinchart |
2022-10-07 | ipa: camera_sensor_helper: Implement factories through class templates | Laurent Pinchart |
2022-10-01 | ipa: rkisp1: Remove initialized_ flags from algorithms | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Remove bias from gain calculation | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Freeze AWB when means are too small | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Clamp gains to prevent divisions by zero | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Prevent RGB means from being negative | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Log means, gains and temperature in debug message | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Add support for RGB means | Quentin Schulz |
2022-09-28 | ipa: rkisp1: awb: Store color temperature as an integer | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Use frame context to fix gains calculations | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Document the active state and frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: filter: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: dpf: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: cproc: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: awb: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: agc: Store per-frame information in frame context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Use frame number passed to Algorithm::prepare() | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Convert to use the FCQueue | Kieran Bingham |
2022-09-28 | ipa: rkisp1: Use base FrameContext class | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Rename frameContext to activeState | Kieran Bingham |
2022-09-28 | ipa: rkisp1: Sort documentation of the IPA context | Laurent Pinchart |
2022-09-28 | ipa: rkisp1: Remove unused class member | Jacopo Mondi |
2022-09-28 | ipa: libipa: algorithm: queueRequest(): Pass frame context | Kieran Bingham |
2022-09-28 | ipa: libipa: algorithm: process(): Pass frame number | Kieran Bingham |
2022-09-28 | ipa: libipa: algorithm: prepare(): Pass frame and frame Context | Kieran Bingham |
2022-09-27 | ipa: libipa: Pass a reference instead of pointer to Algorithm::process() | Laurent Pinchart |
2022-08-30 | ipa: rkisp1: lsc: Use double instead of float to accumulate vector of doubles | Marvin Schmidt |
2022-08-30 | ipa: rkisp1: Remove redundant call of std::string::c_str() | Marvin Schmidt |
2022-08-21 | ipa: rkisp1: Add support of Denoise Pre-Filter control | Florian Sylvestre |
2022-08-21 | ipa: rkisp1: Add enable field for LSC algorithm in IPA context | Florian Sylvestre |
2022-08-21 | ipa: rkisp1: Add enable field for AWB algorithm in IPA context | Florian Sylvestre |
2022-08-19 | ipa: rkisp1: Add manual color gains | Paul Elder |
2022-08-09 | ipa: rkisp1: Remove unused algorithms includes from rkisp1.cpp | Daniel Semkowicz |
2022-08-04 | ipa: rkisp1: Use YAML 1.1 for tuning data files | Laurent Pinchart |
2022-08-04 | pipeline: rkisp1: Move ControlInfoMap to IPA module | Laurent Pinchart |
2022-07-28 | ipa: rkisp1: Add support of ColorProcessing control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Filter control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Defect Pixel Cluster Correction control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Lens Shading Correction control | Florian Sylvestre |
2022-07-28 | ipa: rkisp1: Add support of Gamma Sensor Linearization control | Florian Sylvestre |
2022-07-22 | ipa: rkisp1: Transfer queueRequest() call to each algorithm | Florian Sylvestre |
2022-07-20 | ipa: rkisp1: Drop unnecessary forward declarations and includes | Laurent Pinchart |