From patchwork Wed Jan 23 15:03:49 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: 352 Return-Path: Received: from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net [195.74.38.227]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id E9C9A60B2D for ; Wed, 23 Jan 2019 16:03:59 +0100 (CET) X-Halon-ID: 0d63e488-1f20-11e9-911a-0050569116f7 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (unknown [89.233.230.99]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id 0d63e488-1f20-11e9-911a-0050569116f7; Wed, 23 Jan 2019 16:03:36 +0100 (CET) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: libcamera-devel@lists.libcamera.org Date: Wed, 23 Jan 2019 16:03:49 +0100 Message-Id: <20190123150351.8307-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: attach to a V4L2Device 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: Wed, 23 Jan 2019 15:04:00 -0000 Hi, Patch 1/2 adds the plumbing needed for the UVC pipeline to find the video device which the pipeline needs to interact with to capture video. While 2/2 finds and creates a V4L2Device for the in the UVC pipeline. Niklas Söderlund (2): libcamera: MediaEntity: expose the entity flags libcamera: pipeline: uvcvideo: create a V4L2Device for the default video entity src/libcamera/include/media_object.h | 2 ++ src/libcamera/media_object.cpp | 13 ++++++++++++- src/libcamera/pipeline/uvcvideo.cpp | 26 +++++++++++++++++++++++++- 3 files changed, 39 insertions(+), 2 deletions(-)