summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-10-16libipa: FCQueue: Initialize FrameContext with activeStateJacopo Mondi
2024-10-16libipa: FCQueue: Make sure FrameContext#0 is initializedJacopo Mondi
2024-10-16libipa: FCQueue: Fix documentation warning for contexts_Jacopo Mondi
2024-10-16libipa: FrameContext: Move init() to FrameContextJacopo Mondi
2024-10-11rkisp1_path: Allow to pre-queue video buffersJacopo Mondi
2024-10-11libcamera: v4l2_videodevice: Do not hide frame dropsJacopo Mondi
2024-10-11WIP: rework rkisp1 pipelineJacopo Mondi
2024-10-11rkisp1: Remove Request from FrameInfoJacopo Mondi
2024-10-11rkisp1: Export buffers from main and self pathsJacopo Mondi
2024-10-11[HACK] cam: Do not allocate buffers or queue requestsJacopo Mondi
2024-10-09libcamera: rkisp1: Clamp stream configuration to ISP limit on raw pathUmang Jain
2024-10-09libcamera: rkisp1: Integrate SensorConfiguration supportUmang Jain
2024-10-08ipa: rpi: awb: Add a bias to the AWB searchNaushir Patuck
2024-10-08ipa: rpi: awb: Add a const for the default colour temperatureNaushir Patuck
2024-10-08libcamera: camera: Fix CameraConfiguration spelling errorUmang Jain
2024-10-03libcamera: software_isp: Improve wording in a commentMilan Zamazal
2024-10-03libcamera: yaml_parser: Take string keys in `std::string_view`Barnabás Pőcze
2024-10-01libcamera: android: Add face detection control supportHarvey Yang
2024-10-01libcamera: control_ids_draft: Add face detection controlsYudhistira Erlandinata
2024-10-01libcamera: controls: Add ControlTypePointYudhistira Erlandinata
2024-10-01libcamera: geometry: Add two-point Rectangle constructorYudhistira Erlandinata
2024-10-01libcamera: geometry: Clarify Rectangle's top-left cornerJacopo Mondi
2024-09-30libcamera: Replace last users of math.hLaurent Pinchart
2024-09-30ipa: rpi: Replace last users of math.hLaurent Pinchart
2024-09-30libcamera: Replace usage of lroundf() with std::lround()Laurent Pinchart
2024-09-30ipa: rpi: Use std::abs()Laurent Pinchart
2024-09-30libcamera: controls: Handle enum values without a castLaurent Pinchart
2024-09-30libcamera: v4l2_videodevice: Add getSelection() functionLaurent Pinchart
2024-09-30apps: cam: Print an error when outputting DNG and DNG support is missingLaurent Pinchart
2024-09-30apps: Replace HAVE_DNG with HAVE_TIFFLaurent Pinchart
2024-09-30pipeline: rkisp1: Filter out sensor sizes not supported by the pipelineUmang Jain
2024-09-28libcamera: rkisp1: Eliminate hard-coded resizer limitsUmang Jain
2024-09-27pipeline: simple: Increase buffer count to fourRobert Mader
2024-09-27libcamera: software_isp: Update black level only on exposure changesMilan Zamazal
2024-09-27libcamera: software_isp: Move exposure+gain to an algorithm moduleMilan Zamazal
2024-09-27libcamera: software_isp: Use DelayedControlsMilan Zamazal
2024-09-27libcamera: software_isp: Use floating point for color parametersMilan Zamazal
2024-09-27libcamera: software_isp: Move color handling to an algorithm moduleMilan Zamazal
2024-09-27libcamera: software_isp: Move black level to an algorithm moduleMilan Zamazal
2024-09-27libcamera: software_isp: Call Algorithm::processMilan Zamazal
2024-09-27libcamera: software_isp: Call Algorithm::prepareMilan Zamazal
2024-09-27libcamera: software_isp: Call Algorithm::queueRequestMilan Zamazal
2024-09-27libcamera: software_isp: Call Algorithm::configureMilan Zamazal
2024-09-27libcamera: software_isp: Create algorithmsMilan Zamazal
2024-09-27libcamera: software_isp: Track and pass frame idsMilan Zamazal
2024-09-27libcamera: software_isp: Remove final dots in debayer.cpp docstringsMilan Zamazal
2024-09-27libcamera: software_isp: Make stats frame and buffer awareMilan Zamazal
2024-09-27libcamera: software_isp: Let IPASoftSimple inherit ModuleMilan Zamazal
2024-09-27libcamera: software_isp: Define skeletons for IPA refactoringMilan Zamazal
2024-09-27libcamera: software_isp: Move BlackLevel to libcamera::ipa::softMilan Zamazal