Age | Commit message (Expand) | Author |
2021-05-24 | meson: Add a configuration option to build IPAs | Umang Jain |
2021-05-24 | ipa: ipu3: Introduce IPAConfigInfo in IPC | Umang Jain |
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-30 | src: meson: Define system paths | Kieran Bingham |
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-26 | ipa: rkisp1: Move the IPA to the ipa::rkisp1 namespace | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: fix coverity issues in AWB | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: Add support for IPU3 AEC/AGC algorithm | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: Add support for IPU3 AWB algorithm | Jean-Michel Hautbois |
2021-04-22 | ipa: ipu3: Add a histogram class | Jean-Michel Hautbois |
2021-04-22 | ipa: Add a common interface for algorithm objects | Jean-Michel Hautbois |
2021-04-17 | ipa: ipu3: Move the IPA to the ipa::ipu3 namespace | Kieran Bingham |
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-27 | ipa: rkisp1: Do not set controls during configure | Sebastian Fricke |
2021-03-24 | ipa: ipu3: Do not set controls during configure | Kieran Bingham |
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-17 | libcamera: ipu3: Pass the BDS rectangle at IPA configure call | Jean-Michel Hautbois |
2021-03-14 | ipa: raspberrypi: Add support for imx327-based SE327M12 module | David Plowman |
2021-03-11 | ipa: rkisp1: Fail on init if hw revision is not RKISP1_V10 | Dafna Hirschfeld |
2021-03-11 | ipa: rkisp1: Return error from IPA's configure method if it fails | Dafna Hirschfeld |
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-03-03 | ipa: rkisp1: Update to kernel header changes | Laurent Pinchart |
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-23 | libcamera: Enable vimc pipeline handler when tests are enabled | Laurent Pinchart |
2021-02-19 | ipa: ipu3: Don't call SetControls for each frame | Jean-Michel Hautbois |
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 |