Cover Letter Detail
Show a cover letter.
GET /api/covers/20140/?format=api
{ "id": 20140, "url": "https://patchwork.libcamera.org/api/covers/20140/?format=api", "web_url": "https://patchwork.libcamera.org/cover/20140/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/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": "<20240529194251.863689-1-paul.elder@ideasonboard.com>", "date": "2024-05-29T19:42:47", "name": "[v3,0/4] utils: tuning: Add AGC and CCM", "submitter": { "id": 17, "url": "https://patchwork.libcamera.org/api/people/17/?format=api", "name": "Paul Elder", "email": "paul.elder@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/20140/mbox/", "series": [ { "id": 4339, "url": "https://patchwork.libcamera.org/api/series/4339/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4339", "date": "2024-05-29T19:42:47", "name": "utils: tuning: Add AGC and CCM", "version": 3, "mbox": "https://patchwork.libcamera.org/series/4339/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/20140/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 55B72BD87C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 29 May 2024 19:43:06 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id EDB076347E;\n\tWed, 29 May 2024 21:43:05 +0200 (CEST)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 603936347E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 29 May 2024 21:43:04 +0200 (CEST)", "from neptunite.hamster-moth.ts.net\n\t(h175-177-049-156.catv02.itscom.jp [175.177.49.156])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id AFC9D149B;\n\tWed, 29 May 2024 21:42:59 +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=\"JSpuYy1k\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1717011780;\n\tbh=iJdVl0Qn0d/SpjrHA0BCozD885OrTmQmtmq+U9DThYU=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=JSpuYy1k+rqj9AE97vLWLBfJS1hIEk9iO8qbuOvfxkabUsSCiGAoCP7IQe3ZLqX4c\n\t5lS01c35YUkWM84a51EAuLtgPCOjTa1ooxVTk6f9a8XVN6UZ/gLGdhhjtL7Z4457Zd\n\tWj8CpQCxELGEqZJjBAyGaCNGjE0mGXIgPSplHw0M=", "From": "Paul Elder <paul.elder@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Cc": "Paul Elder <paul.elder@ideasonboard.com>", "Subject": "[PATCH v3 0/4] utils: tuning: Add AGC and CCM", "Date": "Thu, 30 May 2024 04:42:47 +0900", "Message-Id": "<20240529194251.863689-1-paul.elder@ideasonboard.com>", "X-Mailer": "git-send-email 2.39.2", "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": "This series depends on v2 of \"ipa: libipa: Change constraint Y target to\npiecewise linear function\".\n\nThis series adds skeletal tuning modules for AGC and CCM/CTK (color\ncorrection matrix / crosstalk correction), mainly for rkisp1. They are\nhardcoded values for now, copied from ctt.\n\nThis also adds a tuning file for the imx335 for rkisp1.\n\nIn v2, mainly we add support for both v10 and v12, as one tuning file\nshould work for both platforms. The format of matrices that are meant to\nbe interpolated (usually via color temperate) such as color correction\nmatrices, is changed to match that of lsc.\n\nv3 is mainly minor fixes. Notably the patch adding a hardcoded tuning\nfile for imx335 was removed as the values in it were arbitrary, so\nthere was negative value in adding the file.\n\nPaul Elder (4):\n utils: libtuning: modules: Add skeletal AGC module\n utils: tuning: rkisp1: Add skeletal AGC to the rkisp1 tuning script\n utils: libtuning: modules: Add skeletal CCM module\n utils: tuning: rkisp1: Add skeletal CCM to the rkisp1 tuning script\n\n .../tuning/libtuning/modules/agc/__init__.py | 6 +\n utils/tuning/libtuning/modules/agc/agc.py | 21 ++++\n utils/tuning/libtuning/modules/agc/rkisp1.py | 110 ++++++++++++++++++\n .../tuning/libtuning/modules/ccm/__init__.py | 6 +\n utils/tuning/libtuning/modules/ccm/ccm.py | 22 ++++\n utils/tuning/libtuning/modules/ccm/rkisp1.py | 87 ++++++++++++++\n utils/tuning/rkisp1.py | 6 +-\n 7 files changed, 257 insertions(+), 1 deletion(-)\n create mode 100644 utils/tuning/libtuning/modules/agc/__init__.py\n create mode 100644 utils/tuning/libtuning/modules/agc/agc.py\n create mode 100644 utils/tuning/libtuning/modules/agc/rkisp1.py\n create mode 100644 utils/tuning/libtuning/modules/ccm/__init__.py\n create mode 100644 utils/tuning/libtuning/modules/ccm/ccm.py\n create mode 100644 utils/tuning/libtuning/modules/ccm/rkisp1.py" }