From patchwork Wed Jun 5 17:44:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dufresne X-Patchwork-Id: 20210 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 DDB80BD87C for ; Wed, 5 Jun 2024 17:45:03 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C313E6543C; Wed, 5 Jun 2024 19:45:02 +0200 (CEST) Received: from madrid.collaboradmins.com (madrid.collaboradmins.com [46.235.227.194]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6BA63634CD for ; Wed, 5 Jun 2024 19:45:00 +0200 (CEST) Received: from nicolas-tpx395.lan (cola.collaboradmins.com [195.201.22.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nicolas) by madrid.collaboradmins.com (Postfix) with ESMTPSA id 23FFC378020A; Wed, 5 Jun 2024 17:44:59 +0000 (UTC) From: Nicolas Dufresne To: libcamera-devel@lists.libcamera.org Cc: Nicolas Dufresne Subject: [PATCH v2 0/2] Document libcamerasrc multi stream usage Date: Wed, 5 Jun 2024 13:44:45 -0400 Message-ID: <20240605174447.139942-1-nicolas@ndufresne.ca> X-Mailer: git-send-email 2.45.1 MIME-Version: 1.0 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" From: Nicolas Dufresne This patch adds missing GstChildProxy interface neded to configure pads role from gst-launch-1.0 syntax and document how to use that with multi-stream. The example have been tested on Raspberry Pi4 with the camera module 3 and wayfire compositor. Nicolas Dufresne (2): gst: Add child proxy support to libcamerasrc gst: Document libcamerasrc multi stream usage README.rst | 16 +++++++++++ src/gstreamer/gstlibcamerasrc.cpp | 45 +++++++++++++++++++++++++++++-- 2 files changed, 59 insertions(+), 2 deletions(-)