{"id":24127,"url":"https://patchwork.libcamera.org/api/patches/24127/?format=json","web_url":"https://patchwork.libcamera.org/patch/24127/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20250815102945.1602071-18-stefan.klug@ideasonboard.com>","date":"2025-08-15T10:29:37","name":"[v3,17/19] rkisp1: agc: Agc add yTarget to frame context","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"fab15431dbf38b2a5be515b500b44462936bec80","submitter":{"id":184,"url":"https://patchwork.libcamera.org/api/people/184/?format=json","name":"Stefan Klug","email":"stefan.klug@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/24127/mbox/","series":[{"id":5382,"url":"https://patchwork.libcamera.org/api/series/5382/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5382","date":"2025-08-15T10:29:20","name":"Implement WDR algorithm","version":3,"mbox":"https://patchwork.libcamera.org/series/5382/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/24127/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/24127/checks/","tags":{},"headers":{"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\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 39FA9BDCC1\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 15 Aug 2025 10:30:45 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id EDF33692CF;\n\tFri, 15 Aug 2025 12:30:44 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 5AA0E6925C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 15 Aug 2025 12:30:43 +0200 (CEST)","from ideasonboard.com (unknown\n\t[IPv6:2a00:6020:448c:6c00:83d1:ae5d:93a6:6837])\n\tby perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 6C8C063B;\n\tFri, 15 Aug 2025 12:29:48 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"Jjn+YVGS\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1755253788;\n\tbh=i0nExS6/DdeAFd82xlbdFJ7httuxKW3/WbwgOfUnkcE=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=Jjn+YVGS/t7UyeaXno3TAQPfPf42h7O8iYm7oWgadhSYfOgqE+7seBhb8GdNWH1sV\n\tZ3J68fB+PqyMGUUrTdzl8zHIUlj9SGu5xN3ph+sqiH9BRLCt3UWW7kAcNscAmC6vQK\n\tESA9ZTLHlPkws5at2QUW0gt2cSWpNJfBfFpif5bg=","From":"Stefan Klug <stefan.klug@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Stefan Klug <stefan.klug@ideasonboard.com>","Subject":"[PATCH v3 17/19] rkisp1: agc: Agc add yTarget to frame context","Date":"Fri, 15 Aug 2025 12:29:37 +0200","Message-ID":"<20250815102945.1602071-18-stefan.klug@ideasonboard.com>","X-Mailer":"git-send-email 2.48.1","In-Reply-To":"<20250815102945.1602071-1-stefan.klug@ideasonboard.com>","References":"<20250815102945.1602071-1-stefan.klug@ideasonboard.com>","MIME-Version":"1.0","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>,\n\t<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>,\n\t<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>"},"content":"The upcoming WDR algorithm needs access to the effective yTarget value\nfor its calculations. Add it to the frame context.\n\nSigned-off-by: Stefan Klug <stefan.klug@ideasonboard.com>\n---\n src/ipa/rkisp1/algorithms/agc.cpp | 5 +++++\n src/ipa/rkisp1/ipa_context.h      | 2 ++\n 2 files changed, 7 insertions(+)","diff":"diff --git a/src/ipa/rkisp1/algorithms/agc.cpp b/src/ipa/rkisp1/algorithms/agc.cpp\nindex d566a3fbef4a..7a4d3b064415 100644\n--- a/src/ipa/rkisp1/algorithms/agc.cpp\n+++ b/src/ipa/rkisp1/algorithms/agc.cpp\n@@ -207,6 +207,8 @@ int Agc::configure(IPAContext &context, const IPACameraSensorInfo &configInfo)\n \t\t  context.configuration.sensor.minAnalogueGain,\n \t\t  context.configuration.sensor.maxAnalogueGain, {});\n \n+\tcontext.activeState.agc.automatic.yTarget = effectiveYTarget();\n+\n \tresetFrameCount();\n \n \treturn 0;\n@@ -374,6 +376,8 @@ void Agc::prepare(IPAContext &context, const uint32_t frame,\n \t\tframeContext.compress.gain = frameContext.agc.quantizationGain;\n \t}\n \n+\tframeContext.agc.yTarget = context.activeState.agc.automatic.yTarget;\n+\n \tif (frame > 0 && !frameContext.agc.updateMetering)\n \t\treturn;\n \n@@ -618,6 +622,7 @@ void Agc::process(IPAContext &context, [[maybe_unused]] const uint32_t frame,\n \tactiveState.agc.automatic.exposure = newExposureTime / lineDuration;\n \tactiveState.agc.automatic.gain = aGain;\n \tactiveState.agc.automatic.quantizationGain = qGain;\n+\tactiveState.agc.automatic.yTarget = effectiveYTarget();\n \t/*\n \t * Expand the target frame duration so that we do not run faster than\n \t * the minimum frame duration when we have short exposures.\ndiff --git a/src/ipa/rkisp1/ipa_context.h b/src/ipa/rkisp1/ipa_context.h\nindex 60cfab228edf..ab0bbe0eb690 100644\n--- a/src/ipa/rkisp1/ipa_context.h\n+++ b/src/ipa/rkisp1/ipa_context.h\n@@ -79,6 +79,7 @@ struct IPAActiveState {\n \t\t\tuint32_t exposure;\n \t\t\tdouble gain;\n \t\t\tdouble quantizationGain;\n+\t\t\tdouble yTarget;\n \t\t} automatic;\n \n \t\tbool autoExposureEnabled;\n@@ -139,6 +140,7 @@ struct IPAFrameContext : public FrameContext {\n \t\tdouble exposureValue;\n \t\tdouble quantizationGain;\n \t\tuint32_t vblank;\n+\t\tdouble yTarget;\n \t\tbool autoExposureEnabled;\n \t\tbool autoGainEnabled;\n \t\tcontrols::AeConstraintModeEnum constraintMode;\n","prefixes":["v3","17/19"]}