From patchwork Mon Feb 4 18:55:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 500 Return-Path: Received: from bin-mail-out-05.binero.net (bin-mail-out-05.binero.net [195.74.38.228]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8A9C160B2D for ; Mon, 4 Feb 2019 19:55:31 +0100 (CET) X-Halon-ID: 6d90f336-28ae-11e9-a58a-005056917f90 Authorized-sender: niklas@soderlund.pp.se Received: from localhost.localdomain (unknown [81.164.19.127]) by bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA id 6d90f336-28ae-11e9-a58a-005056917f90; Mon, 04 Feb 2019 19:55:28 +0100 (CET) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: libcamera-devel@lists.libcamera.org Date: Mon, 4 Feb 2019 19:55:19 +0100 Message-Id: <20190204185521.23471-1-niklas.soderlund@ragnatech.se> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] libcamera: pipeline: uvcvideo: set a default format X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2019 18:55:31 -0000 Hi, This series extends the stream configuration to allow specifying how many buffers to library should allocate for a stream. It then go on and define a default format for the UVC pipeline. Niklas Söderlund (2): libcamera: streams: extend stream configuration with buffer count libcamera: pipeline: uvcvideo: set a default format include/libcamera/stream.h | 2 ++ src/libcamera/pipeline/uvcvideo.cpp | 6 +++++- src/libcamera/stream.cpp | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-)