[{"id":39178,"web_url":"https://patchwork.libcamera.org/comment/39178/","msgid":"<178179707030.861173.3000542699221537457@ping.linuxembedded.co.uk>","date":"2026-06-18T15:37:50","subject":"Re: [PATCH v2 2/2] ipa: rpi: Add cam_helper for Sony IMX678","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/people/4/","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"content":"Quoting Jai Luthra (2026-06-18 15:56:42)\n> From: will whang <will@willwhang.com>\n> \n> This adds a basic cam helper for Sony IMX678, modelling the gain curve\n> and the sensor limits for the maximum exposure time.\n> \n> Link: https://github.com/will127534/libcamera/commit/619459e7c70306ba18476\n> Signed-off-by: will whang <will@willwhang.com>\n> Co-developed-by: Jai Luthra <jai.luthra@ideasonboard.com>\n> Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>\n\nWe're in RPi IPA space here, so I've added Naush for consideration, but\nyou've tackled my concerns, Thanks.\n\nReviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\n\n> ---\n> Changes in v2:\n> - Drop hideFramesStartup() and hideFramesModeSwitch()\n> - Use std::pow() instead of pow()\n> - Drop unnecessary includes, and include <algorithm> and <cmath> for\n>   std::pow and std::min/max\n> - Reword comment for embedded data, as the sensor supports it but the\n>   driver currently does not\n> - Cleanup more issues with whitespace\n> - Add a Co-developed-by tag now that it's not a complete copy-paste\n> - Update commit message\n> ---\n>  src/ipa/rpi/cam_helper/cam_helper_imx678.cpp | 56 ++++++++++++++++++++++++++++\n>  src/ipa/rpi/cam_helper/meson.build           |  1 +\n>  2 files changed, 57 insertions(+)\n> \n> diff --git a/src/ipa/rpi/cam_helper/cam_helper_imx678.cpp b/src/ipa/rpi/cam_helper/cam_helper_imx678.cpp\n> new file mode 100644\n> index 000000000..916433bf6\n> --- /dev/null\n> +++ b/src/ipa/rpi/cam_helper/cam_helper_imx678.cpp\n> @@ -0,0 +1,56 @@\n> +/* SPDX-License-Identifier: BSD-2-Clause */\n> +/*\n> + * Copyright (C) 2026, Will Whang\n> + *\n> + * cam_helper_imx678.cpp - camera information for Sony IMX678 sensor\n> + */\n> +\n> +#include <algorithm>\n> +#include <cmath>\n> +\n> +#include \"cam_helper.h\"\n> +\n> +using namespace RPiController;\n> +\n> +class CamHelperImx678 : public CamHelper\n> +{\n> +public:\n> +       CamHelperImx678();\n> +       uint32_t gainCode(double gain) const override;\n> +       double gain(uint32_t gainCode) const override;\n> +\n> +private:\n> +       /*\n> +        * Smallest difference between the frame length and integration time,\n> +        * in units of lines.\n> +        */\n> +       static constexpr int frameIntegrationDiff = 4;\n> +};\n> +\n> +/*\n> + * IMX678 driver currently doesn't expose a metadata stream, so we have to use\n> + * the \"unicam parser\" which works by counting frames.\n> + */\n> +\n> +CamHelperImx678::CamHelperImx678()\n> +       : CamHelper({}, frameIntegrationDiff)\n> +{\n> +}\n> +\n> +uint32_t CamHelperImx678::gainCode(double gain) const\n> +{\n> +       int code = 66.6667 * log10(gain);\n> +       return std::max(0, std::min(code, 0xf0));\n> +}\n> +\n> +double CamHelperImx678::gain(uint32_t gainCode) const\n> +{\n> +       return std::pow(10, 0.015 * gainCode);\n> +}\n> +\n> +static CamHelper *create()\n> +{\n> +       return new CamHelperImx678();\n> +}\n> +\n> +static RegisterCamHelper reg(\"imx678\", &create);\n> diff --git a/src/ipa/rpi/cam_helper/meson.build b/src/ipa/rpi/cam_helper/meson.build\n> index 87b6a3600..eabd55dce 100644\n> --- a/src/ipa/rpi/cam_helper/meson.build\n> +++ b/src/ipa/rpi/cam_helper/meson.build\n> @@ -10,6 +10,7 @@ rpi_ipa_cam_helper_sources = files([\n>      'cam_helper_imx415.cpp',\n>      'cam_helper_imx477.cpp',\n>      'cam_helper_imx519.cpp',\n> +    'cam_helper_imx678.cpp',\n>      'cam_helper_imx708.cpp',\n>      'cam_helper_ov64a40.cpp',\n>      'cam_helper_ov7251.cpp',\n> \n> -- \n> 2.54.0\n>","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 7C033C3261\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 18 Jun 2026 15:37:55 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 7784D62E9D;\n\tThu, 18 Jun 2026 17:37:54 +0200 (CEST)","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 C748961754\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 18 Jun 2026 17:37:52 +0200 (CEST)","from monstersaurus.ideasonboard.com\n\t(cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 95A838E0;\n\tThu, 18 Jun 2026 17:37:17 +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=\"iVlaeLSU\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1781797037;\n\tbh=dmd4b1rQ5DgUgEpIXFDJ812Egf7OqjF7EHNvOYN2nkk=;\n\th=In-Reply-To:References:Subject:From:Cc:To:Date:From;\n\tb=iVlaeLSUd9jz7sdz/M1sM3e4TyBkEytbjxmaEH1r/D2ttbfvudbDzhJPojAZScOVQ\n\tCNXSBXM9QsqCnMGqdYHTTlfnvxfYohlz5GwxqbdlyURiobXqbPVebK9ilgwA9o/GmE\n\tylfngkwvkgk2JUn0H54bXuNYW0Qw+Lw/ezSmkEw8=","Content-Type":"text/plain; charset=\"utf-8\"","MIME-Version":"1.0","Content-Transfer-Encoding":"quoted-printable","In-Reply-To":"<20260618-imx678-v2-2-a288102744c3@ideasonboard.com>","References":"<20260618-imx678-v2-0-a288102744c3@ideasonboard.com>\n\t<20260618-imx678-v2-2-a288102744c3@ideasonboard.com>","Subject":"Re: [PATCH v2 2/2] ipa: rpi: Add cam_helper for Sony IMX678","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","Cc":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>,\n\tJai Luthra <jai.luthra@ideasonboard.com>, will whang <will@willwhang.com>","To":"Jai Luthra <jai.luthra@ideasonboard.com>,\n\tlibcamera-devel@lists.libcamera.org,\n\tNaushir Patuck <naush@raspberrypi.com>, ","Date":"Thu, 18 Jun 2026 16:37:50 +0100","Message-ID":"<178179707030.861173.3000542699221537457@ping.linuxembedded.co.uk>","User-Agent":"alot/0.9.1","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>"}},{"id":39179,"web_url":"https://patchwork.libcamera.org/comment/39179/","msgid":"<20260618154846.GA3410390@killaraus.ideasonboard.com>","date":"2026-06-18T15:48:46","subject":"Re: [PATCH v2 2/2] ipa: rpi: Add cam_helper for Sony IMX678","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"On Thu, Jun 18, 2026 at 08:26:42PM +0530, Jai Luthra wrote:\n> From: will whang <will@willwhang.com>\n> \n> This adds a basic cam helper for Sony IMX678, modelling the gain curve\n> and the sensor limits for the maximum exposure time.\n> \n> Link: https://github.com/will127534/libcamera/commit/619459e7c70306ba18476\n> Signed-off-by: will whang <will@willwhang.com>\n> Co-developed-by: Jai Luthra <jai.luthra@ideasonboard.com>\n> Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>\n\nReviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n\n> ---\n> Changes in v2:\n> - Drop hideFramesStartup() and hideFramesModeSwitch()\n> - Use std::pow() instead of pow()\n> - Drop unnecessary includes, and include <algorithm> and <cmath> for\n>   std::pow and std::min/max\n> - Reword comment for embedded data, as the sensor supports it but the\n>   driver currently does not\n> - Cleanup more issues with whitespace\n> - Add a Co-developed-by tag now that it's not a complete copy-paste\n> - Update commit message\n> ---\n>  src/ipa/rpi/cam_helper/cam_helper_imx678.cpp | 56 ++++++++++++++++++++++++++++\n>  src/ipa/rpi/cam_helper/meson.build           |  1 +\n>  2 files changed, 57 insertions(+)\n> \n> diff --git a/src/ipa/rpi/cam_helper/cam_helper_imx678.cpp b/src/ipa/rpi/cam_helper/cam_helper_imx678.cpp\n> new file mode 100644\n> index 000000000..916433bf6\n> --- /dev/null\n> +++ b/src/ipa/rpi/cam_helper/cam_helper_imx678.cpp\n> @@ -0,0 +1,56 @@\n> +/* SPDX-License-Identifier: BSD-2-Clause */\n> +/*\n> + * Copyright (C) 2026, Will Whang\n> + *\n> + * cam_helper_imx678.cpp - camera information for Sony IMX678 sensor\n> + */\n> +\n> +#include <algorithm>\n> +#include <cmath>\n> +\n> +#include \"cam_helper.h\"\n> +\n> +using namespace RPiController;\n> +\n> +class CamHelperImx678 : public CamHelper\n> +{\n> +public:\n> +\tCamHelperImx678();\n> +\tuint32_t gainCode(double gain) const override;\n> +\tdouble gain(uint32_t gainCode) const override;\n> +\n> +private:\n> +\t/*\n> +\t * Smallest difference between the frame length and integration time,\n> +\t * in units of lines.\n> +\t */\n> +\tstatic constexpr int frameIntegrationDiff = 4;\n> +};\n> +\n> +/*\n> + * IMX678 driver currently doesn't expose a metadata stream, so we have to use\n> + * the \"unicam parser\" which works by counting frames.\n> + */\n> +\n> +CamHelperImx678::CamHelperImx678()\n> +\t: CamHelper({}, frameIntegrationDiff)\n> +{\n> +}\n> +\n> +uint32_t CamHelperImx678::gainCode(double gain) const\n> +{\n> +\tint code = 66.6667 * log10(gain);\n> +\treturn std::max(0, std::min(code, 0xf0));\n> +}\n> +\n> +double CamHelperImx678::gain(uint32_t gainCode) const\n> +{\n> +\treturn std::pow(10, 0.015 * gainCode);\n> +}\n> +\n> +static CamHelper *create()\n> +{\n> +\treturn new CamHelperImx678();\n> +}\n> +\n> +static RegisterCamHelper reg(\"imx678\", &create);\n> diff --git a/src/ipa/rpi/cam_helper/meson.build b/src/ipa/rpi/cam_helper/meson.build\n> index 87b6a3600..eabd55dce 100644\n> --- a/src/ipa/rpi/cam_helper/meson.build\n> +++ b/src/ipa/rpi/cam_helper/meson.build\n> @@ -10,6 +10,7 @@ rpi_ipa_cam_helper_sources = files([\n>      'cam_helper_imx415.cpp',\n>      'cam_helper_imx477.cpp',\n>      'cam_helper_imx519.cpp',\n> +    'cam_helper_imx678.cpp',\n>      'cam_helper_imx708.cpp',\n>      'cam_helper_ov64a40.cpp',\n>      'cam_helper_ov7251.cpp',","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 580ABBF415\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 18 Jun 2026 15:48:51 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 0DE3962C6B;\n\tThu, 18 Jun 2026 17:48:50 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 8CC7861754\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 18 Jun 2026 17:48:48 +0200 (CEST)","from killaraus.ideasonboard.com\n\t(2001-14ba-70f3-e800--a06.rev.dnainternet.fi\n\t[IPv6:2001:14ba:70f3:e800::a06])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 4B3678E0;\n\tThu, 18 Jun 2026 17:48:13 +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=\"ZA5Np6wg\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1781797693;\n\tbh=Ean/AAcrbQETXuNpdZv8L4J7BacV+D5vSdSbnn3mTMM=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=ZA5Np6wgoZdYS0YYrOwEX/yeZzdCY5+pEcBLDz+vjc4NJX3Y4hTSYFR5HuNozXlwt\n\tWxulIiVumPqxNIktEXHxxjfYOg3GzC4UG2Mf0RCdogsTqssYa0toHuPvls84ERjHaD\n\tXQGPG1kVdTDXXsCWDs3we/650/E5n9QQQo06sqNU=","Date":"Thu, 18 Jun 2026 18:48:46 +0300","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"Jai Luthra <jai.luthra@ideasonboard.com>","Cc":"libcamera-devel@lists.libcamera.org,\n\tKieran Bingham <kieran.bingham@ideasonboard.com>,\n\twill whang <will@willwhang.com>","Subject":"Re: [PATCH v2 2/2] ipa: rpi: Add cam_helper for Sony IMX678","Message-ID":"<20260618154846.GA3410390@killaraus.ideasonboard.com>","References":"<20260618-imx678-v2-0-a288102744c3@ideasonboard.com>\n\t<20260618-imx678-v2-2-a288102744c3@ideasonboard.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Disposition":"inline","In-Reply-To":"<20260618-imx678-v2-2-a288102744c3@ideasonboard.com>","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>"}},{"id":39187,"web_url":"https://patchwork.libcamera.org/comment/39187/","msgid":"<CAEmqJPqPKLmYgY-JZg1zZ0y3LTp+Z6zr=ugoP1v5coZJv2ZRtQ@mail.gmail.com>","date":"2026-06-19T08:35:56","subject":"Re: [PATCH v2 2/2] ipa: rpi: Add cam_helper for Sony IMX678","submitter":{"id":34,"url":"https://patchwork.libcamera.org/api/people/34/","name":"Naushir Patuck","email":"naush@raspberrypi.com"},"content":"Hi,\n\n\nOn Thu, 18 Jun 2026 at 15:57, Jai Luthra <jai.luthra@ideasonboard.com>\nwrote:\n\n> From: will whang <will@willwhang.com>\n>\n> This adds a basic cam helper for Sony IMX678, modelling the gain curve\n> and the sensor limits for the maximum exposure time.\n>\n> Link: https://github.com/will127534/libcamera/commit/619459e7c70306ba18476\n> Signed-off-by\n> <https://github.com/will127534/libcamera/commit/619459e7c70306ba18476Signed-off-by>:\n> will whang <will@willwhang.com>\n> Co-developed-by: Jai Luthra <jai.luthra@ideasonboard.com>\n> Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>\n>\n\nDon't have any datasheet to check all the details, but it looks reasonable\nto me!\n\nAcked-by: Naushir Patuck <naush@raspberrypi.com>\n\n\n\n> ---\n> Changes in v2:\n> - Drop hideFramesStartup() and hideFramesModeSwitch()\n> - Use std::pow() instead of pow()\n> - Drop unnecessary includes, and include <algorithm> and <cmath> for\n>   std::pow and std::min/max\n> - Reword comment for embedded data, as the sensor supports it but the\n>   driver currently does not\n> - Cleanup more issues with whitespace\n> - Add a Co-developed-by tag now that it's not a complete copy-paste\n> - Update commit message\n> ---\n>  src/ipa/rpi/cam_helper/cam_helper_imx678.cpp | 56\n> ++++++++++++++++++++++++++++\n>  src/ipa/rpi/cam_helper/meson.build           |  1 +\n>  2 files changed, 57 insertions(+)\n>\n> diff --git a/src/ipa/rpi/cam_helper/cam_helper_imx678.cpp\n> b/src/ipa/rpi/cam_helper/cam_helper_imx678.cpp\n> new file mode 100644\n> index 000000000..916433bf6\n> --- /dev/null\n> +++ b/src/ipa/rpi/cam_helper/cam_helper_imx678.cpp\n> @@ -0,0 +1,56 @@\n> +/* SPDX-License-Identifier: BSD-2-Clause */\n> +/*\n> + * Copyright (C) 2026, Will Whang\n> + *\n> + * cam_helper_imx678.cpp - camera information for Sony IMX678 sensor\n> + */\n> +\n> +#include <algorithm>\n> +#include <cmath>\n> +\n> +#include \"cam_helper.h\"\n> +\n> +using namespace RPiController;\n> +\n> +class CamHelperImx678 : public CamHelper\n> +{\n> +public:\n> +       CamHelperImx678();\n> +       uint32_t gainCode(double gain) const override;\n> +       double gain(uint32_t gainCode) const override;\n> +\n> +private:\n> +       /*\n> +        * Smallest difference between the frame length and integration\n> time,\n> +        * in units of lines.\n> +        */\n> +       static constexpr int frameIntegrationDiff = 4;\n> +};\n> +\n> +/*\n> + * IMX678 driver currently doesn't expose a metadata stream, so we have\n> to use\n> + * the \"unicam parser\" which works by counting frames.\n> + */\n> +\n> +CamHelperImx678::CamHelperImx678()\n> +       : CamHelper({}, frameIntegrationDiff)\n> +{\n> +}\n> +\n> +uint32_t CamHelperImx678::gainCode(double gain) const\n> +{\n> +       int code = 66.6667 * log10(gain);\n> +       return std::max(0, std::min(code, 0xf0));\n> +}\n> +\n> +double CamHelperImx678::gain(uint32_t gainCode) const\n> +{\n> +       return std::pow(10, 0.015 * gainCode);\n> +}\n> +\n> +static CamHelper *create()\n> +{\n> +       return new CamHelperImx678();\n> +}\n> +\n> +static RegisterCamHelper reg(\"imx678\", &create);\n> diff --git a/src/ipa/rpi/cam_helper/meson.build\n> b/src/ipa/rpi/cam_helper/meson.build\n> index 87b6a3600..eabd55dce 100644\n> --- a/src/ipa/rpi/cam_helper/meson.build\n> +++ b/src/ipa/rpi/cam_helper/meson.build\n> @@ -10,6 +10,7 @@ rpi_ipa_cam_helper_sources = files([\n>      'cam_helper_imx415.cpp',\n>      'cam_helper_imx477.cpp',\n>      'cam_helper_imx519.cpp',\n> +    'cam_helper_imx678.cpp',\n>      'cam_helper_imx708.cpp',\n>      'cam_helper_ov64a40.cpp',\n>      'cam_helper_ov7251.cpp',\n>\n> --\n> 2.54.0\n>\n>","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 46728BF415\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 19 Jun 2026 08:36:37 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 40042656C2;\n\tFri, 19 Jun 2026 10:36:36 +0200 (CEST)","from mail-vs1-xe2b.google.com (mail-vs1-xe2b.google.com\n\t[IPv6:2607:f8b0:4864:20::e2b])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id CA1FA61F3F\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 19 Jun 2026 10:36:33 +0200 (CEST)","by mail-vs1-xe2b.google.com with SMTP id\n\tada2fe7eead31-6ce57a8b563so51128137.0\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 19 Jun 2026 01:36:33 -0700 (PDT)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (2048-bit key;\n\tunprotected) header.d=raspberrypi.com header.i=@raspberrypi.com\n\theader.b=\"oimJhV5l\"; dkim-atps=neutral","ARC-Seal":"i=1; a=rsa-sha256; t=1781858192; cv=none;\n\td=google.com; s=arc-20240605;\n\tb=E10CL2lN0MjzXct/D21V29C8Wp6GRWhBTDelPoNhE4++e3qrOWFQrzpOhVFbqX9DYa\n\to6KbeQmXvR9ZB0RlSIpxUHlSdVPm5kHj0NOTaYwaWYALSCVLqS6YccOnMJ342YOwjq2z\n\tNq43wsY8miPXJaoaZ6myO0lUeqrttMBZasa8xmKUPgFDQxSaAaPyPT7AV8QVT89ZeCzQ\n\tFuYsvhX9xjKcy+KaMjV+LyIAd70pQ3vOqQc67jPCjp7YKXEx80UdUAlIlFFIfyb0LqwO\n\tm77MqgBWfgfwA8oknQoIQTEyTErmpfghuOyRUURdZR/PtzcDHMAngihWxbmS+lZDpgW8\n\tjSQQ==","ARC-Message-Signature":"i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com;\n\ts=arc-20240605; \n\th=cc:to:subject:message-id:date:from:in-reply-to:references\n\t:mime-version:dkim-signature;\n\tbh=vtfugpTwstla41NYymrb1Xsoi91vIXX9elVuRlnmT+0=;\n\tfh=fTwKHElkbZIaCqrgX8876+4CecEMM3jg3fVdylNYjEw=;\n\tb=U1t6BR1h87IYZUnwXXUQ751/qxAP+eA0NahnZGmNJGSRoF6xUjULCYkfDfVe8HWnaZ\n\tdxH/yfgLm67xT1vE8xxLDrmZr6ZDHJBYsvuFfHwT3nynFAyXRESqzTE4uVBWW2lglFvh\n\tyRhyHJLsQO5l3JneTKhNzL1Z+JZVQKAotDx1gtYpigNCcxphd/Qlnfhk7/U62fhMWthg\n\tFmQPjntGyUXNt8yBvrabwLVO4hKVrWMbOy1fx63YrWz4Ajx3Y1W5UIecfolttjJ5YVIa\n\tcBSgvorV5NH+L7m4OWBU1LkDTuWG20O8RwvFEb0b5BEIvACS+gArD9tiKodTkQAMkPp/\n\tlCOQ==; darn=lists.libcamera.org","ARC-Authentication-Results":"i=1; mx.google.com; arc=none","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=raspberrypi.com; s=google; t=1781858192; x=1782462992;\n\tdarn=lists.libcamera.org; \n\th=cc:to:subject:message-id:date:from:in-reply-to:references\n\t:mime-version:from:to:cc:subject:date:message-id:reply-to;\n\tbh=vtfugpTwstla41NYymrb1Xsoi91vIXX9elVuRlnmT+0=;\n\tb=oimJhV5lJk3JATee8jJTeAxoLGXGOhVCtS/LdAM+UnaZvHva5K4ZucEBaoqcdwsZ7d\n\tT54rueKAZm1+1LlNaVn8YERR2Bw3bK2WPQDAwS0TZgYB7KTQ7xLR5a9ANVKV5GzBedr9\n\tsR2wRR+fgOyo6bFd0UZp2+riwq5qI7JdvzY/zgqGgYtOzg1KvYoa0x8MfcVWmHQ4egjb\n\tWlJ4DuJwBxS0nVKwN9ucqZKO0TckpsOno79TOidfk438eXAtp95+n3lcB+0iOU6E0fDS\n\tqawyqXZwbdEu6KhXHzKYs3B3FkttFB9H0ezOSbxLutWC8k4On0/qTybPaz1ZDxKwuaz6\n\tQzkA==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20251104; t=1781858192; x=1782462992;\n\th=cc:to:subject:message-id:date:from:in-reply-to:references\n\t:mime-version:x-gm-gg:x-gm-message-state:from:to:cc:subject:date\n\t:message-id:reply-to;\n\tbh=vtfugpTwstla41NYymrb1Xsoi91vIXX9elVuRlnmT+0=;\n\tb=R6UBWtagRP1oQay4XNp5uuWhaGWsvtAfY5TkXdXUWhJgyqjeBhifnoUdU5svvMYOa6\n\t58n6Gbduco0vKVok8LYsf+E0+OKexM1nDcSPT1V5a6S2u6wXtdMa1vHtf8Qx09QO92X7\n\t8L/TIIC+dEOJkr8CKnPwrGTVzNFM0tSNEM8ZhCjv30rerNv/miMH2SsvAac0yNOB1C0c\n\tmP+g+ou95WfloD4TKLK918Vyy+6kXWA8Cz+agSMxlMeDcKvf6ePnGuYm2mD0EQL3Uf50\n\tRGrnP6x6F4axYdKzzkve+fqEHkQBDd6HLsFxAFs9ErGGd9u/2plSIUu73CLAkvzT1KAf\n\t4cOA==","X-Gm-Message-State":"AOJu0Yz0XolN++Jx748/mRKemh8W9SQjxSiHkFQ2Do/4GfZgJ5ezwbe2\n\tJTAvjenmzuWTLneNq8EuLKIjSvQXxcuuzbhEtFUjvsQyrBePEEs1lfiZnUTvbwh+ilXLIHbOHgj\n\tlCQv+fqiy7hMWUjSWkp49zdLKTCx2bZMyjcCjugUmPQ==","X-Gm-Gg":"AfdE7cnNqK5LlgIwPvAy86Y2B5O1nBxVgcnijFZId5B8POgtZzd05Rj55Jf7DcK3Nby\n\tgQFsVTGMNCCpgTnveyGzvmlRYDa3QwKg6d4ufUMM2ZNoxFkdLVE3ylod2FJXVarJU/dEQMfrEaP\n\twoJ5UERzNO2KSEtc223WLpQ1n6OFbT3GLteJljSkd6JCO3OPgBv4RInN3eSBcpCI7mUnt9uTsRo\n\tcQ2zmWDxacP0EMHz0gsN7rEH+G/xv99GD0PYzdFEJFi5lHkWRB6j+DbA8+dvv9Pa6vmYlCCe/4e\n\tKBs3KsLRd/9pfTGRm5Tnl8komJ8oo5sKidp9GXI0Wd/P9trUxs7HSMhQPxMIG30g5krSqy0dCf0\n\tuP42skcu7SDqhBe6HjwxWZa93l5afcj42zxavHgkATzs6SisHL0EtVcOToXCF9QEP7VpfSMzAS5\n\tTjhdvClnm+xBtQ","X-Received":"by 2002:a05:6102:e09:b0:631:4d32:a86 with SMTP id\n\tada2fe7eead31-72a051213d6mr565294137.7.1781858192333; Fri, 19 Jun 2026\n\t01:36:32 -0700 (PDT)","MIME-Version":"1.0","References":"<20260618-imx678-v2-0-a288102744c3@ideasonboard.com>\n\t<20260618-imx678-v2-2-a288102744c3@ideasonboard.com>","In-Reply-To":"<20260618-imx678-v2-2-a288102744c3@ideasonboard.com>","From":"Naushir Patuck <naush@raspberrypi.com>","Date":"Fri, 19 Jun 2026 09:35:56 +0100","X-Gm-Features":"AVVi8Cd0Jl1hl0L7FgTql3ndNHFbpAGPJcCR7qd879aHRWX-WOwpm179zNWUL14","Message-ID":"<CAEmqJPqPKLmYgY-JZg1zZ0y3LTp+Z6zr=ugoP1v5coZJv2ZRtQ@mail.gmail.com>","Subject":"Re: [PATCH v2 2/2] ipa: rpi: Add cam_helper for Sony IMX678","To":"Jai Luthra <jai.luthra@ideasonboard.com>","Cc":"libcamera-devel@lists.libcamera.org, \n\tKieran Bingham <kieran.bingham@ideasonboard.com>, \n\tLaurent Pinchart <laurent.pinchart@ideasonboard.com>,\n\twill whang <will@willwhang.com>","Content-Type":"multipart/alternative; boundary=\"000000000000982fc806549730dc\"","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>"}}]