Age | Commit message (Expand) | Author |
2025-01-09 | utils: codegen: controls.py: Fix missing direction error message | Paul Elder |
2025-01-09 | libcamera: include: Include missing stdint.h header | Laurent Pinchart |
2025-01-09 | libcamera: Add missing <stdint.h> include to dma_buf_allocator.h | Sergei Trofimovich |
2025-01-08 | libcamera: base: Remove custom __nodiscard attribute | Mattijs Korpershoek |
2025-01-08 | libcamera: camera_sensor: Add support for embedded data | Laurent Pinchart |
2025-01-08 | libcamera: Add CameraSensor implementation for raw V4L2 sensors | Laurent Pinchart |
2025-01-08 | libcamera: v4l2_videodevice: Update to the new kernel metadata API | Laurent Pinchart |
2025-01-08 | libcamera: v4l2_subdevice: Add new metadata formats | Laurent Pinchart |
2025-01-08 | include: linux: videodev2: Add generic line based pixel formats | Jacopo Mondi |
2025-01-08 | include: linux: Update headers for line-based embedded data support | Jacopo Mondi |
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 |
2025-01-08 | libcamera: camera_sensor_properties: Add delays for imx415 | Dave Stevenson |
2025-01-07 | DmaBufAllocator: Make DmaSyncer non-copyable | Harvey Yang |
2025-01-06 | libcamera: virtual: Speed up test pattern animation | Barnabás Pőcze |
2025-01-06 | libcamera: virtual: Query number of planes correctly | Barnabás Pőcze |
2025-01-06 | libcamera: virtual: Avoid some copies | Barnabás Pőcze |
2024-12-23 | libcamera v0.4.0 | Kieran Bingham |
2024-12-23 | utils: gen-debug-controls: Output direction flag | Stefan Klug |
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 | utils: tuning: rkisp1: Replace static AWB with new AWB module | Stefan Klug |
2024-12-20 | libtuning: Add initial AWB module | Stefan Klug |
2024-12-20 | libtuning: Fix access to color member in ctt_awb.awb() | Stefan Klug |
2024-12-20 | libtuning: Remove the Cam object from ctt_awb.awb() | Stefan Klug |
2024-12-20 | libtuning: Use logging framework in ctt_awb.awb() | Stefan Klug |
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-20 | libcamera: controls: Update the ColourTemperature control to be writable | Stefan Klug |
2024-12-18 | utils: tuning: libtuning: Fix tuning for non RGGB RAWs | Stefan Klug |
2024-12-18 | apps: cam: Print control direction information | Paul Elder |
2024-12-18 | libcamera: controls: Add support for querying direction information | Paul Elder |
2024-12-18 | utils: codegen: controls.py: Parse direction information | Paul Elder |
2024-12-18 | libcamera: controls: Populate direction field in control definitions | Paul Elder |
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 | mali-c55: Plumb the IPA module in | Jacopo Mondi |
2024-12-17 | ipa: mali-c55: Add Mali-C55 ISP IPA module | Daniel Scally |
2024-12-17 | libcamera: mali-c55: Acquire and plumb in 3a params and stats | Daniel Scally |
2024-12-17 | include: linux: Add Mali-C55 Stats and Params V4L2 format | Daniel Scally |
2024-12-17 | include: linux: Add mali-c55-config.h | Daniel Scally |
2024-12-17 | libipa: Centralise Fixed / Floating point convertors | Daniel Scally |