summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 dayslibcamera: camera_sensor: Introduce CameraSensorFactoryJacopo Mondi
10 days[DNI] include: linux: Update kernel headers to metadata APILaurent Pinchart
10 dayslibcamera: v4l2_videodevice: Update to the new kernel metadata APILaurent Pinchart
10 dayslibcamera: v4l2_subdevice: Add new metadata formatsLaurent Pinchart
10 daysv4l2: v4l2_compat: Move `open*()` flag check into functionBarnabás Pőcze
10 daysv4l2: v4l2_compat: Fix redirect from `__open(at)64_2()`Barnabás Pőcze
10 daysipa: libipa: matrix: Fix incorrect symbol namespaceLaurent Pinchart
10 dayslibcamera: yaml_parser: Add support for float typesLaurent Pinchart
11 daysipa: rkisp1: agc: Rename frame context update variable to updateMeteringLaurent Pinchart
2024-06-19libcamera: debayer_cpu: Add 32bits/aligned output formatsRobert Mader
2024-06-18ipa: libipa: pwl: Drop readYaml() functionLaurent Pinchart
2024-06-18ipa: rpi: controller: Replace Pwl::readYaml() with YamlObject::get()Laurent Pinchart
2024-06-17ipa: rkisp1: agc: Move AeEnable control to the AGC algorithmLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Correctly clamp maximum shutter speedLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Rename maxShutterSpeed to maxFrameDurationLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Use mode from frame context to calculate new EVLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Simplify predivider calculationLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Don't update histogram parameters unnecessarilyLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Make size argument to computeHistogramPredivider constLaurent Pinchart
2024-06-17ipa: rkisp1: Document all AGC parameters in IPAFrameContextLaurent Pinchart
2024-06-17ipa: rkisp1: Document all AGC parameters in IPAActiveStateLaurent Pinchart
2024-06-17ipa: libipa: agc_mean_luminance: Include missing headerLaurent Pinchart
2024-06-17ipa: libipa: agc_mean_luminance: Fix enumerator namesLaurent Pinchart
2024-06-17ipa: rkisp1: agc: Fix initialization without metering modesLaurent Pinchart
2024-06-17ipa: libipa: vector: Add matrix-vector multiplicationPaul Elder
2024-06-17ipa: rkisp1: algorithms: Add crosstalk algorithmPaul Elder
2024-06-17ipa: libipa: Add MatrixInterpolator classPaul Elder
2024-06-17ipa: libipa: Add Matrix classPaul Elder
2024-06-16ipa: libipa: pwl: Specialize YamlObject getterLaurent Pinchart
2024-06-16ipa: libipa: pwl: Add a constructor that moves a Point vectorLaurent Pinchart
2024-06-16ipa: libipa: pwl: Add a size() functionLaurent Pinchart
2024-06-16ipa: libipa: pwl: Make the empty() function inlineLaurent Pinchart
2024-06-16ipa: libipa: pwl: Suffix \param with directionLaurent Pinchart
2024-06-16ipa: libipa: vector: Drop readYaml() functionLaurent Pinchart
2024-06-16ipa: libipa: vector: Specialize YamlObject getterLaurent Pinchart
2024-06-16libcamera: yaml_parser: Delegate YamlObject::get() to helper structureLaurent Pinchart
2024-06-16libcamera: yaml_parser: Drop std::enable_if_t guards for get() functionLaurent Pinchart
2024-06-14utils: tuning: rkisp1: Add skeletal AGC to the rkisp1 tuning scriptPaul Elder
2024-06-14utils: libtuning: modules: Add skeletal AGC modulePaul Elder
2024-06-14ipa: rkisp1: agc: Plumb mode-selection and frame duration controlsPaul Elder
2024-06-14ipa: rkisp1: agc: Read histogram weights from tuning filePaul Elder
2024-06-13ipa: rkisp1: cproc: Drop incorrect [[maybe_unused]]Stefan Klug
2024-06-13ipa: rkisp1: cproc: Merge identical functionsStefan Klug
2024-06-13ipa: rkisp1: cproc: Use anonymous namespace to limit symbol visibilityStefan Klug
2024-06-13utils: raspberrypi: ctt: Add a maximum gain parameter for LSCDavid Plowman
2024-06-13utils: raspberrypi: ctt: Add option to convert between vc4/pisp targetsNaushir Patuck
2024-06-13utils: raspberrypi: ctt: Update tuning tool for HDRDavid Plowman
2024-06-13utils: raspberrypi: ctt: Changed CTT handling of VC4 and PiSPBen Benson
2024-06-13utils: raspberrypi: ctt: Added CAC support to the CTTBen Benson
2024-06-13utils: raspberrypi: ctt: Adapt tuning tool for both VC4 and PiSPDavid Plowman