Age | Commit message (Expand) | Author |
2025-01-08 | ipa: rpi: Provide the camera helper with the hardware configuration | Naushir Patuck |
2025-01-08 | ipa: rpi: Add a HW property to determine if the data buffer is strided | Naushir Patuck |
2025-01-08 | ipa: rpi: Add erase()/eraseLocked() to RPiController::Metadata | Naushir Patuck |
2025-01-08 | ipa: rpi: Use r-value references in the set()/setLocked() functions | Naushir Patuck |
2025-01-08 | ipa: rpi: Add vc4 tuning files for imx415 | Dave Stevenson |
2025-01-08 | ipa: rpi: Add cam_helper for imx415 | Dave Stevenson |
2024-12-23 | ipa: rkisp1: Add Lux algorithm module | Paul Elder |
2024-12-23 | ipa: libipa: Add Lux helper | Paul Elder |
2024-12-20 | ipa: rpi: awb: Make it possible to set the colour temperature directly | David Plowman |
2024-12-20 | ipa: rkisp1: awb: Implement ColourTemperature control | Stefan Klug |
2024-12-20 | ipa: rkisp1: awb: Load white balance gains from tuning file | Stefan Klug |
2024-12-17 | ipa: mali-c55: Add IMX415 tuning data file | Daniel Scally |
2024-12-17 | ipa: mali-c55: Add Lens Shading Correction algorithm | Daniel Scally |
2024-12-17 | ipa: mali-c55: Add AWB Algorithm | Daniel Scally |
2024-12-17 | ipa: mali-c55: Add BLC Algorithm | Jacopo Mondi |
2024-12-17 | ipa: mali-c55: Add Agc algorithm | Daniel Scally |
2024-12-17 | ipa: mali-c55: Add Mali-C55 ISP IPA module | Daniel Scally |
2024-12-17 | libipa: Centralise Fixed / Floating point convertors | Daniel Scally |
2024-12-17 | libcamera: rpi: Draw sensor delays from CameraSensorProperties | Daniel Scally |
2024-12-12 | ipa: rpi: cam_helper: imx708: Correct the frame integration diff value | David Plowman |
2024-12-09 | ipa: rpi: Fix wrong frame integration difference value for OV9281 | Naushir Patuck |
2024-12-09 | libcamera: libipa: camera_sensor_helper: Use `variant` instead of `union` | Barnabás Pőcze |
2024-12-06 | libcamera: software_isp: Add contrast control | Milan Zamazal |
2024-12-06 | libcamera: software_isp: Add support for contrast control | Milan Zamazal |
2024-12-06 | ipa: ipu3: Add constructor to the IPA context | Milan Zamazal |
2024-12-06 | ipa: software_isp: Add constructor to the IPA context | Milan Zamazal |
2024-12-04 | libipa: agc_mean_luminance: Rename yaml key from exposure-time to exposureTime | Stefan Klug |
2024-12-03 | libipa: Drop Matrix class | Stefan Klug |
2024-12-03 | rkisp1: Use Matrix class from libcamera | Stefan Klug |
2024-12-03 | libipa: Use Matrix class from libcamera | Stefan Klug |
2024-12-03 | ipa: rpi: ccm: Replace local matrix implementation with the libcamera one | Stefan Klug |
2024-12-03 | ipa: rpi: Rename Matrix to Matrix3x3 | Stefan Klug |
2024-12-03 | libcamera: software_isp: Actually apply black level from tuning data | Milan Zamazal |
2024-11-29 | libcamera: software_isp: Remove unused IPAActiveState fields | Stanislaw Gruszka |
2024-11-29 | libcamera: software_isp: Initialize exposure+gain before agc calculations | Stanislaw Gruszka |
2024-11-29 | libcamera: libipa: camera_sensor: Add GalaxyCore gc08a3 sensor properties | Harvey Yang |
2024-11-29 | libcamera: libipa: camera_sensor: Add GalaxyCore gc05a2 sensor properties | Harvey Yang |
2024-11-26 | ipa: rkisp1: awb: Expand comment | Laurent Pinchart |
2024-11-26 | ipa: rkisp1: awb: Use Vector and Matrix for linear algebra | Laurent Pinchart |
2024-11-26 | ipa: rkisp1: awb: Use RGB class to store colour gains | Laurent Pinchart |
2024-11-26 | ipa: libipa: colour: Use Vector and Matrix for linear algebra | Laurent Pinchart |
2024-11-26 | ipa: libipa: colour: Use the RGB class to model RGB values | Laurent Pinchart |
2024-11-26 | ipa: ipu3: awb: Replace Awb::RGB class with ipa::RGB | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add sum() function | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add element-wise min() and max() functions | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add compound assignment operators | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add missing binary arithemtic operators | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Generalize arithmetic operators | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Rename the dot product operator*() to dot() | Laurent Pinchart |
2024-11-26 | ipa: libipa: vector: Add scalar constructor | Laurent Pinchart |