summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-18android: camera_device: Do not default pixel array propertiesJacopo Mondi
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
2021-01-04android: camera_device: Only advertise RAW support if RAW16 is availableNiklas Söderlund
2020-12-30src: meson: Simplify v4l2 enablementKieran Bingham
2020-12-30src: meson: Re-order subdir layoutKieran Bingham
2020-12-30libcamera: file: Check files exist()Kieran Bingham
2020-12-30android: camera_device: Simplify properties.get()Jacopo Mondi
2020-12-30android: camera_device: Report ColorFilterArrangementJacopo Mondi
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-20ipa: raspberrypi: Add digital gain to libcamera metadataDavid Plowman
2020-12-20libcamera: controls: Add DigitalGain controlDavid Plowman
2020-12-18libcamera: pipeline: simple: Remove non-implemented methodsJacopo Mondi
2020-12-18android: camera_device: Report number of out streamsJacopo Mondi
2020-12-18android: camera_device: Report pipeline depthJacopo Mondi
2020-12-16ipa: raspberrypi: Only validate ISP and sensor control during configureNaushir Patuck
2020-12-16ipa: raspberrypi: Rename unicamCtrls_ to sensorCtrls_Naushir Patuck
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-14android: camera_device: Replace auto with explicit typeLaurent Pinchart
2020-12-14android: camera_device: Temporary fix sensor propertiesJacopo Mondi
2020-12-11ipa: raspberrypi: Move initial frame drop decision to AGC/AWBDavid Plowman
2020-12-11ipa: raspberrypi: Estimate the colour temerature if starting with fixed colou...David Plowman
2020-12-11ipa: raspberrypi: Compute inverse of piecewise linear functionDavid Plowman
2020-12-11ipa: raspberrypi: awb: Add GetConvergenceFrames method to AWB base classDavid Plowman
2020-12-11ipa: raspberrypi: agc: Add GetConvergenceFrames method to AGC base classDavid Plowman
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-11android: camera_device: Reorder configurations before requestingHirokazu Honda
2020-12-11android: camera_device: Use Camera3StreamConfig in configureStreams()Hirokazu Honda
2020-12-11android: camera_device: Introduce Camera3StreamConfigHirokazu Honda
2020-12-09libcamera: v4l2_device: Return a unique pointer from fromEntityName()Laurent Pinchart