Age | Commit message (Expand) | Author |
2020-12-30 | android: camera_device: Simplify properties.get() | Jacopo Mondi |
2020-12-30 | android: camera_device: Report ColorFilterArrangement | Jacopo Mondi |
2020-12-30 | libcamera: camera_sensor: Register ColorFilterArrangement | Jacopo Mondi |
2020-12-30 | libcamera: bayer_format: Add support for mbus codes | Jacopo Mondi |
2020-12-30 | libcamera: properties: ColorFilterArrangement draft property | Jacopo Mondi |
2020-12-28 | libcamera: pipeline_handler: Remove Camera pointer from CameraData | Niklas Söderlund |
2020-12-28 | libcamera: pipeline_handler: Remove Camera argument from request handling | Niklas Söderlund |
2020-12-27 | libcamera: pipeline: simple: Remove the unused configs_ variable | Phi-Bang Nguyen |
2020-12-27 | libcamera: bound_method: Fix enumerators documentation | Laurent Pinchart |
2020-12-20 | ipa: raspberrypi: Add digital gain to libcamera metadata | David Plowman |
2020-12-20 | libcamera: controls: Add DigitalGain control | David Plowman |
2020-12-18 | libcamera: pipeline: simple: Remove non-implemented methods | Jacopo Mondi |
2020-12-18 | android: camera_device: Report number of out streams | Jacopo Mondi |
2020-12-18 | android: camera_device: Report pipeline depth | Jacopo Mondi |
2020-12-16 | ipa: raspberrypi: Only validate ISP and sensor control during configure | Naushir Patuck |
2020-12-16 | ipa: raspberrypi: Rename unicamCtrls_ to sensorCtrls_ | Naushir Patuck |
2020-12-14 | libcamera: pipeline: Manage resources with std::unique_ptr<> | Laurent Pinchart |
2020-12-14 | libcamera: pipeline: vimc: Use V4L2*::fromEntityName() where possible | Laurent Pinchart |
2020-12-14 | libcamera: pipeline: raspberrypi: Don't leak RPiCameraData::sensor_ | Laurent Pinchart |
2020-12-14 | libcamera: Replace ARRAY_SIZE() with std::size() | Laurent Pinchart |
2020-12-14 | android: camera_device: Replace auto with explicit type | Laurent Pinchart |
2020-12-14 | android: camera_device: Temporary fix sensor properties | Jacopo Mondi |
2020-12-11 | ipa: raspberrypi: Move initial frame drop decision to AGC/AWB | David Plowman |
2020-12-11 | ipa: raspberrypi: Estimate the colour temerature if starting with fixed colou... | David Plowman |
2020-12-11 | ipa: raspberrypi: Compute inverse of piecewise linear function | David Plowman |
2020-12-11 | ipa: raspberrypi: awb: Add GetConvergenceFrames method to AWB base class | David Plowman |
2020-12-11 | ipa: raspberrypi: agc: Add GetConvergenceFrames method to AGC base class | David Plowman |
2020-12-11 | libcamera: pipeline: raspberrypi: Pass the drop frame count in start, not con... | David Plowman |
2020-12-11 | libcamera: pipeline: raspberrypi: Allow ScalerCrop to work when passed in Cam... | David Plowman |
2020-12-11 | android: camera_device: Reorder configurations before requesting | Hirokazu Honda |
2020-12-11 | android: camera_device: Use Camera3StreamConfig in configureStreams() | Hirokazu Honda |
2020-12-11 | android: camera_device: Introduce Camera3StreamConfig | Hirokazu Honda |
2020-12-09 | libcamera: v4l2_device: Return a unique pointer from fromEntityName() | Laurent Pinchart |
2020-12-09 | libcamera: v4l2_subdevice: Return a unique pointer from fromEntityName() | Laurent Pinchart |
2020-12-08 | pipeline: ipa: raspberrypi: Pass controls to IPA on start | Naushir Patuck |
2020-12-08 | libcamera: ipa: Pass a set of controls and return results from ipa::start() | Naushir Patuck |
2020-12-08 | libcamera: pipeline: Pass libcamera controls into pipeline_handler::start() | Naushir Patuck |
2020-12-07 | pipeline: ipa: raspberrypi: Handle failures during IPA configuration | Naushir Patuck |
2020-12-07 | android: camera_device: Stop camera when re-configuring it | Jacopo Mondi |
2020-12-07 | android: camera_device: Initialize pixel array properties | Jacopo Mondi |
2020-12-07 | libcamera: camera_sensor: Initialize PixelArray properties | Jacopo Mondi |
2020-12-07 | libcamera: camera_sensor: Break out properties initialization | Jacopo Mondi |
2020-12-07 | libcamera: camera_sensor: Adjust CameraSensorInfo::analogCrop | Jacopo Mondi |
2020-12-02 | android: camera_device: Check capture_request validity | Jacopo Mondi |
2020-12-02 | android: camera_mode: Reserve 'data' vectors | Jacopo Mondi |
2020-12-01 | src: ipa: raspberrypi: Fix initial AGC oscillation for imx219 sensor | David Plowman |
2020-12-01 | libcamera: controls: Improve documentation for ExposureTime and AnalogueGain | David Plowman |
2020-12-01 | src: ipa: raspberrypi: Improve behaviour when AE disabled | David Plowman |
2020-12-01 | src: ipa: raspberrypi: agc: Make AGC handle Pause/Resume for itself | David Plowman |
2020-12-01 | src: ipa: raspberrypi: Avoid AGC filtering when both gain and shutter specified | David Plowman |