From patchwork Sun Oct 22 22:41:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 19170 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 16815BDCBD for ; Sun, 22 Oct 2023 22:42:02 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 40F4062983; Mon, 23 Oct 2023 00:42:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1698014520; bh=LUNhbAXjOW94UFntPSFOgT7cG31w8QBMM2ruwKXQzps=; h=To:Date:In-Reply-To:References:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Vdoq5X8d/mcWgVprhvkKlxJVxNs6/ZZlA7S1IsnNOZ2dWI2rYym/I57/1liAbNFh4 9/R0/2Jcx/vWYG0CxaVJXzMtEmA215FWABROgoaLUtZc5XeAdjSFT+qAhJVoFzWGwK 6gtC/lotyR0qcqPsDSGxTNwLId2DM9dJUKVQEElwfutkBoAS4eXQn2fGe0lUwc72dW 3mLVhUJB7nxLGib/x6F4+G7uTy5EmcmCnBsYtqHkCC2qavPvOkjw2APaZDOwym2VxQ fbFDneuotwHeV2qyRm8uozrv3Hi5H6ZN1bUfaKSz32yii4hYqBAUTJzKSHKdcl7349 OoyBQxe+qEPgg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 878ED6297E for ; Mon, 23 Oct 2023 00:41:54 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="bECHtf0G"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 3D877EBA; Mon, 23 Oct 2023 00:41:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1698014504; bh=LUNhbAXjOW94UFntPSFOgT7cG31w8QBMM2ruwKXQzps=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=bECHtf0GhReHEGGSbAGS7iqjRcy001NVIMtVL8NLutwDmO/ghmVR9Iz0a95KmQcwl B+fwiMCH5DonIA+dkZBUNwQu4T+/SjSAINMc8qOAoVamZ6SGuAALKEhjN74v60jdOi XBcssqpPeE0DDueJcO+XHDzOX+z96LRLmkHWPLMQ= To: libcamera-devel@lists.libcamera.org Date: Mon, 23 Oct 2023 01:41:53 +0300 Message-ID: <20231022224159.30298-3-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20231019140133.32090-1-jacopo.mondi@ideasonboard.com> References: <20231019140133.32090-1-jacopo.mondi@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v6 15/12] fixup! libcamera: camera: Introduce Orientation 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: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Cc: Jacopo Mondi Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" - Minor documentation improvement Signed-off-by: Laurent Pinchart --- src/libcamera/orientation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcamera/orientation.cpp b/src/libcamera/orientation.cpp index bd17dea948a9..965f5a8b916a 100644 --- a/src/libcamera/orientation.cpp +++ b/src/libcamera/orientation.cpp @@ -34,8 +34,8 @@ namespace libcamera { * Specification version 2.32, Tag 274 "Orientation", while the names of the * enumerated values report the rotation and mirroring operations performed. * - * In example Orientation::Rotate90Mirror describes the image transformation - * obtained by rotating 90 degrees clockwise first and then applying an + * For example, Orientation::Rotate90Mirror describes the orientation obtained + * by rotating the image 90 degrees clockwise first and then applying a * horizontal mirroring. * * \var CameraConfiguration::Rotate0