summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-03libipa: histogram: Fix interQuantileMean() for small rangesStefan Klug
2025-04-03libipa: histogram: Fix quantile() calculation for fractional resultsStefan Klug
2025-04-03pipeline: simple: Reset delayedCtrls at startStanislaw Gruszka
2025-04-03pipeline: simple: Create DelayedControls instance once onlyLaurent Pinchart
2025-04-03pipeline: simple: Enable frame start eventsStanislaw Gruszka
2025-04-03pipeline: simple: Connect/disconnect frameStart signal at start/stop timeStanislaw Gruszka
2025-04-03libcamera: v4l2_device: add frame start event helpersStanislaw Gruszka
2025-04-02pipeline: rpi: Fix potential empty optional readBarnabás Pőcze
2025-04-02gstreamer: Use `Control<>` objects when setting controlsBarnabás Pőcze
2025-04-02ipa: simple: Initialize ccmEnabled to falseStanislaw Gruszka
2025-04-01libcamera: pipeline: uvcvideo: Fix `ExposureTimeMode` control settingBarnabás Pőcze
2025-04-01libcamera: pipeline: uvcvideo: Fix `ExposureTimeMode` control setupBarnabás Pőcze
2025-04-01libcamera: camera_manager: Take camera id in `std::string_view`Barnabás Pőcze
2025-04-01libcamera: camera_manager: Simplify camera lookupBarnabás Pőcze
2025-04-01libcamera: software_isp: Reset stored exposure in black levelMilan Zamazal
2025-03-28ipa: simple: Report exposure in metadataMilan Zamazal
2025-03-28ipa: simple: Report contrast in metadataMilan Zamazal
2025-03-28ipa: simple: Report black levels in metadataKieran Bingham
2025-03-28ipa: simple: Report the ColourGains in metadataKieran Bingham
2025-03-28ipa: simple: softisp: Extend to pass metadataKieran Bingham
2025-03-28libcamera: software_isp: Track frames and requestsMilan Zamazal
2025-03-26ipa: rksip1: Remove setControls(0) to reduce startup oscillationsStefan Klug
2025-03-26ipa: libipa: agc_mean_luminance: Error out when effectiveExposureValue is zeroStefan Klug
2025-03-26ipa: rkisp1: Add debug log for the sensor controls being setStefan Klug
2025-03-26pipeline: rpi: pisp: Fix uninitialized variable warningLaurent Pinchart
2025-03-26ipa: rkisp1: agc: Set measurement window to full frameStefan Klug
2025-03-26ipa: rkisp1: agc: Fix metering modesStefan Klug
2025-03-26libcamera: software_isp: Apply CCM in debayeringMilan Zamazal
2025-03-26libcamera: software_isp: Track whether CCM is enabledMilan Zamazal
2025-03-26libcamera: software_isp: Add an example CCM to uncalibrated.yamlMilan Zamazal
2025-03-26libcamera: software_isp: Add CCM algorithmMilan Zamazal
2025-03-26libcamera: software_isp: Use a macro to assign debayering methodsMilan Zamazal
2025-03-26libcamera: software_isp: Use common code to store debayered pixelsMilan Zamazal
2025-03-26libcamera: software_isp: lut: Remove maybe_unused on a used argumentMilan Zamazal
2025-03-26libcamera: software_isp: Store color temperature to metadataMilan Zamazal
2025-03-26libcamera: software_isp: Use RGB type to represent gainsMilan Zamazal
2025-03-26libcamera: software_isp: Determine color temperatureMilan Zamazal
2025-03-25libcamera: camera_manager: Do not emit signals while holding lockBarnabás Pőcze
2025-03-21libcamera: camera: Ensure correct id maps are always setBarnabás Pőcze
2025-03-21ipa: simple: lut: Fix include pathBarnabás Pőcze
2025-03-21libcamera: v4l2_videodevice: `lastUsedCounter_` need not be atomicBarnabás Pőcze
2025-03-21apps: cam: Highlight default enumeratorBarnabás Pőcze
2025-03-21libcamera: media_device: Ignore `lockf()` return valueBarnabás Pőcze
2025-03-21apps: qcam: Simplify `PixelFormat` searchBarnabás Pőcze
2025-03-21libcamera: ipa_manager: Store `IPAModule`s in `std::unique_ptr`Barnabás Pőcze
2025-03-20apps: cam: Fix include orderLaurent Pinchart
2025-03-20pipeline: rpi: Add support for Raspberry Pi 5Naushir Patuck
2025-03-20pipeline: rpi: Add new stream flags for PiSPNaushir Patuck
2025-03-20ipa: rpi: Add support for Raspberry Pi 5Naushir Patuck
2025-03-19gstreamer: Add Y444 format support to the YUV listAntoine Bouyer