summaryrefslogtreecommitdiff
path: root/src/libcamera
AgeCommit message (Expand)Author
2023-07-07libcamera: pipeline: simple: Support TI CSI-RXJai Luthra
2023-07-07libcamera: Add option to configure udev supportLaurent Pinchart
2023-07-07meson: Fix space around colon issuesLaurent Pinchart
2023-07-05apps: Add ipa-verify applicationLaurent Pinchart
2023-07-04libcamera: Remove `StreamRoles` aliasBarnabás Pőcze
2023-07-04libcamera: camera: Take span of StreamRole instead of vectorBarnabás Pőcze
2023-06-19libcamera: meson: Allow PH to change libcamera_depsNaushir Patuck
2023-06-19pipeline: rpi: Do not return an error from pipeline config file handlingNaushir Patuck
2023-06-19libcamera: camera_sensor: Adjust properties::RotationJacopo Mondi
2023-06-17libcamera: pipeline: Register device numbers with cameraKieran Bingham
2023-06-17libcamera: properties: Provide a Devices camera propertyKieran Bingham
2023-06-17libcamera: camera_manager: Move {add,remove}Camera to internalKieran Bingham
2023-06-17libcamera: camera_manager: Move private implementation to internalKieran Bingham
2023-06-06libcamera: rkisp1: Fix enumeration of RAW formatsJacopo Mondi
2023-06-06libcamera: rkisp1: Assign sizes to rolesJacopo Mondi
2023-06-06libcamera: rkisp1: Crop on ISP before downscalingJacopo Mondi
2023-06-06libcamera: rkisp1: Generate config using main pathJacopo Mondi
2023-06-06pipeline: ipa: rpi: Return lens controls from ipa->configure()Naushir Patuck
2023-06-06libcamera: controls: Define a default lens position behaviourNaushir Patuck
2023-06-05libcamera: controls: Drop reference to IPA in controls documentationLaurent Pinchart
2023-06-05ipa: rpi: Handle controls for mono variant sensorsNaushir Patuck
2023-06-05camera_sensor: ipa: core: Add CFA pattern to IPACameraSensorInfoNaushir Patuck
2023-05-24libcamera: camera_sensor: Add Sony IMX327 sensor propertiesBenjamin Bara
2023-05-24pipeline: rpi: ipa_base: Parse config files after platformRegister()Naushir Patuck
2023-05-09meson: Fix usage of overwritten pipeline variableLaurent Pinchart
2023-05-08libcamera: ipa_manager: Allow IPA loading in nested subdirsJacopo Mondi
2023-05-08libcamera: v4l2_videodevice: Use O_CLOEXEC when exporting DMA buffersElias Naur
2023-05-04v4l2: Move the v4l2 compat layer to libexec/libcameraKieran Bingham
2023-05-04pipeline: raspberrypi: Add stream flags to RPi::StreamNaushir Patuck
2023-05-04pipeline: raspberrypi: Introduce PipelineHandlerBase classNaushir Patuck
2023-05-04pipeline: raspberrypi: Make RPi::Stream::name() return const std::string &Naushir Patuck
2023-05-04pipeline: ipa: raspberrypi: Restructure the IPA mojom interfaceNaushir Patuck
2023-05-04pipeline: raspberrypi: rpi_stream: Set invalid buffer to id == 0Naushir Patuck
2023-05-04pipeline: ipa: raspberrypi: Refactor and move the Raspberry Pi codeNaushir Patuck
2023-05-04pipeline: meson: Allow nested pipeline handler directory structuresNaushir Patuck
2023-05-04libcamera: ipa: Remove character restriction on the IPA nameNaushir Patuck
2023-05-03libcamera: pipeline: simple: Add support for ST's DCMIPPDaniel Scally
2023-05-01pipeline: simple: Validate transformRobert Mader
2023-04-30libcamera: imx8-isi: Remove mbusCode from formatsMap_Jacopo Mondi
2023-04-30libcamera: imx8-isi: Split Bayer/YUV config generationJacopo Mondi
2023-04-30libcamera: camera_sensor: Add tryFormat()Jacopo Mondi
2023-04-30libcamera: imx8-isi: Automatically select media bus codeJacopo Mondi
2023-04-30libcamera: imx8-isi: Break out YUV format selectionJacopo Mondi
2023-04-30libcamera: imx8-isi: Break out RAW format selectionJacopo Mondi
2023-04-20libcamera: controls: guard ControlInfoMap against nullptr idmap_Mattijs Korpershoek
2023-04-19libcamera: device_enumerator_udev: Use std::string_viewBarnabás Pőcze
2023-04-18libcamera: formats: Add 14-bits Bayer RAW formatsJacopo Mondi
2023-04-18libcamera: device_enumerator_udev: Remove devnum from dependency mapBarnabás Pőcze
2023-04-05libcamera: Open files with O_CLOEXECLaurent Pinchart
2023-03-26libcamera: v4l2_device: openat(2) with O_CLOEXEC to cleanup after exec(3)Elias Naur