From patchwork Fri Jun 5 08:26:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3929 Return-Path: Received: from mail-ed1-x541.google.com (mail-ed1-x541.google.com [IPv6:2a00:1450:4864:20::541]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D4007603C7 for ; Fri, 5 Jun 2020 10:26:51 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="Y3CZM3Mg"; dkim-atps=neutral Received: by mail-ed1-x541.google.com with SMTP id m32so1594641ede.8 for ; Fri, 05 Jun 2020 01:26:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=9yAVMdkjCKToO0MBl1B2KnQOQl3ZIezeIDHzm0LZHFo=; b=Y3CZM3Mgi5J2TKJwheKNHizWvp4w+8dQr/cxIb0Az/A9r54LEMJzXGum7R7aG5o9b3 zIJ+vojfHUFiiiTyxEACIEyQpT9OTULsHg2AdI8BDRKlozZI4qjNHXpfeJ2g2qg9x7ky qeqPrKWN8XfzNUM1uKsSmOwLZZUn+PJ5BkyfdCOBq2Pk28dCxXtQIlzS3vpYtBUcUJ6y z3RbKjRumBNr35KCoJQktW1CFiKPbXgxUROncs3YYiEXw7O92Hif9DMbaSc7q0fmj1hV hzRXPrx0OGWMaZNLJiz/H0tUN1fmmNZ5GIY3mWNhCXin/4Sm7uIG87190Ruxf+TL5f2w L2mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9yAVMdkjCKToO0MBl1B2KnQOQl3ZIezeIDHzm0LZHFo=; b=TjadqgDWAoM76evXLYJ/Lkvf44MUiST7FhzWwwJVnqoWdVi4JnMO6caogkvJ5J6Aip E3e0bgsKZUCUdmU0bl919ODISp2juY/2ODEfEbifPQUwVAG83VIlSdSa4b9l6PEOVwIK cmw/vxIxCaXWaZy/e86ptZKenl506EUf3pcZDnSwHyW5XrJTlms7/MGTjg+RW0jK7GeE DcxAoGL82bBTfVSwInmopruTEBG8tXGPO7vT3fO9V9GK82uw1nm87U8wETlgrtxH1bid PQv1+lMVHGzXU0Xto2K46a17jYmzTVyByz6ip+1nZ/ZnEefgJ7AA0FRv/NeBkhFVWugP nbPQ== X-Gm-Message-State: AOAM531LjbQKS/v8ImQqgHUHLbygGI58/YyVmicTFBEjbYNqmwli3Q2u 5+RXmHqw2T0LLP0SBP5rC3i+k0Nme6A= X-Google-Smtp-Source: ABdhPJx1OxQHMgwnoHcD3RI6+YaDytn2uxjqwEjBDmibM+Xlw13P1HPialDVtqjntXRZ5U/81NUvjQ== X-Received: by 2002:a05:6402:a49:: with SMTP id bt9mr8345543edb.300.1591345611315; Fri, 05 Jun 2020 01:26:51 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:50 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:13 +0200 Message-Id: <20200605082618.3793785-2-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> References: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 1/6] docs: Remove stray HTML tags X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 08:26:52 -0000 Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/docs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/docs.rst b/Documentation/docs.rst index 3a7e79e..bf2d117 100644 --- a/Documentation/docs.rst +++ b/Documentation/docs.rst @@ -231,7 +231,7 @@ The camera stack comprises four software layers. From bottom to top: Those components can live in the libcamera project source code in separate repositories, or move to their respective project's - repository (for instance the gstreamer libcamera element).

+ repository (for instance the gstreamer libcamera element). * The applications and upper level frameworks are based on the libcamera framework or libcamera adaptation, and are outside of @@ -326,7 +326,7 @@ Pipeline Handler such it is covered by the same free software license as the rest of libcamera and needs to be contributed upstream by device vendors. The Pipeline Handler lives in the same process as the rest of the library, and has access to all - helpers and kernel camera-related devices.

+ helpers and kernel camera-related devices. Image Processing Algorithms Together with the hardware image processing and hardware statistics From patchwork Fri Jun 5 08:26:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3930 Return-Path: Received: from mail-ed1-x529.google.com (mail-ed1-x529.google.com [IPv6:2a00:1450:4864:20::529]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B254861167 for ; Fri, 5 Jun 2020 10:26:52 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="BWWl7m41"; dkim-atps=neutral Received: by mail-ed1-x529.google.com with SMTP id m32so1594679ede.8 for ; Fri, 05 Jun 2020 01:26:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=9sq8b6SYlgarN2P3CoSAEetY4OI9eAksmNGEJOD+LCI=; b=BWWl7m417z2FybyILx2sMt7EcAyvBDyVx7vik4kDUaeuhZFagIY97EudzIiYDE0cYH LIDUs638hYTyFbH1yNdNqNUQgXHc4rRZiUkRiNEUp4LlwvjV07OFa5JMuuj5AXKRiISV eIp34ye4coxkFVWTx2sBFkUtHbXCgXFIRkcZm3EQmOiVfRtuUQLnurM4Ub23lm6SP6iG xLGkTymIanpTh18W3cZQiG380+RxZ4I0q1xwXGbKxZL0ZNMEeO0007ioWmSo6jRU7aQs odwWP07Q/b+P396e7AX8wHPky6TnvW//lJYMKHKzi4aUDySsZSf9OKLd6lWKa8cb5Dys UTrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9sq8b6SYlgarN2P3CoSAEetY4OI9eAksmNGEJOD+LCI=; b=M/k9dOXU7dbYS2GjB8k8GDIENd5gj8EctOVkcw5beMqnNXnq1t74jYA5pUPY5t6MGx GILcVA/aT1lU/LsNWqK1/IaiUDnX5yc8vmcOf6zlXxhoNEBnUT4pK6w4FImVhmJFULnc SOrLYxrNQyZj4Bv+QU0VBlNUmi341tLaOT3qp3cNrdTyhsPtVAZQpYXvKRancHkOYJ6u WfBGhuWFyle31uwt8ypYH/c46XOSNT7qWYHbDS7e+tNoUDybs7SgNUqeBmwmC9asnPum Hed7P74QEHpzErGhwPkDTNf6jQSNUsjunsLi2kd66X6sS2PbojhO1ZOTrat4Wpzyr2ag F6iA== X-Gm-Message-State: AOAM531uaEyqAlWKKJWcMft5wjcj0nDflcJMp2DnVc2d4bsQzqjO9+xQ xohNxIYNct51QsJqpxlznhV2NRt/YAk= X-Google-Smtp-Source: ABdhPJxD61/qxilJdkLCfKnzKaMlW+Sq/lU3nfGvTlrfxoZbdJQF2/dFp7dU7BiVSy04EIdhj3NJPg== X-Received: by 2002:a50:8425:: with SMTP id 34mr1504076edp.314.1591345612258; Fri, 05 Jun 2020 01:26:52 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:51 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:14 +0200 Message-Id: <20200605082618.3793785-3-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> References: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 2/6] docs: Remove trailing whitespace X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 08:26:53 -0000 Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/docs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/docs.rst b/Documentation/docs.rst index bf2d117..873d8cd 100644 --- a/Documentation/docs.rst +++ b/Documentation/docs.rst @@ -282,7 +282,7 @@ libcamera Architecture | | Runner | | | | | +-------------+ +-------------+ | +--------------------------------------------------------------------+ - + /// Device-Specific Components ~~~ Sandboxing From patchwork Fri Jun 5 08:26:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3931 Return-Path: Received: from mail-ed1-x543.google.com (mail-ed1-x543.google.com [IPv6:2a00:1450:4864:20::543]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A62D761368 for ; Fri, 5 Jun 2020 10:26:53 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="vOSc6NSR"; dkim-atps=neutral Received: by mail-ed1-x543.google.com with SMTP id m32so1594714ede.8 for ; Fri, 05 Jun 2020 01:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=JTuCF1bLR4W5B8kMxR7UnUvl2tyE8cU7wLBKa5dS+Sc=; b=vOSc6NSRVeb3jaWxaawIgtRGmMVH8XKGJ9Qin8rv0ZE70Smh8E58ykrHl9ixLRFqrg l7SxtDFa01E9vGGxTNy7FsUQwPWIftYZTmXbBM//l3pm8Ro4dOV6GjRxgZwTblOjswzI /5d++mTMXVC7Thf/srsTCPpYOJN6q91ihFZ5UpMihivgQ9U1irjllguOMqzU7BEnSRy2 H8Yml5h00T540gh1n6/USOYZx+VupMm94k1dTnJdV6LnSVdyvrQt+tLh+0TogS/bH1Pc eHJwxA+s5LyM++Ek6yqRe6jSrWBlNLteQfosa9cJ2YjZsSfHhGpQ8pj+BbXGzyUcKl8i Y2Dw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=JTuCF1bLR4W5B8kMxR7UnUvl2tyE8cU7wLBKa5dS+Sc=; b=gafuFM0mmubXlyRHHYCYjGWllQGIh+yODauW80NYrmyyruD4xRur1JqbBkD1Ty96uw basnSrc7jj3ZZGIvCJ3HXpGfOlUBpIGDxqQ7122Z1OfI8nUhhQWmzd7t5cy5y1W31wxU eUi25Q0jtL4rP7vEleK5QTB7xYdjZ5nHnQVRhmtFXf5Cl8QU6k2c9pS+MTwofBTH5H58 +CKj0Ys74HEgyWl4uERUIkgPjYhUx9Nq0zn7rJM98rms4z/TDf7WCakpMalMkZkjo6D3 3iYbYi2UYbdb0wcrJHMZqHooLmO/umdUeU8XSIbPmBSeeCA/G+j2zu5fbZvlTrAKpJf8 IPsg== X-Gm-Message-State: AOAM532B0hovLdYOj1eSzMeO4Q+dUPSQCNyy+xJ4TOHSph+aUSrmgKDm WklJA1ShdQVpw/03qsxLeqluSXh7i5Y= X-Google-Smtp-Source: ABdhPJz+Ian0dZd2XVFVYRjkwJsCrDOJTZHF/DqIEwgyRZ3lbJZ//n7urrPS2WMkz2LDq+AWed7uMg== X-Received: by 2002:aa7:cb53:: with SMTP id w19mr7829577edt.328.1591345613150; Fri, 05 Jun 2020 01:26:53 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:52 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:15 +0200 Message-Id: <20200605082618.3793785-4-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> References: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 3/6] docs: coding-style: Change full stop to colon X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 08:26:54 -0000 Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/coding-style.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst index dfbbf28..7acba37 100644 --- a/Documentation/coding-style.rst +++ b/Documentation/coding-style.rst @@ -70,7 +70,7 @@ macro. For .cpp files, if the file implements an API declared in a header file, that header file shall be included first in order to ensure it is self-contained. -The headers shall be grouped and ordered as follows. +The headers shall be grouped and ordered as follows: 1. The header declaring the API being implemented (if any) 2. The C and C++ system and standard library headers From patchwork Fri Jun 5 08:26:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3932 Return-Path: Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5A61B6120E for ; Fri, 5 Jun 2020 10:26:54 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="hv+JIYvC"; dkim-atps=neutral Received: by mail-ej1-x633.google.com with SMTP id z5so9166316ejb.3 for ; Fri, 05 Jun 2020 01:26:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/SYhnHTFrZ3mKOkVBwL6EjqJroBlXqIGQO7x8uDjcJI=; b=hv+JIYvCZd4QVpjBDsEzFjl7/sVFVZgJS4h1M60mEKYbMm96GH9de8ElGlMHGOsFPr mPvRVCwleaALGdD8sEpGYxAPT8bYvNuuxT+1J01CS7320Yjo+HuVgoP1SlIegt8xQ0xH 0bE0JukwjYFUo6OJD9c9ROCsRP+XM5luhkx1UXlWocRqwziw0oUareKkb8+Ieq3fIAyh FWn6IrKhoiRoAFEWXt3HeT7WnV0SFSgiouOMtL23gmQsNTn/VOvukk5+u77p8avwoPZ6 Yi5Bc1RTrZO6dmvUitFRVSD7ug6oyTM/mGdNIXviG8qd2cvECu2T6hHUfUPP6OM1pRPZ KeiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/SYhnHTFrZ3mKOkVBwL6EjqJroBlXqIGQO7x8uDjcJI=; b=AVEBBwdjIE97LIOtCNJO50qHfvYM8IBcfixd3XFIrja9hUQP4YDyEOqgqwzZlVXqTS z2Y9isTeayrAknlnT9TDIn6v0vBPRd2W3L5+S0JShFBVTNtNuUmrADq303+brQtnDR/L eY4g90t0nndMvdjUlW4K7LB2vw9twf8qDyl/27rr3mr4afk70Psf0s6ze1iVmvD7H46O n2Fcio+Qk0KpMmJ+KIFGzhgDBIuGUqh/Osq3pu4LHcOzDpH6VAapZvXZB0e0wmKDg+JV SaaC0Y/nG7WRDfQWJAy7JpjxezmN9e/6wjyQjF/41tYO/1cuxQcz8KMj8wDPFnRp0VtI /xxQ== X-Gm-Message-State: AOAM5336rGfsm8aN5gVM4y5bdz2S+Tt6whRObrRClnprAPr1vjKuM7aE wB4dxEoo01KcDBGDNYUgMUcrA3ZW1g0= X-Google-Smtp-Source: ABdhPJy1/kMg0DvY22+gPc/Y2m3IcJfsC5HE30Zh4S/R6sKa7WK76pGk7bPiCuALKJR/xMK6GufyWw== X-Received: by 2002:a17:906:ccd5:: with SMTP id ot21mr7479159ejb.508.1591345613887; Fri, 05 Jun 2020 01:26:53 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:53 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:16 +0200 Message-Id: <20200605082618.3793785-5-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> References: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 4/6] docs: Markup LD_PRELOAD as code X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 08:26:55 -0000 LD_PRELOAD is an environment variable, use code markup to reflect that semantic Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- Documentation/docs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/docs.rst b/Documentation/docs.rst index 873d8cd..f4c6ec5 100644 --- a/Documentation/docs.rst +++ b/Documentation/docs.rst @@ -148,7 +148,7 @@ V4L2 Compatibility Layer The project shall support traditional V4L2 application through an additional libcamera wrapper library. The wrapper library shall trap all accesses to -camera devices through LD_PRELOAD, and route them through libcamera to +camera devices through `LD_PRELOAD`, and route them through libcamera to emulate a high-level V4L2 camera device. It shall expose camera device features on a best-effort basis, and aim for the level of features traditionally available from a UVC camera designed for video conferencing. @@ -380,7 +380,7 @@ V4L2 Compatibility Layer V4L2 compatibility is achieved through a shared library that traps all accesses to camera devices and routes them to libcamera to emulate high-level V4L2 camera devices. It is injected in a process address space through -LD_PRELOAD and is completely transparent for applications. +`LD_PRELOAD` and is completely transparent for applications. The compatibility layer exposes camera device features on a best-effort basis, and aims for the level of features traditionally available from a UVC camera From patchwork Fri Jun 5 08:26:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3933 Return-Path: Received: from mail-ej1-x641.google.com (mail-ej1-x641.google.com [IPv6:2a00:1450:4864:20::641]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 3A0EA6120E for ; Fri, 5 Jun 2020 10:26:55 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="tskb2yLa"; dkim-atps=neutral Received: by mail-ej1-x641.google.com with SMTP id q19so9138548eja.7 for ; Fri, 05 Jun 2020 01:26:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=rTw1RKiwWXR0WQG/XrJio1BDwbJQmdcxW+0f00HsX1U=; b=tskb2yLai6gOF+qb81t7f2BFurvPdTgVAWOMCXtJvCIofzUmxYYWNIRaBMVrCkMw+N c6/rGvJCBE0N+xJZlaYJ79zL4bHopPOcaeLhZ7oOd23rPIO0nQGFnlZKvI+6bv5BxBJ8 Y7lHLpr1t5hfMX3nw3qcfeT9IhXPO1K8RSfmMopy63EJcTe99IndE4fBZxe9nAzCx3aH A55rlutWcZX9OV5uZT1MKAAe1Bu6gbVIP/SbL0hZ6V8UEtcFFKgfBw/vDYjOUcnwljoq pXRL31tLL7l+iYWYgMyAIanegO1NeX10Ma9l/nV6JUT04zDsZgSuOG+HSi8YbpW4iOpe mDLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=rTw1RKiwWXR0WQG/XrJio1BDwbJQmdcxW+0f00HsX1U=; b=VsZpSF2zOYGqixNQpDEJTmsRWMJqUoCiayzM9S2AjguJn6L7dsdCPWGnL+6mR1Ilrg KyrpFerCtu8Gq2Rt+nuWXXt015j3qEhOKWbI4kcKYrPOFTqKzOi7Ro3OULCCbrcxdzAI 58FMm0l3AEkVSUSuPO+hQ6ltOyT8PMV1m9pxVEb7Ey+56SXSph+C4rFNaHjhULnc0lR2 0iGQUiJyYmCCPgum/bREMDQqZOWTf4FnnbIUUZiTf1WRrioSXOkwkHR5I3BF8NfjIcTF 4Yvv3toBrtTOoqpTLvTRsCLqZk/Frb1JDgmz5MUmMqGlvPDktbbeDz42nyq2oLNy90Qb DwIQ== X-Gm-Message-State: AOAM531cgWh1NGjSb6jOFEQ1EuPMQDGCUXjCSGDxL+wRLFrYlUdIkA3M IXcgVuYeYNIg3zVrNtGROv+g35jspfM= X-Google-Smtp-Source: ABdhPJzWKPRRsVoht26Rm/qsee+aaHWfTvWMnNBCSfvEn314RNgA1Vbrrtv883cK3ZzX2t9m7XvxJQ== X-Received: by 2002:a17:906:c058:: with SMTP id bm24mr7509781ejb.73.1591345614755; Fri, 05 Jun 2020 01:26:54 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:54 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:17 +0200 Message-Id: <20200605082618.3793785-6-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> References: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 5/6] libcamera: ipa_module: Fix typo in function description X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 08:26:55 -0000 Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- src/libcamera/ipa_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/ipa_module.cpp b/src/libcamera/ipa_module.cpp index 91534b6..045c8fc 100644 --- a/src/libcamera/ipa_module.cpp +++ b/src/libcamera/ipa_module.cpp @@ -453,7 +453,7 @@ struct ipa_context *IPAModule::createContext() } /** - * \brief Verify if the IPA module maches a given pipeline handler + * \brief Verify if the IPA module matches a given pipeline handler * \param[in] pipe Pipeline handler to match with * \param[in] minVersion Minimum acceptable version of IPA module * \param[in] maxVersion Maximum acceptable version of IPA module From patchwork Fri Jun 5 08:26:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3934 Return-Path: Received: from mail-ed1-x542.google.com (mail-ed1-x542.google.com [IPv6:2a00:1450:4864:20::542]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 027406120E for ; Fri, 5 Jun 2020 10:26:56 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="cj3R5Bzg"; dkim-atps=neutral Received: by mail-ed1-x542.google.com with SMTP id t21so4086676edr.12 for ; Fri, 05 Jun 2020 01:26:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=VnVk+3yQIPDV8snF7p8PZ8AiWHhI2A6FFjjNpF2MDs8=; b=cj3R5BzgsNrU1mZ1hYXWRtBr1Mk+ksZ8olFeMpCsey148IItteCcaYG5ZWkQFXhNwW aXgUkWQMObBnpi82BHdiJshD1SCg9RYdEHSn4OZzO/GCB9o8flBjRSTP7CFe2jnuLO7v 6wNMWuTh1VQJ06fv/CytO7de/7q6lH0ttb5kIHXSfUSGLWRT/yHB19dfsX+XJ7mcMPEi fZVu8HaLIMtdlR0EMTXooX5OpGohuwG/uV9MViiziMvp/oMh0Er1zKYDj7wMSE1qVHqB aHkIwZ4JdF9j4Y8IGtM24qJQkxT7i2l2ObnuwHgsABP7Lo/8Vm4TPo6ZyBPenveCIL9U 2Nxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=VnVk+3yQIPDV8snF7p8PZ8AiWHhI2A6FFjjNpF2MDs8=; b=A/LuurjQ0BA1GWZDDwLy0cfhQ4GSpqXkrJmG2Gty0xsMQi9tsHoRp6df2fTBgtRPHK SEPqDcXFQ3r339EBI7B4S7cOfhea6bUMzkoZkEbrLRvNkeaspooKqPt25nhpA70dbccl HTJtXQ74wEVEDacGxMTcVFvUWGh4M0FdyHdD+PiHpEaqTg43nZwNB2hhIMEU96ksN/rp 5Id8JV+UpR7PMq6AlAgQZ0jWLUFqNVyxuYuioGvnAfTkXmG59hKLPTpQdrmiiJKrJkZP n6qMsuHNk7846usTA4FGD+IPmI0JJQ3VQl6tUeCeM/VPoshuXhhcvTNKrRQE64S5dTGc QR8w== X-Gm-Message-State: AOAM533Qi2APhqnzuw9TgpKtTlVeIqDb519SgErD7kWekSYjvqTkll/9 VA526qp4go/XuASDwNMJX3IN0v2XZH4= X-Google-Smtp-Source: ABdhPJyMYHR4uy30+MliXAYbeaH6XH0yNP91QqVWI2c3JgMxzn5q/80YrA7Wi+25lCIMfll99kkgaA== X-Received: by 2002:a50:fb01:: with SMTP id d1mr8142886edq.94.1591345615521; Fri, 05 Jun 2020 01:26:55 -0700 (PDT) Received: from pythagoras.local (x5f7085d1.dyn.telefonica.de. [95.112.133.209]) by smtp.gmail.com with ESMTPSA id i9sm3684473ejv.44.2020.06.05.01.26.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 05 Jun 2020 01:26:54 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Fri, 5 Jun 2020 10:26:18 +0200 Message-Id: <20200605082618.3793785-7-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> References: <20200605082618.3793785-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 6/6] libcamera: camera: Order parameter documentation correctly X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2020 08:26:56 -0000 Signed-off-by: Marvin Schmidt Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- src/libcamera/camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcamera/camera.cpp b/src/libcamera/camera.cpp index 03f58b4..69a1b44 100644 --- a/src/libcamera/camera.cpp +++ b/src/libcamera/camera.cpp @@ -449,8 +449,8 @@ void Camera::Private::setState(State state) /** * \brief Create a camera instance - * \param[in] name The name of the camera device * \param[in] pipe The pipeline handler responsible for the camera device + * \param[in] name The name of the camera device * \param[in] streams Array of streams the camera provides * * The caller is responsible for guaranteeing unicity of the camera name.