Age | Commit message (Expand) | Author |
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-08-02 | ipa: raspberrypi: Reset embedded data parser on configure | David Plowman |
2022-07-29 | ipa: raspberry: awb: Include <functional> | Jacopo Mondi |
2022-07-28 | ipa: raspberrypi: Add functional include to pwl.h | Eric Curtin |
2022-07-28 | ipa: raspberrypi: Remove unused Controller constructor | Naushir Patuck |
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-28 | ipa: raspberrypi: agc: Use YamlObject::getList() | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Convert existing cameara tuning files to version 2.0 | Naushir Patuck |
2022-07-28 | ipa: raspberrypi: Introduce version 2.0 format for the camera tuning file | Naushir Patuck |
2022-07-28 | ipa: raspberrypi: Use YamlParser to replace dependency on boost | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Replace Fatal log by error propagation | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Propagate errors from AGC metering tuning data read | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Return an error code from Algorithm::read() | Laurent Pinchart |
2022-07-28 | ipa: raspberrypi: Replace tabs with spaces in tuning data files | Laurent Pinchart |
2022-07-27 | ipa: raspberrypi: agc: Fix log message prefixes | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Remove #define constants | Naushir Patuck |
2022-07-27 | ipa: raspberryip: Remove all exception throw statements | Naushir Patuck |
2022-07-27 | raspberrypi: Update Copyright statement in all Raspberry Pi source files | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Rename header files from *.hpp to *.h | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Remove extern "C" declarations | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Change to C style code comments | Naushir Patuck |
2022-07-27 | ipa: raspberrypi: Code refactoring to match style guidelines | Naushir Patuck |
2022-07-26 | libcamera: Correctly report enabled ipa modules | Quentin Schulz |
2022-07-22 | ipa: rkisp1: Transfer queueRequest() call to each algorithm | Florian Sylvestre |
2022-07-22 | ipa: libipa: algorithm: Add queueRequest() to the Algorithm class | Florian Sylvestre |
2022-07-20 | ipa: rkisp1: Drop unnecessary forward declarations and includes | Laurent Pinchart |
2022-07-20 | libcamera: Remove extra ':' after '\todo' | Laurent Pinchart |
2022-07-19 | libcamera: controls: Use std::optional to handle invalid control values | Christian Rauch |
2022-06-29 | ipa: rkisp1: Add support of Black Level Correction tuning | Florian Sylvestre |
2022-06-29 | ipa: rkisp1: Add OV5640 tuning file | Florian Sylvestre |
2022-06-29 | ipa: rkisp1: Add IMX219 tuning file | Laurent Pinchart |
2022-06-29 | ipa: rkisp1: Add YAML tuning file support | Florian Sylvestre |
2022-06-29 | ipa: rkisp1: Register algorithms | Laurent Pinchart |
2022-06-29 | pipeline: rkisp1: Support IPA tuning file | Florian Sylvestre |
2022-06-29 | ipa: libipa: module: Make the Module class Loggable | Laurent Pinchart |
2022-06-29 | ipa: libipa: module: Add support for instantiation from YAML | Laurent Pinchart |
2022-06-29 | ipa: libipa: algorithm: Add init() function to the Algorithm class | Florian Sylvestre |
2022-06-29 | ipa: libipa: algorithm: Add an algorithm registration mechanism | Laurent Pinchart |
2022-06-29 | ipa: libipa: Move ipa namespace documentation to module.cpp | Laurent Pinchart |
2022-06-29 | ipa: libipa: Introduce a Module class template | Laurent Pinchart |
2022-06-29 | pipeline: ipa: raspberrypi: Correctly report available control limits | Naushir Patuck |
2022-06-29 | pipeline: ipa: raspberrypi: Move ControlInfoMap to the IPA | Naushir Patuck |
2022-06-29 | ipa: raspberrypi: Use std::optional in DeviceStatus | Naushir Patuck |
2022-06-29 | ipa: raspberrypi: imx477: Get sensor temperature from embedded data | Naushir Patuck |
2022-06-29 | ipa: raspberrypi: Add sensor temperature to DeviceStatus | Naushir Patuck |