From patchwork Sat Feb 11 21:59:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Machek X-Patchwork-Id: 18276 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 558F7BDB1C for ; Sat, 11 Feb 2023 21:59:17 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 07EA4625F4; Sat, 11 Feb 2023 22:59:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1676152757; bh=+mj9/RNyAQIMOM8yYA38r5M6o7Pqwj8qtOkiIhIlL24=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=KJUfmt+Fws1dPMl5sOo3dYkW+mRb9nn88Gy80y9LzZXvQ5F/5w6C0yH7HK8vY0LUS Tl9DAGq9kCrAn0d+Xm8tj/5ki+cQXVnWQ9PsknetGMWgdrVac4i/NWLjDamcC9XHst JNtHCS2e33CmE5//twGSs7b3Fv7TTNkqUS20lvSxtLUqLVCMq73a95gcdjQoaB4r7P 5aGr/LK4AS0LdszmdhU/XfC7+ppw2QDtKX8IL9kiUD9g9tBNtAKlb7InvPTCniAPDi nh44HOAg9FO13yGaDR861eiWfoaC7bYFzzrOGZq5GD7iZP+orhc+2LrG7VDTJvX+db idWZST4UlHfsw== Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 70B3D61EF1 for ; Sat, 11 Feb 2023 22:59:15 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ucw.cz header.i=@ucw.cz header.b="ocRUKSEs"; dkim-atps=neutral Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 397FA1C0AB3; Sat, 11 Feb 2023 22:59:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ucw.cz; s=gen1; t=1676152755; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=f89kyz98dxUHajmQG4NLyBeXzQBQhf6cYDgFP8kNdCw=; b=ocRUKSEsMwYkDN82dyHY2856XAeDUhor+MuYQjqPMh/+IQC5q/GIpyuoX9QjKJHXYUJ5+E 2DvbV41Dv6P75GyrRXmJUaF1UvkpaFDyu3aBubcN5OxMRmQ1S8Ya4YSHmYLGrStw4QZfy/ EUB2zjDUqecwWwAnKUGoGBpRzcEX4hs= Date: Sat, 11 Feb 2023 22:59:14 +0100 To: libcamera-devel@lists.libcamera.org Message-ID: MIME-Version: 1.0 Content-Disposition: inline Subject: [libcamera-devel] [PATCH] documentation: small fixes 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-Patchwork-Original-From: Pavel Machek via libcamera-devel From: Pavel Machek Reply-To: Pavel Machek Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Out should really be output, and document dependency on pkg-config. Signed-off-by: Pavel Machek diff --git a/Documentation/guides/application-developer.rst b/Documentation/guides/application-developer.rst index 1b2d7727..c46d3362 100644 --- a/Documentation/guides/application-developer.rst +++ b/Documentation/guides/application-developer.rst @@ -5,7 +5,7 @@ Using libcamera in a C++ application This tutorial shows how to create a C++ application that uses libcamera to interface with a camera on a system, capture frames from it for 3 seconds, and -write metadata about the frames to standard out. +write metadata about the frames to standard output. Application skeleton -------------------- diff --git a/README.rst b/README.rst index 34b6b49f..f94c0880 100644 --- a/README.rst +++ b/README.rst @@ -84,7 +84,7 @@ for gstreamer: [optional] libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev for cam: [optional] - libevent-dev is required to support cam, however the following + libevent-dev + pkg-config is required to support cam, however the following optional dependencies bring more functionality to the cam test tool: