From patchwork Sun Oct 25 13:17:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Fricke X-Patchwork-Id: 10234 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 053A8BDB13 for ; Sun, 25 Oct 2020 13:17:48 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 7C44761DD3; Sun, 25 Oct 2020 14:17:47 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="X2PMOfzy"; dkim-atps=neutral Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id DFAEF61D25 for ; Sun, 25 Oct 2020 14:17:45 +0100 (CET) Received: by mail-ej1-x62d.google.com with SMTP id dt13so9567671ejb.12 for ; Sun, 25 Oct 2020 06:17:45 -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:mime-version :content-transfer-encoding; bh=/0m//VmOltcDyR+/URqecfDVIBrY9rFQnzUZHm5dY2A=; b=X2PMOfzyDcGZ3NOxHqNrj6rFeHCnoHYj23MrfczaU33uUwJDVoMb/u6Ji4sl7Nt8G8 AL0t2P+A5WqoPHemb1N8nZnDBWykWvg616VBliPUtYvqdZQHBqAwAnMV+aLQzPDMtWKf 097jTtLr6fjNi6x7jB1uxGnHEBg8ABbuaY5i3usOTlMm5Hjy9euyvJSuKROPZpTDuUfl smiji4S1dXN0qABMmbDjd6RytsJ6vfXgkQhY7btfeaK52E/etT+uqhj7/LZDdw95Hur8 231h9WHkFmp+i6QY/CIDFMYbvoGv3tudK+9PbyAaRLPXuqTMHsD5tTJej+S4SgRe+KGP 8K7A== 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:mime-version :content-transfer-encoding; bh=/0m//VmOltcDyR+/URqecfDVIBrY9rFQnzUZHm5dY2A=; b=qu6H6vMdj/llnuNa7Y/vtidIfO2zRXKExMdjmi9QClFLKErYLCjZA17yjSBsBEDKDj qdJDZj4LvkNwX7MPqr84en3b+QaI8Dek5bXib8UWix45sdzwIdzyM1+LXdigf4j2rdaK /1tGLRqRXt6CdLEUspmAsKDyr0uZyAZJzjfZWwBgviFNDS3W1XAItK7TiPQQUapwfQSm 6EcBMDKxgdnCvjXtWT7YGi7TEwrtsUhov93tHRn2fBskBDGiCs5INT+i2pDcRNu3VXPS kDzvxTgbIkoFmV1QWJ4dVSGGVBQleUlfoAKlduMZtrh5ceQ6ve1lOS7sawL4hvcNSAmy I0Jw== X-Gm-Message-State: AOAM530S7l875glnIJXctQ2RjIm4DrbLPm1vkL50Onwxh72ttHyvpi7Y vygx/EmtG5WnwJ1Bkzns6uD0V9ySgQI= X-Google-Smtp-Source: ABdhPJxKweHQKUkL6KVhykL681ads1T/Xht5CCFsVFAfV2msoYkPK4n6KWSe39Qbj4cY3I11EELkLA== X-Received: by 2002:a17:907:435b:: with SMTP id oc19mr10657522ejb.311.1603631865216; Sun, 25 Oct 2020 06:17:45 -0700 (PDT) Received: from basti.fritz.box (p200300d1ff4c4e00f986d0301ee69a47.dip0.t-ipconnect.de. [2003:d1:ff4c:4e00:f986:d030:1ee6:9a47]) by smtp.gmail.com with ESMTPSA id k25sm3966714ejz.93.2020.10.25.06.17.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 25 Oct 2020 06:17:44 -0700 (PDT) From: Sebastian Fricke To: libcamera-devel@lists.libcamera.org Date: Sun, 25 Oct 2020 14:17:31 +0100 Message-Id: <20201025131731.25041-1-sebastian.fricke.linux@gmail.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] Documentation: Fix-typo in pipeline handler guide 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" s/ Start and the stop the image acquisition/ Start and stop the image acquisition Signed-off-by: Sebastian Fricke Acked-by: Jacopo Mondi Reviewed-by: Kieran Bingham --- Documentation/guides/pipeline-handler.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/guides/pipeline-handler.rst b/Documentation/guides/pipeline-handler.rst index d0370f1..57aee45 100644 --- a/Documentation/guides/pipeline-handler.rst +++ b/Documentation/guides/pipeline-handler.rst @@ -63,7 +63,7 @@ functionalities: system resources (memory, shared components, etc.) to satisfy the configuration requested by the application. -- Start and the stop the image acquisition and processing sessions. +- Start and stop the image acquisition and processing sessions. - Apply configuration settings requested by applications and computed by image processing algorithms integrated in libcamera to the hardware devices.