summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-01libcamera v0.0.4v0.0.4Kieran Bingham
2023-01-31pipeline: raspberrypi: Add a parameter to disable startup drop framesNaushir Patuck
2023-01-31pipeline: raspberrypi: Read config parameters from a fileNaushir Patuck
2023-01-31pipeline: raspberrypi: Reorder startup drop frame initialisationNaushir Patuck
2023-01-31pipeline: raspberrypi: Add a pipeline config structureNaushir Patuck
2023-01-31libcamera: pipeline: Add a platform configuration file helperNaushir Patuck
2023-01-31libcamera: pipeline: build: Add pipeline_data_dir variableNaushir Patuck
2023-01-31pipeline: raspberrypi: Fix handling of colour spacesDavid Plowman
2023-01-30ipa: raspberrypi: Add support for the Sony IMX708 sensorNick Hollinghurst
2023-01-30libcamera: camera_sensor: Add Sony IMX708 sensor propertiesNick Hollinghurst
2023-01-30ipa: raspberrypi: Add lens position to DeviceStatusNaushir Patuck
2023-01-30ipa: raspberrypi: First version of autofocus algorithm using PDAFNick Hollinghurst
2023-01-30ipa: raspberrypi: Handle autofocus algorithm resultsNick Hollinghurst
2023-01-30ipa: raspberrypi: Handle autofocus controlsNick Hollinghurst
2023-01-30ipa: raspberrypi: Include autofocus controls in the IPA ControlInfoMapNaushir Patuck
2023-01-30ipa: raspberrypi: Reorder header file inclusionNaushir Patuck
2023-01-30ipa: raspberrypi: Add autofocus algorithm interface headersNick Hollinghurst
2023-01-30ipa: mojom: raspberrypi: Add setLensControls() functionNick Hollinghurst
2023-01-30pipeline: ipa: raspberrypi: Validate lens controlsNaushir Patuck
2023-01-30pipeline: ipa: raspberrypi: Replace entityControlsNaushir Patuck
2023-01-30pipeline: ipa: raspberrypi: Remove unused streamConfigNaushir Patuck
2023-01-30pipeline: ipa: raspberrypi: Check if lens actuator is availableNaushir Patuck
2023-01-30meson: Rework automatic pipeline selectionKieran Bingham
2023-01-30pipeline: raspberrypi: Improve the values reported in the ScalerCrop controlDavid Plowman
2023-01-30documentation: sensor_drivers: Document H/V flipJacopo Mondi
2023-01-30libcamera: rkisp1: Add support for TransformJacopo Mondi
2023-01-30libcamera: camera_sensor: Apply flips at setFormat()Jacopo Mondi
2023-01-30libcamera: camera_sensor: Validate TransformJacopo Mondi
2023-01-30libcamera: camera_sensor: Verify flips supportJacopo Mondi
2023-01-26libcamera: Add support for OmniVision OV8858Nicholas Roth
2023-01-25ipa: rkisp1: Raise maximum analogue gainMikhail Rudenko
2023-01-25ipa: rkisp1: Add OV4689 tuning fileMikhail Rudenko
2023-01-25libcamera: camera_sensor: Add OV4689 sensor propertiesMikhail Rudenko
2023-01-25ipa: camera_sensor_helper: Add OV4689 supportMikhail Rudenko
2023-01-19libcamera: camera: Fix validateColorSpaces to choose "main" colour spaceDavid Plowman
2023-01-16libcamera: ipa_module: Relax ipaModuleInfo symbol size checkLaurent Pinchart
2023-01-16py: cam.py: Fix duplicate metadata output if more than one streamDaniel Oakley
2023-01-16libcamera: rkisp1: Re-sort includesJacopo Mondi
2023-01-16libcamera: bayer_format: Expand documentationJacopo Mondi
2023-01-10libcamera: base: utils: Support C libraries lacking locale supportLaurent Pinchart
2023-01-10base: utils: Add and use strtod() helperLaurent Pinchart
2023-01-10utils: checkstyle.py: Add commit title checkerLaurent Pinchart
2023-01-05README: Replace deprecated 'meson' with 'meson setup'Laurent Pinchart
2023-01-05Documentation: Specify Doxygen OUTPUT_DIRECTORY explicitlyBarnabás Pőcze
2023-01-05libcamera: Use C++17 [[fallthrough]] everywhereMatti Lehtimäki
2023-01-03libcamera: yaml_parser: Use C localeKieran Bingham
2022-12-30meson: Add 'all' choice to pipelines optionPaul Elder
2022-12-30qcam: Show string representation of pixel formatChristian Rauch
2022-12-29meson: options: Fix typo in pipelines documentationPaul Elder
2022-12-24meson: Only build pipeline handlers needed in the host architectureJavier Martinez Canillas