Age | Commit message (Expand) | Author |
2021-05-27 | controls: Split FrameDurations into FrameDuration and FrameDurationLimits | Paul Elder |
2021-05-24 | ipa: ipc: Rename CameraSensorInfo to IPACameraSensorInfo | Umang Jain |
2021-05-24 | ipa: mojom: Move CameraSensorInfo struct exclusively to IPA IPC | Umang Jain |
2021-05-11 | meson: Replace obselete join_paths() with '/' operator | Umang Jain |
2021-05-11 | ipa: raspberrypi: Rate-limit the controller algorithms | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Add a Merge method to RPiController::Metadata | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Add move/copy ctors and operators to Metadata class | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Switch to std::scoped_lock in the Metadata class | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Reformat RPiController::Metadata class header | Naushir Patuck |
2021-05-11 | ipa: raspberrypi: Store dropped frame count in a member variable | Naushir Patuck |
2021-05-08 | ipa: raspberrypi: Use CamHelpers to generalise sensor embedded data parsing | David Plowman |
2021-05-08 | ipa: raspberrypi: Make sensor embedded data parser use Span class | David Plowman |
2021-04-27 | ipa: cam_helper: Correct a wrong choice of term | Sebastian Fricke |
2021-04-27 | ipa: cam_helper_imx219: Rework comment | Sebastian Fricke |
2021-04-15 | ipa: raspberrypi: cam_helper: Remove duplicate words | Sebastian Fricke |
2021-03-29 | ipa: raspberrypi: Fix typo and improve wording | Sebastian Fricke |
2021-03-28 | ipa: raspberrrypi: Remove duplicate comment | Sebastian Fricke |
2021-03-23 | ipa: raspberrypi: Rationalise parameters to ipa::configure() | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Rationalise parameters to ipa::start() | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Remove unused member variable | Naushir Patuck |
2021-03-23 | ipa: raspberrypi: Move the controller initialise to ipa::init() | Naushir Patuck |
2021-03-23 | pipeline: ipa: raspberrypi: Open the CamHelper on ipa::init() | Naushir Patuck |
2021-03-14 | ipa: raspberrypi: Add support for imx327-based SE327M12 module | David Plowman |
2021-03-09 | ipa: raspberrypi: Use direct return value for configure() | Paul Elder |
2021-03-09 | ipa: raspberrypi: Rename vblank field in SensorConfig to vblankDelay | David Plowman |
2021-03-09 | ipa: raspberrypi: Add support for imx290/imx327 sensors | David Plowman |
2021-03-09 | ipa: raspberrypi: Make CamHelpers return the frame delay for vblanking | David Plowman |
2021-03-04 | ipa: raspberrypi: Remove MdParserRPi | Naushir Patuck |
2021-03-04 | pipeline: ipa: raspberrypi: Pass exposure/gain values to IPA though controls | Naushir Patuck |
2021-02-26 | ipa: raspberrypi: AWB: Ignore invalid statistics zones correctly | David Plowman |
2021-02-26 | ipa: raspberrypi: AWB: Remove unused code | David Plowman |
2021-02-19 | pipeline: ipa: raspberrypi: Rename IPA Interface namespace to ipa::RPi | Naushir Patuck |
2021-02-19 | pipeline: ipa: raspberrypi: Tidy-ups after IPAInterface changes | Naushir Patuck |
2021-02-19 | ipa: raspberrypi: Do not require SDN (spatial denoise) algorithm | David Plowman |
2021-02-17 | ipa: raspberrypi: Fix exposure and gain delays for imx477 | Naushir Patuck |
2021-02-16 | libcamera: IPAInterface: Replace C API with the new C++-only API | Paul Elder |
2021-02-16 | ipa: raspberrypi: meson: Add dependency on generated headers | Paul Elder |
2021-02-11 | ipa: raspberrypi: AWB: Fix race condition setting manual gains | David Plowman |
2021-02-11 | meson: Fix coding style when declaring arrays | Laurent Pinchart |
2021-02-10 | ipa: raspberrypi: AWB: Remove unecessary frame count variable | David Plowman |
2021-02-09 | ipa: raspberrypi: Handle control::NoiseReductionMode in the controller | Naushir Patuck |
2021-02-09 | ipa: raspberrypi: Add a DenoiseAlgorithm class to the Controller | Naushir Patuck |
2021-02-09 | ipa: raspberrypi: Rename SdnStatus to DenoiseStatus | Naushir Patuck |
2021-02-08 | ipa: raspberrypi: Remove atomic variable from Algorithm class | David Plowman |
2021-02-07 | ipa: raspberrypi: lux: Supply missing method and remove atomic variable | David Plowman |
2021-02-07 | ipa: raspberrypi: noise: Remove unnecessary atomic variable | David Plowman |
2021-02-07 | ipa: rasberrypi: contrast: Remove unnecessary atomic variables | David Plowman |
2021-02-07 | ipa: raspberrypi: ccm: Remove unnecessary atomic variable | David Plowman |
2021-02-07 | ipa: raspberrypi: AWB: Improve locking | David Plowman |
2021-02-07 | ipa: raspberrypi: AWB: Remove unnecessary locking for AWB settings | David Plowman |