From patchwork Thu Jun 4 13:42:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marvin Schmidt X-Patchwork-Id: 3920 Return-Path: Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 96306610A5 for ; Thu, 4 Jun 2020 15:43:07 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="Z69zMD9K"; dkim-atps=neutral Received: by mail-ej1-x62c.google.com with SMTP id e2so6120224eje.13 for ; Thu, 04 Jun 2020 06:43:07 -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=IFnkgsrflBW6+FLzd3Pm49eIzl0hmXva8leuNfyN86s=; b=Z69zMD9KXkG57cU+VKRgFLaiez/UbzCCmTqLKKsTmXSV9Kn8mk/Oo1RSaQgMOCXkH8 A+GcEP3levNnxMm+SA8qNayqxiJgip0Bkrcr1gr0zYzxwvCEZd4ZP2lEkJvDG+uQAZrM an4ui0TUHAPlR5pcxnRdKvxLZxTC+KpEFFL0vntrowILgjSHbbyIIUTZT/pkK+IlvfUx mdLWlqvyedJoEibNQW+h6U/yB+8mwUKXsCNNgHy5J+Zy8M+IaIEThr367vGipxfvdhrz 93ScB+/rJJCbEpjJhCS3LYB1WxAyrXI3YV+I9JOt+ccQgnj693T+vpKAO6KFGORthsKo /BnQ== 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=IFnkgsrflBW6+FLzd3Pm49eIzl0hmXva8leuNfyN86s=; b=G2iece11icHU8WMi7aad0acd08ygmFkT8SXPCA+6HzGeXi7eRlSC9nyvkKKJ+S3AGt s96Q3iq+a+cc7dwq2Pzt8CFbNmZRAS3LMnr5s9g2Wc8d7AF1bqEYru1hbeeJKuqQLgvx uEtIC1C5fp2dUncIsFtpWJP4dbMkLbyhWDEaLfz4Wkmsc7F9yCUTqSAXu5O4dLXrwQX2 sG5yQSYTAawooR8WVRU17MjN5PWBDLDo4CLOIiYtbsxQwUhnsmeWgZp+L6indVUn8UvE 4xrhp7paYRGWFQY+5u6nxDzpX32QWw0d7KIOfUXav7y3InLIdBV+oPFnZdEYp8vycfTb ZB5A== X-Gm-Message-State: AOAM532p9XWEMVQhWzxNiRQ574mRfp8zTv+45m1OFCXwMeSF1d5p0Nmj fj9qYKwMwbEInQGHFGfg4J+zCv8a X-Google-Smtp-Source: ABdhPJxVDYTwDW9ROlpXhjeRiDtKyPiDiFTVKI+bm12k7v+4T0zXlRh+eqeuShL/XTQl1H+7ZhOYug== X-Received: by 2002:a17:906:2656:: with SMTP id i22mr3707159ejc.397.1591278186931; Thu, 04 Jun 2020 06:43:06 -0700 (PDT) Received: from pythagoras.local (x4d0a9ed1.dyn.telefonica.de. [77.10.158.209]) by smtp.gmail.com with ESMTPSA id v16sm2226675ejq.74.2020.06.04.06.43.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 04 Jun 2020 06:43:06 -0700 (PDT) From: Marvin Schmidt To: libcamera-devel@lists.libcamera.org Date: Thu, 4 Jun 2020 15:42:55 +0200 Message-Id: <20200604134300.2986113-2-marvin.schmidt1987@gmail.com> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com> References: <20200604134300.2986113-1-marvin.schmidt1987@gmail.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 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: Thu, 04 Jun 2020 13:43:08 -0000 --- Documentation/docs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Kieran Bingham 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