Age | Commit message (Expand) | Author |
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 | 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 | 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 |
2023-10-06 | libcamera: converter: drop unnecessary #include directive | Andrey Konovalov |
2023-10-06 | libcamera: converter: A few fixes to ConverterFactoryBase documentation | Andrey Konovalov |
2023-10-05 | ipa: rpi: Avoid skipping IPAs on the first frame after the drop frames | David Plowman |
2023-09-27 | libcamera: rpi: Simplify validate() and configure() for YUV/RGB streams | Naushir Patuck |
2023-09-27 | libcamera: rpi: Change default stream formats | Naushir Patuck |
2023-09-27 | libcamera: rpi: Simplify validate() and configure() for RAW streams | Naushir Patuck |
2023-09-27 | libcamera: rpi: Add some helpers to PipelineHandlerBase | Naushir Patuck |
2023-09-27 | libcamera: rpi: Cache rawStreams and outStreams | Naushir Patuck |
2023-09-27 | libcamera: rpi: Make isRaw/isYuv/isRgb static functions | Naushir Patuck |
2023-09-27 | libcamera: rpi: Fix wrong comment indentation | Jacopo Mondi |
2023-09-27 | libcamera: rpi: Allow platformValidate() to adjust format strides | Naushir Patuck |
2023-09-27 | libcamera: rpi: Handle SensorConfiguration | Jacopo Mondi |
2023-09-27 | libcamera: camera_sensor: Support SensorConfiguration | Jacopo Mondi |
2023-09-27 | libcamera: camera: Introduce SensorConfiguration | Jacopo Mondi |
2023-09-25 | pipeline: rpi: Reset the frame lengths queue during configure | Naushir Patuck |
2023-09-25 | ipa: rpi: Fix frame count logic when running algorithms | Naushir Patuck |
2023-09-25 | libcamera: formats: Fix typo in YV444 V4L2PixelFormat listing | Naushir Patuck |
2023-09-21 | android: camera_device: Fix requestedStream handling | Harvey Yang |
2023-09-16 | ipa: rpi: Fix segfault when parsing invalid json file | Naushir Patuck |
2023-09-16 | ipa: rpi: agc: Use channel constraints in the AGC algorithm | David Plowman |