| Message ID | 20260128114402.31570-1-mzamazal@redhat.com |
|---|---|
| Headers | show
Return-Path: <libcamera-devel-bounces@lists.libcamera.org> X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 04F69C3200 for <parsemail@patchwork.libcamera.org>; Wed, 28 Jan 2026 11:44:15 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 0F1F661FCC; Wed, 28 Jan 2026 12:44:14 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="Sm1ba+6x"; dkim-atps=neutral Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id CA70C61FC4 for <libcamera-devel@lists.libcamera.org>; Wed, 28 Jan 2026 12:44:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1769600650; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=hYfjrR3GUMvPdrmvBjD2Krk+vjJYGi6oLKOr3hZWmTY=; b=Sm1ba+6xASZIuvC27TNcX/l2Nl8mmaFW68wvINOrKqo3YprQ+jdzaB2w8zV4LD683l8E99 N7X6cbTRBEL77NW/gGABUgurmpkr7/rsOFFWX3/B9VMoYLhKqx9tI2Ju7EKnegiJj+bjgZ sXZ1ZykHp7BTVg7HKrYwuOkEKXizsHY= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-449-6jsylYi8M4WEci5BOhqIZA-1; Wed, 28 Jan 2026 06:44:08 -0500 X-MC-Unique: 6jsylYi8M4WEci5BOhqIZA-1 X-Mimecast-MFC-AGG-ID: 6jsylYi8M4WEci5BOhqIZA_1769600647 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 0989F1800447; Wed, 28 Jan 2026 11:44:07 +0000 (UTC) Received: from mzamazal-thinkpadp1gen7.tpbc.com (unknown [10.44.34.236]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 636FC19560B2; Wed, 28 Jan 2026 11:44:05 +0000 (UTC) From: Milan Zamazal <mzamazal@redhat.com> To: libcamera-devel@lists.libcamera.org Cc: Milan Zamazal <mzamazal@redhat.com>, Kieran Bingham <kieran.bingham@ideasonboard.com> Subject: [PATCH v5 00/15] Simple pipeline IPA cleanup Date: Wed, 28 Jan 2026 12:43:47 +0100 Message-ID: <20260128114402.31570-1-mzamazal@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: SP_2DU3348q05J-lLTP9GsmVHyzVHWmWQzrkAUzb1pI_1769600647 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <libcamera-devel.lists.libcamera.org> List-Unsubscribe: <https://lists.libcamera.org/options/libcamera-devel>, <mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe> List-Archive: <https://lists.libcamera.org/pipermail/libcamera-devel/> List-Post: <mailto:libcamera-devel@lists.libcamera.org> List-Help: <mailto:libcamera-devel-request@lists.libcamera.org?subject=help> List-Subscribe: <https://lists.libcamera.org/listinfo/libcamera-devel>, <mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe> Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" <libcamera-devel-bounces@lists.libcamera.org> |
| Series |
|
| Related |
show
|
The simple pipeline image algorithms inappropriately mix various stuff together. For example, contrast and saturation processing is mixed with CCM and LUT processing, algorithms cannot be disabled without making software ISP malfunctioning and some "algorithms", like lookup table construction, are not algorithms at all. This patch series introduces new algorithm Adjust for contrast, saturation and gamma adjustments, moves lookup table construction to debayering, separates CCM from the combined matrix (which includes white balance and saturation adjustments), and cleans up some other things. Changes in v5: - Rebased to resolve a minor conflict. - CI: Changes in v4: - Remaining redundant <optional> include removed from adjust.h. - Gamma value is reported in metadata. - Contrast value is always reported in metadata. - context.activeState.knobs.gamma is no longer std::optional. - gpuIspEnabled removed from everywhere. - Matrix comparison simplified as suggested by Barnabás. - Multiple params_->combinedMatrix assignments replaced by a single one. - Unused context.activeState.ccm removed. - currentCcm_ wrapped by std::optional and ccmAssigned_ removed. - kDefault* constants made constexpr. - kDefaultContrast and kDefaultSaturation moved to adjust.cpp. - Minor corrections in commit messages. Changes in v3: - Rebased on the merged GPU ISP and adjusted for the changes there. - A patch reverting enabling Ccm algorithm by GPU ISP added. Changes in v2: - Commit message of "Generalise tracking matrix changes" improved a bit. - correctionMatrix renamed to combinedMatrix. - combinedMatrix initialisations fixed and Matrix::identity utilised. - gamma made adjustable. - Types of contrast, saturation, gamma set to float (from double in some places). - Symbolic constants are used for contrast, saturation, gamma defaults. - The gain matrix is applied directly in awb.cpp now. - Lut "algorithm" removed; lookup tables construction moved to debayering. Milan Zamazal (15): libcamera: ipa: simple: Remove an unused include from awb.cpp libcamera: ipa: simple: Unwrap IPAFrameContext::ccm libcamera: ipa: simple: Generalize tracking matrix changes libcamera: ipa: simple: Rename "ccm" identifiers not specific to CCM libcamera: ipa: simple: Introduce a general correction matrix libcamera: ipa: simple: Initialise the general correction matrix libcamera: ipa: simple: Separate saturation from CCM libcamera: ipa: simple: Move contrast settings to adjust.cpp libcamera: ipa: simple: Make gamma adjustable libcamera: ipa: simple: Apply gain matrix in awb libcamera: ipa: simple: Use float type for adjustment controls libcamera: ipa: simple: Use symbolic constants for adjust defaults libcamera: ipa: simple: Set contrast metadata unconditionally libcamera: ipa: simple: Remove Lut algorithm libcamera: ipa: simple: Disable Ccm algorithm by default again .../internal/software_isp/debayer_params.h | 45 +---- include/libcamera/ipa/soft.mojom | 3 +- src/ipa/simple/algorithms/adjust.cpp | 134 ++++++++++++++ src/ipa/simple/algorithms/{lut.h => adjust.h} | 28 +-- src/ipa/simple/algorithms/awb.cpp | 12 +- src/ipa/simple/algorithms/ccm.cpp | 80 ++------ src/ipa/simple/algorithms/ccm.h | 12 +- src/ipa/simple/algorithms/lut.cpp | 174 ------------------ src/ipa/simple/algorithms/meson.build | 2 +- src/ipa/simple/data/uncalibrated.yaml | 14 +- src/ipa/simple/ipa_context.h | 27 +-- src/ipa/simple/soft_simple.cpp | 13 +- src/libcamera/software_isp/debayer.cpp | 172 +---------------- src/libcamera/software_isp/debayer.h | 8 - src/libcamera/software_isp/debayer_cpu.cpp | 136 ++++++++++++-- src/libcamera/software_isp/debayer_cpu.h | 26 ++- src/libcamera/software_isp/debayer_egl.cpp | 27 ++- src/libcamera/software_isp/software_isp.cpp | 29 +-- 18 files changed, 369 insertions(+), 573 deletions(-) create mode 100644 src/ipa/simple/algorithms/adjust.cpp rename src/ipa/simple/algorithms/{lut.h => adjust.h} (57%) delete mode 100644 src/ipa/simple/algorithms/lut.cpp