From patchwork Fri Nov 27 14:04:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 10519 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 CF7DEBE08A for ; Fri, 27 Nov 2020 14:04:09 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 65B766346F; Fri, 27 Nov 2020 15:04:09 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="l0I5AcxH"; dkim-atps=neutral Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1E4FB632EE for ; Fri, 27 Nov 2020 15:04:08 +0100 (CET) Received: by mail-wr1-x42f.google.com with SMTP id 23so5697384wrc.8 for ; Fri, 27 Nov 2020 06:04:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=LqS9Ld+Eb7TcdYMvdWexD4yw69Enr/G6+EqloPGmxEQ=; b=l0I5AcxHR4KcB+m6mkow7W0uoqqu/A6hmiqovfEQk0N4dA7n2al+TqmCXIRu40D3sC jSd7nu7dzrJ1NeNsCpSAl3mVaz2i60e+Vsl0RYW6hzNMLSjtX6dyvvtjfQdk6pyuitWS u7gyW3VXWgEM/3oxT9PCMxb5d05vDdZMl7s83LpZs43CGROPjM/3LqImwIMx2PCCosJG wpgAMqHd/l6UMasij23AvBW/Iw3cDj6VyegTTPoTYEmFXhDan7vM5EbUwsC4bDpZoAPd Gmq9pjnozmBnZhO6k/gXt5d0KxCPGozU5RqnDK3DfJGUAtjYlx1SZ9LQrXSH1hN0iFwu ZxiQ== 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=LqS9Ld+Eb7TcdYMvdWexD4yw69Enr/G6+EqloPGmxEQ=; b=prUIE6wdd4q04f5qN1euMlru46tDg+3i2kB+lSiMXA3/RV4KjmKzCADYdnVsI4X6PR eSNdEgoUM6loIFye/n22fD36tyqYa4Lj3egOtzCbgZgkxF9NKmG5edHKcyIlQx5p6Nhh LBLAB2GzSnJ9x/IKf17fwWCehpvuCXoTogmPpGd/m98l2eVD5BKYQAtKBRXxolZfxslb N27NCDwNwXBW0n1zoPiZ7nEaityFC/LhAgP+Vb4F04ALf30T2df2NwgxPRgNWcxpJPIu FE3BcZ6/EeePkiZ6hAMxLtmz0qPG4qc30boF4QCHlcU4LM3MSR4li0oi1xP6DisSX6M5 y+Mw== X-Gm-Message-State: AOAM532OzweQaR7bpcRVK9BHyFcRzHBSVAHPL+InHAylMTgffZYjYDn/ 4vciI5HOrOuTvIhZbxG79gZ60UxmRwD2Lg== X-Google-Smtp-Source: ABdhPJxKGAS5DKLCPzby1FF9NZeDnL6ff88gwz2xW3sYyJlWdksCXA8LZy8Fi7qug2h9XGCq+DPvmw== X-Received: by 2002:a5d:4d88:: with SMTP id b8mr5180286wru.134.1606485847465; Fri, 27 Nov 2020 06:04:07 -0800 (PST) Received: from naushir-VirtualBox.pitowers.org ([2a00:1098:3142:14:a00:27ff:fe4d:f6a2]) by smtp.gmail.com with ESMTPSA id z188sm8139960wmg.36.2020.11.27.06.04.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Nov 2020 06:04:06 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Fri, 27 Nov 2020 14:04:03 +0000 Message-Id: <20201127140403.1104761-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] cam: Update command line description for stream role option 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" The description text lists "stillraw" as a stream role option. This is incorrect, it should be listed as "raw" instead. Signed-off-by: Naushir Patuck Reviewed-by: Niklas Söderlund Reviewed-by: Jacopo Mondi Reviewed-by: Kieran Bingham and pushed --- src/cam/stream_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cam/stream_options.cpp b/src/cam/stream_options.cpp index 27cc3912..c58272c2 100644 --- a/src/cam/stream_options.cpp +++ b/src/cam/stream_options.cpp @@ -13,7 +13,7 @@ using namespace libcamera; StreamKeyValueParser::StreamKeyValueParser() { addOption("role", OptionString, - "Role for the stream (viewfinder, video, still, stillraw)", + "Role for the stream (viewfinder, video, still, raw)", ArgumentRequired); addOption("width", OptionInteger, "Width in pixels", ArgumentRequired);