{"id":25479,"url":"https://patchwork.libcamera.org/api/1.1/patches/25479/?format=json","web_url":"https://patchwork.libcamera.org/patch/25479/","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":"<20251211070309.391314-2-jai.luthra@ideasonboard.com>","date":"2025-12-11T07:03:05","name":"[v5,2/2] Documentation: Add camera sensor support table","commit_ref":null,"pull_url":null,"state":"superseded","archived":true,"hash":"770bdaf62e9d7ab980f3cc1b5a49720d829d5753","submitter":{"id":223,"url":"https://patchwork.libcamera.org/api/1.1/people/223/?format=json","name":"Jai Luthra","email":"jai.luthra@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/25479/mbox/","series":[{"id":5652,"url":"https://patchwork.libcamera.org/api/1.1/series/5652/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=5652","date":"2025-12-11T07:03:04","name":"[v5,1/2] Documentation: Add ISP feature support matrix","version":5,"mbox":"https://patchwork.libcamera.org/series/5652/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/25479/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/25479/checks/","tags":{},"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 80EF3BD1F1\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 11 Dec 2025 07:05:49 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 4AF5D61518;\n\tThu, 11 Dec 2025 08:05:49 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 3EAF9606D5\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 11 Dec 2025 08:05:47 +0100 (CET)","from mail.ideasonboard.com (unknown [223.190.81.120])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 2D768667;\n\tThu, 11 Dec 2025 08:05:45 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"PrUbsx/c\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1765436745;\n\tbh=e50th6A+PUbNQ3db+00dT+IMsl6iu4jvQk2D3uJrqxo=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=PrUbsx/cMEtBhCT2k2l8iivZU001binsnvzP2zc0JkIuVolgr2z4ecq/jsWFf3q/P\n\tSD0zmEfFs2nysTKfSPgWRPwHLqV37jEL8M81/epIXx1NTEbMqpS/eIngVXIwg+8PbG\n\tUDy29zyjvaUgKB+CTvImG+YszH5rmyW+HXjOWqpg=","From":"Jai Luthra <jai.luthra@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Jai Luthra <jai.luthra@ideasonboard.com>","Subject":"[PATCH v5 2/2] Documentation: Add camera sensor support table","Date":"Thu, 11 Dec 2025 12:33:05 +0530","Message-ID":"<20251211070309.391314-2-jai.luthra@ideasonboard.com>","X-Mailer":"git-send-email 2.52.0","In-Reply-To":"<20251211070309.391314-1-jai.luthra@ideasonboard.com>","References":"<20251211070309.391314-1-jai.luthra@ideasonboard.com>","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":"Add a table with the list of camera sensors currently supported by\nlibcamera. Similar to the ISP feature matrix, this too is a living\ndocument, and will be updated as support for more sensors is added.\n\nSigned-off-by: Jai Luthra <jai.luthra@ideasonboard.com>\n---\nNew patch in v5.\n---\n Documentation/index.rst          |  1 +\n Documentation/meson.build        |  1 +\n Documentation/sensor-support.rst | 31 +++++++++++++++++++++++++++++++\n 3 files changed, 33 insertions(+)\n create mode 100644 Documentation/sensor-support.rst\n\n--\n2.52.0","diff":"diff --git a/Documentation/index.rst b/Documentation/index.rst\nindex a74b8668b..8109b4295 100644\n--- a/Documentation/index.rst\n+++ b/Documentation/index.rst\n@@ -10,6 +10,7 @@\n    Feature Requirements <feature_requirements>\n    Runtime configuration <runtime_configuration>\n    ISP feature support matrix <isp-feature-matrix>\n+   Camera Sensor support <sensor-support>\n    Application Writer's Guide <guides/application-developer>\n    Python Bindings <python-bindings>\n    Public API <public-api/index>\ndiff --git a/Documentation/meson.build b/Documentation/meson.build\nindex a84304dd8..51899c19c 100644\n--- a/Documentation/meson.build\n+++ b/Documentation/meson.build\n@@ -172,6 +172,7 @@ if sphinx.found()\n         'python-bindings.rst',\n         'runtime_configuration.rst',\n         'sensor_driver_requirements.rst',\n+        'sensor-support.rst',\n         'software-isp-benchmarking.rst',\n        '../README.rst',\n     ]\ndiff --git a/Documentation/sensor-support.rst b/Documentation/sensor-support.rst\nnew file mode 100644\nindex 000000000..14b62fd22\n--- /dev/null\n+++ b/Documentation/sensor-support.rst\n@@ -0,0 +1,31 @@\n+.. SPDX-License-Identifier: CC-BY-SA-4.0\n+\n+Camera Sensor Support\n+=====================\n+\n+The Camera Sensor support for libcamera continually grows and can always be\n+extended to support custom devices or configurations. Although some integration\n+work may be required, all supported cameras can be used on all supported\n+platforms with corresponding physical hardware connections correctly managed.\n+\n+Existing support includes the following camera sensors:\n+\n+.. list-table::\n+   :header-rows: 1\n+\n+   * - Vendor\n+     - Models\n+   * - Sony\n+     - IMX214, IMX219, IMX258, IMX283, IMX290, IMX296, IMX327, IMX335, IMX415,\n+       IMX462, IMX477, IMX519, IMX708\n+   * - Omnivision\n+     - OV2685, OV2740, OV4689, OV5640, OV5647, OV5670, OV5675, OV5693, OV7251,\n+       OV8858, OV8865, OV9281, OV13858, OV64A40\n+   * - On-Semi\n+     - AR0144, AR0521\n+   * - ST-Microelectronics\n+     - VD56G3\n+   * - Galaxy Core\n+     - GC05A2, GC08A3\n+   * - ams-OSRAM\n+     - Mira220\n","prefixes":["v5","2/2"]}