Age | Commit message (Expand) | Author |
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 |
2023-09-16 | ipa: rpi: agc: Add AgcChannelConstraint class | David Plowman |
2023-09-16 | ipa: rpi: agc: Implementation of multi-channel AGC | David Plowman |
2023-09-16 | ipa: rpi: agc: Reorganise code for multi-channel AGC | David Plowman |
2023-09-16 | ipa: rpi: histogram: Add interBinMean() | Naushir Patuck |
2023-09-04 | ipa: rpi: vc4: Make the StatisticsPtr construction clearer | David Plowman |
2023-09-04 | ipa: rpi: agc: Split AgcStatus into AgcStatus and AgcPrepareStatus | David Plowman |
2023-09-04 | ipa: rpi: agc: Filter exposures before dealing with digital gain | David Plowman |
2023-09-04 | ipa: rpi: agc: Fetch AWB status in process method, not prepare | David Plowman |
2023-09-04 | pipeline: rpi: Simplify buffer id generation | Naushir Patuck |
2023-09-04 | pipeline: rpi: Rename RPi::Stream::setExternalBuffer() | Naushir Patuck |
2023-09-04 | pipeline: rpi: Remove additional external dma buf handling logic | Naushir Patuck |
2023-09-04 | pipeline: rpi: Increase buffer import count to 32 | Naushir Patuck |
2023-08-29 | libcamera: stream: Document stride will be 0 for compressed formats | Umang Jain |
2023-08-29 | ipa: rpi: imx290: Hide one frame on startup | Naushir Patuck |
2023-07-31 | pipeline: rpi: Don't call toV4L2DeviceFormat() from validate() | Naushir Patuck |
2023-07-28 | libcamera: yaml: Increase the YAML parser limit | Naushir Patuck |
2023-07-28 | ipa: rpi: Fix the reporting of Focus FoMs | David Plowman |
2023-07-28 | ipa: rpi: vc4: data: Updated color matrices for RPi Cameras | Ben Benson |
2023-07-25 | ipa: rpi: common: Handle AEC/AGC flicker controls | David Plowman |
2023-07-25 | libcamera: controls: Add controls for AEC/AGC flicker avoidance | David Plowman |
2023-07-24 | libcamera: rpi: pipeline_base: Cache sensor format | Jacopo Mondi |
2023-07-24 | libcamera: rpi: pipeline_base: Move findBestFormat to CameraData | Jacopo Mondi |
2023-07-24 | libcamera: rpi: pipeline_base: Remove populateSensorFormats() | Jacopo Mondi |
2023-07-11 | libcamera: CameraManager: Remove ::get(dev_t) | Kieran Bingham |
2023-07-11 | v4l2: Use SystemDevices properties to identify cameras | Kieran Bingham |
2023-07-11 | v4l2: v4l2_camera_proxy: Prevent ioctl sign-extensions | Kieran Bingham |
2023-07-10 | ipa: rpi: imx296_mono: Disable all colour shading | Naushir Patuck |
2023-07-10 | ipa: rpi: imx708: Fix mode switch drop frame count | Naushir Patuck |
2023-07-07 | pipeline: rpi: Account for Bayer packing when validating format | Naushir Patuck |
2023-07-07 | libcamera: pipeline: simple: Support TI CSI-RX | Jai Luthra |
2023-07-07 | libcamera: Add option to configure udev support | Laurent Pinchart |
2023-07-07 | meson: Fix space around colon issues | Laurent Pinchart |
2023-07-05 | apps: Add ipa-verify application | Laurent Pinchart |
2023-07-04 | libcamera: Remove `StreamRoles` alias | Barnabás Pőcze |
2023-07-04 | libcamera: camera: Take span of StreamRole instead of vector | Barnabás Pőcze |
2023-06-28 | gstreamer: Drop libcamera_private dependency | Umang Jain |
2023-06-19 | libcamera: meson: Allow PH to change libcamera_deps | Naushir Patuck |
2023-06-19 | pipeline: rpi: Do not return an error from pipeline config file handling | Naushir Patuck |
2023-06-19 | ipa: rpi: agc: Do not switch to a default if a mode is unavailable | Naushir Patuck |
2023-06-19 | libcamera: camera_sensor: Adjust properties::Rotation | Jacopo Mondi |
2023-06-18 | gstreamer: Add enable_auto_focus option to the GStreamer plugin | Cedric Nugteren |
2023-06-17 | libcamera: pipeline: Register device numbers with camera | Kieran Bingham |
2023-06-17 | libcamera: properties: Provide a Devices camera property | Kieran Bingham |
2023-06-17 | libcamera: camera_manager: Move {add,remove}Camera to internal | Kieran Bingham |
2023-06-17 | libcamera: camera_manager: Move private implementation to internal | Kieran Bingham |
2023-06-07 | ipa: rpi: agc: Gracefully handle missing agc modes | Naushir Patuck |
2023-06-07 | ipa: rpi: agc: Use std::string instead of char arrays | Naushir Patuck |