summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2021-01-18libcamera: camera_sensor: Initialize VIMC propertiesJacopo Mondi
2021-01-18libcamera: media_object: Add a const version of dev()Jacopo Mondi
2021-01-18libcamera: uvc: Initialize the pixel array propertiesJacopo Mondi
2021-01-18libcamera: camera_sensor: Do not default 'rotation'Jacopo Mondi
2021-01-18libcamera: camera_sensor: Default 'location' to ExternalJacopo Mondi
2021-01-18libcamera: camera_sensor: Default analogue crop rectangleJacopo Mondi
2021-01-18libcamera: camera_sensor: Provide fall-back for sensor propertiesJacopo Mondi
2021-01-18libcamera: camera_sensor: Validate driver supportJacopo Mondi
2021-01-13libcamera: sysfs: Fix directory exists checkNiklas Söderlund
2021-01-12libcamera: pipelines: ipu3: Simplify error bail out path on start()Umang Jain
2021-01-12libcamera: v4l2_videodevice: Track streaming stateKieran Bingham
2021-01-05libcamera: camera: Fix-typoSebastian Fricke
2020-12-30libcamera: file: Check files exist()Kieran Bingham
2020-12-30libcamera: camera_sensor: Register ColorFilterArrangementJacopo Mondi
2020-12-30libcamera: bayer_format: Add support for mbus codesJacopo Mondi
2020-12-30libcamera: properties: ColorFilterArrangement draft propertyJacopo Mondi
2020-12-28libcamera: pipeline_handler: Remove Camera pointer from CameraDataNiklas Söderlund
2020-12-28libcamera: pipeline_handler: Remove Camera argument from request handlingNiklas Söderlund
2020-12-27libcamera: pipeline: simple: Remove the unused configs_ variablePhi-Bang Nguyen
2020-12-27libcamera: bound_method: Fix enumerators documentationLaurent Pinchart
2020-12-20libcamera: controls: Add DigitalGain controlDavid Plowman
2020-12-18libcamera: pipeline: simple: Remove non-implemented methodsJacopo Mondi
2020-12-14libcamera: pipeline: Manage resources with std::unique_ptr<>Laurent Pinchart
2020-12-14libcamera: pipeline: vimc: Use V4L2*::fromEntityName() where possibleLaurent Pinchart
2020-12-14libcamera: pipeline: raspberrypi: Don't leak RPiCameraData::sensor_Laurent Pinchart
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-11libcamera: pipeline: raspberrypi: Pass the drop frame count in start, not con...David Plowman
2020-12-11libcamera: pipeline: raspberrypi: Allow ScalerCrop to work when passed in Cam...David Plowman
2020-12-09libcamera: v4l2_device: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-09libcamera: v4l2_subdevice: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-08pipeline: ipa: raspberrypi: Pass controls to IPA on startNaushir Patuck
2020-12-08libcamera: ipa: Pass a set of controls and return results from ipa::start()Naushir Patuck
2020-12-08libcamera: pipeline: Pass libcamera controls into pipeline_handler::start()Naushir Patuck
2020-12-07pipeline: ipa: raspberrypi: Handle failures during IPA configurationNaushir Patuck
2020-12-07libcamera: camera_sensor: Initialize PixelArray propertiesJacopo Mondi
2020-12-07libcamera: camera_sensor: Break out properties initializationJacopo Mondi
2020-12-07libcamera: camera_sensor: Adjust CameraSensorInfo::analogCropJacopo Mondi
2020-12-01libcamera: controls: Improve documentation for ExposureTime and AnalogueGainDavid Plowman
2020-11-30libcamera: control_ids: Keep draft controls lastJacopo Mondi
2020-11-26pipeline: raspberrypi: Fix erroneous bayer buffer requeue on buffer matchingNaushir Patuck
2020-11-24libcamera: camera: Document the camera and pipeline modelLaurent Pinchart
2020-11-23libcamera: controls: Improve Control documentation grammarKieran Bingham
2020-11-23libcamera: pipeline: rkisp1: fix crop configurationHelen Koike
2020-11-17pipeline: raspberrypi: Rework bayer/embedded data buffer matchingNaushir Patuck
2020-11-16pipeline: raspberrypi: Use MappedFrameBuffer for embedded data buffersNaushir Patuck
2020-11-16libcamera: pipeline: simple: Reset format on capture side of converterLaurent Pinchart
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-11-10libcamera: v4l2_device: Move start of frame detection to V4L2DeviceNiklas Söderlund
2020-11-08libcamera: camera: Inherit from ExtensibleLaurent Pinchart
2020-11-08libcamera: camera_manager: Inherit from ExtensibleLaurent Pinchart