Age | Commit message (Expand) | Author |
2023-11-21 | libcamera: camera_sensor: Only access V4L_CID_HBLANK if existing | Alain Volmat |
2023-11-06 | pipeline: rpi: vc4: Fix drop frame bug when no ISP streams are configured | Naushir Patuck |
2023-11-06 | pipeline: rpi: Remove unused variable | Naushir Patuck |
2023-11-06 | libcamera: controls: Add controls for HDR | David Plowman |
2023-10-24 | ipa: rpi: agc: Make AGC controls affect all channels | David Plowman |
2023-10-24 | ipa: rpi: agc: Fetch AWB status in the prepare method | David Plowman |
2023-10-24 | ipa: rpi: vc4: Move denoise control handling into the VC4 derived IPA | Naushir Patuck |
2023-10-24 | ipa: rpi: agc: Allow AGC channels to avoid using "fast desaturation" | David Plowman |
2023-10-24 | ipa: rpi: alsc: Do not re-read the alsc.status metadata | David Plowman |
2023-10-24 | ipa: rpi: hdr: Add the ability to alter the LSC table | David Plowman |
2023-10-23 | libcamera: transform: Make the transformFromOrientation() function static | Laurent Pinchart |
2023-10-23 | libcamera: transform: Fold transformToOrientation() in its only caller | Laurent Pinchart |
2023-10-23 | libcamera: camera_sensor: Cache mounting orientation instead of transform | Laurent Pinchart |
2023-10-23 | py: cam: Add option to set stream orientation | Jacopo Mondi |
2023-10-23 | apps: cam: Add option to set stream orientation | Jacopo Mondi |
2023-10-23 | libcamera: Use CameraConfiguration::orientation | Jacopo Mondi |
2023-10-23 | py: libcamera: Define and use Orientation | Jacopo Mondi |
2023-10-23 | test: Add unit test for Transform and Orientation | Jacopo Mondi |
2023-10-23 | libcamera: transform: Add operations with Orientation | Jacopo Mondi |
2023-10-23 | libcamera: transform: Invert operator*() operands | Jacopo Mondi |
2023-10-23 | libcamera: transform: Add functions to convert Orientation | Jacopo Mondi |
2023-10-23 | libcamera: properties: Make 'Rotation' the mounting rotation | Jacopo Mondi |
2023-10-23 | Documentation: Add figures to document Orientation | Jacopo Mondi |
2023-10-23 | libcamera: camera: Introduce Orientation | Jacopo Mondi |
2023-10-23 | libcamera: camera_sensor: Cache rotationTransform_ | Jacopo Mondi |
2023-10-23 | apps: qcam: Add support for RGB565 | Daniel Scally |
2023-10-18 | pipeline: rpi: vc4: Allocate more embedded data buffers | William Vinnicombe |
2023-10-18 | utils: update-kernel-headers: Support git worktrees | Laurent Pinchart |
2023-10-18 | ipa: rpi: agc: When AGC channels are changed, start with the 1st channel | Naushir Patuck |
2023-10-18 | ipa: rpi: agc: Avoid overwriting caller's statistics pointer | David Plowman |
2023-10-18 | ipa: rpi: denoise: Support different denoise configurations | David Plowman |
2023-10-18 | ipa: rpi: contrast: Allow adaptive contrast enhancement to be disabled | David Plowman |
2023-10-18 | ipa: rpi: agc: Add an AGC stable region | David Plowman |
2023-10-18 | pipeline: rpi: Make color space members in RPiCameraConfiguration public | Naushir Patuck |
2023-10-18 | pipeline: rpi: Move flip handling validation code | Naushir Patuck |
2023-10-18 | build: ipa: Fix bug in building multiple IPA interfaces with the same mojom file | Naushir Patuck |
2023-10-18 | pipeline: rpi: Add SW downscale status to RPi::Stream | Naushir Patuck |
2023-10-18 | ipa: rpi: Add new algorithms for PiSP | Naushir Patuck |
2023-10-18 | ipa: rpi: Prepare AWB for PiSP support | Naushir Patuck |
2023-10-18 | ipa: rpi: Prepare ALSC for PiSP support | Naushir Patuck |
2023-10-18 | ipa: rpi: Add PiSP definitions to the Controller hardware description | Naushir Patuck |
2023-10-18 | ipa: rpi: Add statsInline to the Controller hardware description | Naushir Patuck |
2023-10-18 | ipa: rpi: Add try_lock() to RPiController::Metadata | Naushir Patuck |
2023-10-18 | mojom: pipeline: ipa: rpi: Add fields for PiSP objects | Naushir Patuck |
2023-10-18 | ipa: rpi: Add IpaBase::platformStart() member function | Naushir Patuck |
2023-10-18 | pipeline: rpi: Add SharedMemObject class | Naushir Patuck |
2023-10-18 | pipeline: rpi: Add Recurrent and Needs32bitConv flags to RPi::Stream | Naushir Patuck |
2023-10-18 | pipeline: rpi: Add RequiresMmap flag to RPi::Stream | Naushir Patuck |
2023-10-16 | py: gen-py-controls: Remove SceneFlicker workaround | Kieran Bingham |
2023-10-16 | py: Add the SensorConfiguration class | David Plowman |