summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
10 dayslibcamera: internal: Add Matrix class to buildStefan Klug
10 dayslibcamera: internal: matrix: Replace vector with array in constructorStefan Klug
10 dayslibcamera: internal: Move Matrix class into libcamera namespaceStefan Klug
10 dayslibcamera: Copy Matrix class from libipa to libcameraStefan Klug
10 daysipa: rpi: Rename Matrix to Matrix3x3Stefan Klug
10 dayslibcamera: software_isp: Actually apply black level from tuning dataMilan Zamazal
14 daysqcam: Use pointer when choosing cameraStanislaw Gruszka
14 dayslibcamera: software_isp: Remove unused IPAActiveState fieldsStanislaw Gruszka
14 dayslibcamera: software_isp: Initialize exposure+gain before agc calculationsStanislaw Gruszka
2024-11-29libcamera: libipa: camera_sensor: Add GalaxyCore gc08a3 sensor propertiesHarvey Yang
2024-11-29libcamera: libipa: camera_sensor: Add GalaxyCore gc05a2 sensor propertiesHarvey Yang
2024-11-28libcamera: add method to set thread affinityHan-Lin Chen
2024-11-28libcamera: Extend u16 control typeYudhistira Erlandinata
2024-11-28libcamera: Extend u32 control typeYudhistira Erlandinata
2024-11-28debayer_cpu: Replace syncing DMABUFs with DmaSyncerHarvey Yang
2024-11-28DmaBufAllocator: Add Dma Buffer synchronization function & helper classHarvey Yang
2024-11-28libcamera: v4l2_videodevice: Clarify V4L2M2MDeviceJacopo Mondi
2024-11-27treewide: Avoid some copies in range-based for loopsBarnabás Pőcze
2024-11-27libcamera: Don't copy `StreamConfiguration` when iteratingBarnabás Pőcze
2024-11-27libcamera: pipelines: Draw control delays from CameraSensor propertiesDaniel Scally
2024-11-27libcamera: camera_sensor_properties: Add sensor control delaysDaniel Scally
2024-11-26ipa: rkisp1: awb: Expand commentLaurent Pinchart
2024-11-26ipa: rkisp1: awb: Use Vector and Matrix for linear algebraLaurent Pinchart
2024-11-26ipa: rkisp1: awb: Use RGB class to store colour gainsLaurent Pinchart
2024-11-26ipa: libipa: colour: Use Vector and Matrix for linear algebraLaurent Pinchart
2024-11-26ipa: libipa: colour: Use the RGB class to model RGB valuesLaurent Pinchart
2024-11-26ipa: ipu3: awb: Replace Awb::RGB class with ipa::RGBLaurent Pinchart
2024-11-26ipa: libipa: vector: Add sum() functionLaurent Pinchart
2024-11-26ipa: libipa: vector: Add element-wise min() and max() functionsLaurent Pinchart
2024-11-26ipa: libipa: vector: Add compound assignment operatorsLaurent Pinchart
2024-11-26ipa: libipa: vector: Add missing binary arithemtic operatorsLaurent Pinchart
2024-11-26ipa: libipa: vector: Generalize arithmetic operatorsLaurent Pinchart
2024-11-26ipa: libipa: vector: Rename the dot product operator*() to dot()Laurent Pinchart
2024-11-26ipa: libipa: vector: Add scalar constructorLaurent Pinchart
2024-11-26ipa: libipa: vector: Add r(), g() and b() accessorsLaurent Pinchart
2024-11-26ipa: libipa: vector: Add mutable x(), y() and z() accessorsLaurent Pinchart
2024-11-26libcamera: Rename "shutter speed" to "exposure time"Laurent Pinchart
2024-11-26meson: Don't unnecessarily fallback to libyuv wrapLaurent Pinchart
2024-11-25py: Add bindings for ControlId array informationPaul Elder
2024-11-25libcamera: libipa: camera_sensor_helper: add IMX290 black levelGeoffrey Van Landeghem
2024-11-25ipa: raspberrypi: Add tuning file for IMX327 sensorGeoffrey Van Landeghem
2024-11-25ipa: raspberrypi: Add tuning file for IMX462 sensorGeoffrey Van Landeghem
2024-11-25ipa: rpi: cam_helper: Add Sony IMX327Geoffrey Van Landeghem
2024-11-25libcamera: libipa: camera_sensor: Provide helper and properties for Sony IMX462Geoffrey Van Landeghem
2024-11-25libipa: FCQueue: Make sure FrameContext#0 is initializedJacopo Mondi
2024-11-20libcamera: software_isp: Refactor SoftwareIsp to use DmaBufAllocator::exportB...Harvey Yang
2024-11-20libcamera: virtual: Read config and register cameras based on the configHarvey Yang
2024-11-20libcamera: virtual: Add ImageFrameGeneratorHarvey Yang
2024-11-20libcamera: pipeline: Add test pattern for VirtualPipelineHandlerHarvey Yang
2024-11-20libcamera: virtual: Add VirtualPipelineHandlerHarvey Yang