{"id":23073,"url":"https://patchwork.libcamera.org/api/1.1/covers/23073/?format=json","web_url":"https://patchwork.libcamera.org/cover/23073/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/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":"<20250331144352.736700-1-stefan.klug@ideasonboard.com>","date":"2025-03-31T14:43:39","name":"[0/9] Wdr preparations","submitter":{"id":184,"url":"https://patchwork.libcamera.org/api/1.1/people/184/?format=json","name":"Stefan Klug","email":"stefan.klug@ideasonboard.com"},"mbox":"https://patchwork.libcamera.org/cover/23073/mbox/","series":[{"id":5094,"url":"https://patchwork.libcamera.org/api/1.1/series/5094/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5094","date":"2025-03-31T14:43:39","name":"Wdr preparations","version":1,"mbox":"https://patchwork.libcamera.org/series/5094/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/23073/comments/","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 64862C3213\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 31 Mar 2025 14:43:59 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id B1F8B68981;\n\tMon, 31 Mar 2025 16:43:58 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id F033F68967\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 31 Mar 2025 16:43:56 +0200 (CEST)","from ideasonboard.com (unknown\n\t[IPv6:2a00:6020:448c:6c00:823a:c275:e8b5:b937])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 5167E725;\n\tMon, 31 Mar 2025 16:42:05 +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=\"mtmY1HmL\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1743432125;\n\tbh=E/BSL6pKm5CPl6rLtdmoxOLFm9/bUtewe0mw4YHJGNk=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=mtmY1HmLIYOD6ipJUG8YSnRnjCYbp4mwY+BpeXdiLwqo57UKqN0lZkwKfn/K/TPb6\n\tV1L5JgixIyQgeSuPqtNL3e2LfBiT0Om084qJ53aEmVC6nQEi9D4G9rjfBLhNNzhihb\n\tHbEikJgX116Hzt3PwhhjNGdBX4+0cw7SJtbFuPpA=","From":"Stefan Klug <stefan.klug@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Stefan Klug <stefan.klug@ideasonboard.com>","Subject":"[PATCH 0/9] Wdr preparations","Date":"Mon, 31 Mar 2025 16:43:39 +0200","Message-ID":"<20250331144352.736700-1-stefan.klug@ideasonboard.com>","X-Mailer":"git-send-email 2.43.0","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":"Hi all,\n\nThis patch series does a bit of preparatory work for the upcoming WDR\nsupport. The patches are a mix of topics but as they are all quite\nsmall, I thought that a small series might be the best fit.\n\nPatches 1-3 are tiny improvements in gen-debug-controls that ease the\nday to day work.\n\nPatches 4 and 7 add a bit of debug logging.\n\nPatches 5-6 fix a bug in the rkisp1 parameters handling.\n\nPatches 8-9 add support for exposure compensation in rkisp1.\n\nI hope you all like it :-)\n\nBest regards,\nStefan\n\nStefan Klug (9):\n  utils: gen-debug-controls: Remove line number from control description\n  utils: gen-debug-controls: Fix handling of controls that appear\n    multiple times\n  utils: gen-debug-controls: Improve log output\n  libipa: agc_mean_luminance: Add debug logging\n  ipa: rkisp1: params: Check for empty parameters\n  pipeline: rkisp1: Add more info when parameter queue fails\n  pipeline: rkisp1: Add color space information to debug log\n  libipa: agc_mean_luminance: Add exposure compensation support\n  ipa: rkisp1: agc: Implement ExposureValue control\n\n src/ipa/libipa/agc_mean_luminance.cpp    | 31 +++++++++++++++++++++---\n src/ipa/libipa/agc_mean_luminance.h      |  6 +++++\n src/ipa/rkisp1/algorithms/agc.cpp        | 10 ++++++++\n src/ipa/rkisp1/ipa_context.h             |  2 ++\n src/ipa/rkisp1/params.cpp                |  3 +++\n src/ipa/rkisp1/params.h                  | 13 ++++++++++\n src/libcamera/pipeline/rkisp1/rkisp1.cpp | 13 ++++++++--\n utils/gen-debug-controls.py              | 28 ++++++++++++++++++---\n 8 files changed, 96 insertions(+), 10 deletions(-)"}