Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/14749/?format=api
{ "id": 14749, "url": "https://patchwork.libcamera.org/api/1.1/covers/14749/?format=api", "web_url": "https://patchwork.libcamera.org/cover/14749/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20211124134019.110765-1-jeanmichel.hautbois@ideasonboard.com>", "date": "2021-11-24T13:40:08", "name": "[libcamera-devel,v4,00/11] Introduce AGC for RkISP1", "submitter": { "id": 75, "url": "https://patchwork.libcamera.org/api/1.1/people/75/?format=api", "name": "Jean-Michel Hautbois", "email": "jeanmichel.hautbois@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/14749/mbox/", "series": [ { "id": 2751, "url": "https://patchwork.libcamera.org/api/1.1/series/2751/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2751", "date": "2021-11-24T13:40:08", "name": "Introduce AGC for RkISP1", "version": 4, "mbox": "https://patchwork.libcamera.org/series/2751/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/14749/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 1EA8FBF415\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 24 Nov 2021 13:40:25 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id B0E3D603C4;\n\tWed, 24 Nov 2021 14:40:24 +0100 (CET)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 07ECE60128\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 24 Nov 2021 14:40:23 +0100 (CET)", "from tatooine.ideasonboard.com (unknown\n\t[IPv6:2a01:e0a:169:7140:968b:bd0c:97fc:7c17])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id AB3E890E;\n\tWed, 24 Nov 2021 14:40:22 +0100 (CET)" ], "Authentication-Results": "lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"bTDaTjQ7\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1637761222;\n\tbh=UsH2HcvPnkrDgOfRLnJZwIg3a0TUWc45Hhax2xMerv4=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=bTDaTjQ7psp6BvTLJtb43VENMWqdiWX16tPNRaWNKZwf8wlsroQ2U/pjypLt+ZGMv\n\tYOpqELxMGaYMDN8GYVgRDZTW3h4EGu7UldyLzfCvUbHxoKFaFPb5o3lj94lURKXMzv\n\tc2IzR2KVzzyYUgvxM5m2ecnkE76ivoVGPOGOL2Ks=", "From": "Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Wed, 24 Nov 2021 14:40:08 +0100", "Message-Id": "<20211124134019.110765-1-jeanmichel.hautbois@ideasonboard.com>", "X-Mailer": "git-send-email 2.32.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v4 00/11] Introduce AGC for RkISP1", "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": "Hello,\n\nThis is the v4 of the RkISP1 AGC series.\n\nIn v3, a template for the Algorithm class is introduced in\npatch 6/11 and 7/11 for the RkISP1 implementation.\n\nNow that AGC is working pretty nicely on IPU3, make it work on RkISP1\ntoo.\n\nFor that purpose, patches 1/11 to 5/11 reuse the concepts of Algorithm and\nIPAContext and make those part of the rkisp1 IPA. The effective sensor\ncontrols can then be reported with patch 8/11.\n\nIn v4, the hw revision is included in IPAContext before the AGC uses it\n(patch 9/11).\n\nPatch 10/11 is a small adaptation of the IPU3 AGC: we reuse the relative\nluminance estimation, basing it on the Y mean measured by the ISP, and\nremoves the histogram based calculation for now.\n\nIn v2 the improvements from Laurent's series \"ipa: ipu3: agc: Misc\nimprovements\" are also included.\n\nPatch 11/11 introduces a new prepare() call from the Algorithm class in\nAGC.\n\nJean-Michel Hautbois (11):\n libipa: Correct IMX219 in CameraSensorHelper\n ipa: rkisp1: Pass IPASettings at init call\n ipa: Do not modify the sensor limits\n ipa: rkisp1: Instantiate CameraSensorHelper\n ipa: rkisp1: Introduce IPAContext\n ipa: libipa: Introduce Algorithm class template\n ipa: rkisp1: Use the Algorithm class\n ipa: rkisp1: Report and use sensor controls\n ipa: rkisp1: agc: Configure the number of cells used by HW\n ipa: rkisp1: Introduce AGC\n ipa: rkisp1: agc: Introduce prepare call\n\n include/libcamera/ipa/rkisp1.mojom | 6 +-\n src/ipa/ipu3/algorithms/algorithm.h | 12 +-\n src/ipa/ipu3/algorithms/awb.cpp | 9 +\n src/ipa/ipu3/algorithms/meson.build | 1 -\n src/ipa/ipu3/ipu3.cpp | 4 +-\n .../{ipu3/algorithms => libipa}/algorithm.cpp | 38 +--\n src/ipa/libipa/algorithm.h | 38 +++\n src/ipa/libipa/camera_sensor_helper.cpp | 2 +-\n src/ipa/libipa/meson.build | 1 +\n src/ipa/rkisp1/algorithms/agc.cpp | 286 ++++++++++++++++++\n src/ipa/rkisp1/algorithms/agc.h | 46 +++\n src/ipa/rkisp1/algorithms/algorithm.h | 25 ++\n src/ipa/rkisp1/algorithms/meson.build | 5 +\n src/ipa/rkisp1/ipa_context.cpp | 111 +++++++\n src/ipa/rkisp1/ipa_context.h | 51 ++++\n src/ipa/rkisp1/meson.build | 11 +-\n src/ipa/rkisp1/rkisp1.cpp | 128 ++++----\n src/libcamera/pipeline/rkisp1/rkisp1.cpp | 5 +-\n 18 files changed, 688 insertions(+), 91 deletions(-)\n rename src/ipa/{ipu3/algorithms => libipa}/algorithm.cpp (75%)\n create mode 100644 src/ipa/libipa/algorithm.h\n create mode 100644 src/ipa/rkisp1/algorithms/agc.cpp\n create mode 100644 src/ipa/rkisp1/algorithms/agc.h\n create mode 100644 src/ipa/rkisp1/algorithms/algorithm.h\n create mode 100644 src/ipa/rkisp1/algorithms/meson.build\n create mode 100644 src/ipa/rkisp1/ipa_context.cpp\n create mode 100644 src/ipa/rkisp1/ipa_context.h" }