[{"id":35910,"web_url":"https://patchwork.libcamera.org/comment/35910/","msgid":"<20250918224625.GA11714@pendragon.ideasonboard.com>","date":"2025-09-18T22:46:25","subject":"Re: [PATCH 0/2] Add support for OV2680 driver","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"content":"Hi Dan,\n\nA patch was submitted through buzgilla today to add support for the\nOV2680 ([1]). It made me realize we have never merged this series. Could\nyou work with Arthur to fix that and support the sensor in libcamera ?\n\n[1] https://bugs.libcamera.org/show_bug.cgi?id=287\n\nOn Tue, Nov 30, 2021 at 09:34:09PM +0000, Daniel Scally wrote:\n> Hi All\n> \n> A small set to add the helpers for the OV2680 sensor. The driver for this is\n> already upstream, though lacking support for ACPI platforms currently, which\n> I'm going to patch shortly.\n> \n> Thanks\n> Dan\n> \n> Daniel Scally (2):\n>   libipa: Add CameraSensorHelper for ov2680\n>   libcamera: Add OV2680 sensor properties\n> \n>  src/ipa/libipa/camera_sensor_helper.cpp    | 10 ++++++++++\n>  src/libcamera/camera_sensor_properties.cpp | 13 +++++++++++++\n>  2 files changed, 23 insertions(+)","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 03074C328C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 18 Sep 2025 22:46:57 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id E8B796B594;\n\tFri, 19 Sep 2025 00:46:56 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id C7E4B69367\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 19 Sep 2025 00:46:54 +0200 (CEST)","from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id CA12A842;\n\tFri, 19 Sep 2025 00:45:34 +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=\"sbUDOJT5\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1758235535;\n\tbh=aAKazK7NOymVFoHccET/K8sT+nCxhrnTWPd41L8/RaA=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=sbUDOJT5G3lT/ANEIZExZC7vq6/uARLGu8SzC9/9doaTbrU5T5go4KUl5fb87gkED\n\tLpQz6AjjLv3IGkgO/NbHQoHkmdUROtxviFCmGCCWH+YlCC0HysgMR0uIqvIJKTi/NP\n\t129WlAwta3UF0UwzaU72iIvqFl7qWwT2tndOksiw=","Date":"Fri, 19 Sep 2025 01:46:25 +0300","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"Daniel Scally <djrscally@gmail.com>","Cc":"libcamera-devel@lists.libcamera.org, arthur.taylor+libcamera@gmail.com","Subject":"Re: [PATCH 0/2] Add support for OV2680 driver","Message-ID":"<20250918224625.GA11714@pendragon.ideasonboard.com>","References":"<20211130213411.20149-1-djrscally@gmail.com>","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Disposition":"inline","In-Reply-To":"<20211130213411.20149-1-djrscally@gmail.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":35916,"web_url":"https://patchwork.libcamera.org/comment/35916/","msgid":"<82b42353-4b31-469c-a1ff-21fe2f2cb9b2@ideasonboard.com>","date":"2025-09-19T06:47:50","subject":"Re: [PATCH 0/2] Add support for OV2680 driver","submitter":{"id":156,"url":"https://patchwork.libcamera.org/api/people/156/","name":"Dan Scally","email":"dan.scally@ideasonboard.com"},"content":"Morning Laurent\n\nOn 18/09/2025 23:46, Laurent Pinchart wrote:\n> Hi Dan,\n> \n> A patch was submitted through buzgilla today to add support for the\n> OV2680 ([1]). It made me realize we have never merged this series. Could\n> you work with Arthur to fix that and support the sensor in libcamera ?\n\n\nOoh; I stopped using the device that had this sensor when I got the Surface; that's probably why I \nnever persisted with it. I still have the Miix though. Yes I'll take a look\n\n\nThanks\nDan\n\n> \n> [1] https://bugs.libcamera.org/show_bug.cgi?id=287\n> \n> On Tue, Nov 30, 2021 at 09:34:09PM +0000, Daniel Scally wrote:\n>> Hi All\n>>\n>> A small set to add the helpers for the OV2680 sensor. The driver for this is\n>> already upstream, though lacking support for ACPI platforms currently, which\n>> I'm going to patch shortly.\n>>\n>> Thanks\n>> Dan\n>>\n>> Daniel Scally (2):\n>>    libipa: Add CameraSensorHelper for ov2680\n>>    libcamera: Add OV2680 sensor properties\n>>\n>>   src/ipa/libipa/camera_sensor_helper.cpp    | 10 ++++++++++\n>>   src/libcamera/camera_sensor_properties.cpp | 13 +++++++++++++\n>>   2 files changed, 23 insertions(+)\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 0D76CC328C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tFri, 19 Sep 2025 06:47:57 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 0544469375;\n\tFri, 19 Sep 2025 08:47:56 +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 1756E69367\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 19 Sep 2025 08:47:54 +0200 (CEST)","from [192.168.0.43]\n\t(cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id A91CF6DF;\n\tFri, 19 Sep 2025 08:46:33 +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=\"kUnFInGp\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1758264393;\n\tbh=8DLvUfD3HgKgOsG41gJzktR9QwMmew8ptW9zEQpbYm0=;\n\th=Date:Subject:To:Cc:References:From:In-Reply-To:From;\n\tb=kUnFInGpFbng1m4Yxh5IaR3hXJS1H/PR7RaKeXbTSnAQ0B0OXIqcedMCyPAQ5lWYI\n\ta1DgQ8/UOODkuRr4yLbzVg1g/A3wjzGeUC8Yhz0h1ON/enwV5PRrsYLNUYBlmz0BYp\n\tVfR+ylKb2rkaD3qxsA4qdZLxHpKYnJJnpJ1xzFzg=","Message-ID":"<82b42353-4b31-469c-a1ff-21fe2f2cb9b2@ideasonboard.com>","Date":"Fri, 19 Sep 2025 07:47:50 +0100","MIME-Version":"1.0","User-Agent":"Mozilla Thunderbird","Subject":"Re: [PATCH 0/2] Add support for OV2680 driver","To":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>,\n\tDaniel Scally <djrscally@gmail.com>","Cc":"libcamera-devel@lists.libcamera.org, arthur.taylor+libcamera@gmail.com","References":"<20211130213411.20149-1-djrscally@gmail.com>\n\t<20250918224625.GA11714@pendragon.ideasonboard.com>","Content-Language":"en-US","From":"Dan Scally <dan.scally@ideasonboard.com>","In-Reply-To":"<20250918224625.GA11714@pendragon.ideasonboard.com>","Content-Type":"text/plain; charset=UTF-8; format=flowed","Content-Transfer-Encoding":"7bit","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>"}}]