Age | Commit message (Expand) | Author |
2024-10-08 | ipa: rpi: awb: Add a bias to the AWB search | Naushir Patuck |
2024-10-08 | ipa: rpi: awb: Add a const for the default colour temperature | Naushir Patuck |
2024-10-08 | libcamera: camera: Fix CameraConfiguration spelling error | Umang Jain |
2024-10-03 | libcamera: software_isp: Improve wording in a comment | Milan Zamazal |
2024-10-03 | libcamera: yaml_parser: Take string keys in `std::string_view` | Barnabás Pőcze |
2024-10-01 | libcamera: android: Add face detection control support | Harvey Yang |
2024-10-01 | libcamera: control_ids_draft: Add face detection controls | Yudhistira Erlandinata |
2024-10-01 | libcamera: controls: Add ControlTypePoint | Yudhistira Erlandinata |
2024-10-01 | libcamera: geometry: Add two-point Rectangle constructor | Yudhistira Erlandinata |
2024-10-01 | libcamera: geometry: Clarify Rectangle's top-left corner | Jacopo Mondi |
2024-09-30 | libcamera: Replace last users of math.h | Laurent Pinchart |
2024-09-30 | ipa: rpi: Replace last users of math.h | Laurent Pinchart |
2024-09-30 | libcamera: Replace usage of lroundf() with std::lround() | Laurent Pinchart |
2024-09-30 | ipa: rpi: Use std::abs() | Laurent Pinchart |
2024-09-30 | libcamera: controls: Handle enum values without a cast | Laurent Pinchart |
2024-09-30 | libcamera: v4l2_videodevice: Add getSelection() function | Laurent Pinchart |
2024-09-30 | apps: cam: Print an error when outputting DNG and DNG support is missing | Laurent Pinchart |
2024-09-30 | apps: Replace HAVE_DNG with HAVE_TIFF | Laurent Pinchart |
2024-09-30 | pipeline: rkisp1: Filter out sensor sizes not supported by the pipeline | Umang Jain |
2024-09-28 | libcamera: rkisp1: Eliminate hard-coded resizer limits | Umang Jain |
2024-09-27 | pipeline: simple: Increase buffer count to four | Robert Mader |
2024-09-27 | libcamera: software_isp: Update black level only on exposure changes | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Move exposure+gain to an algorithm module | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Use DelayedControls | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Use floating point for color parameters | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Move color handling to an algorithm module | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Move black level to an algorithm module | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Call Algorithm::process | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Call Algorithm::prepare | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Call Algorithm::queueRequest | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Call Algorithm::configure | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Create algorithms | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Track and pass frame ids | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Remove final dots in debayer.cpp docstrings | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Make stats frame and buffer aware | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Let IPASoftSimple inherit Module | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Define skeletons for IPA refactoring | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Move BlackLevel to libcamera::ipa::soft | Milan Zamazal |
2024-09-27 | libcamera: software_isp: Remove superfluous includes | Milan Zamazal |
2024-09-25 | apps: cam: Print control array sizes | Paul Elder |
2024-09-25 | libcamera: controls: Add array information to ControlId | Paul Elder |
2024-09-25 | py: Add bindings for ControlId enum name | Paul Elder |
2024-09-25 | apps: cam: Print control enum values more nicely | Paul Elder |
2024-09-25 | libcamera: controls: Add enum names and values map to ControlId | Paul Elder |
2024-09-23 | libcamera: libipa: camera_sensor: Add Sony IMX214 sensor properties | André Apitzsch |
2024-09-23 | ipa: rkisp1: Add polynomial LSC loader | Stefan Klug |
2024-09-23 | ipa: rkisp1: Add sensor info to context | Stefan Klug |
2024-09-23 | ipa: libipa: Add lsc polynomial class | Stefan Klug |
2024-09-23 | ipa: rkisp1: Move loader functions into helper class | Stefan Klug |
2024-09-23 | ipa: rkisp1: Use interpolator in lsc | Stefan Klug |