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