From patchwork Fri Jul 18 09:40:46 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 23847 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 CF4F7C3237 for ; Fri, 18 Jul 2025 09:40:46 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id B8ADD68F93; Fri, 18 Jul 2025 11:40:45 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="cDZTCEZI"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 27D7B6150A for ; Fri, 18 Jul 2025 11:40:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject: Cc:To:From:Sender:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=GQHM8pUfNmW+tOC82GDQF33cPbXmdxzdh2c6ycn08wg=; b=cDZTCEZIjRrT0iesSYvJuDb/5r LGtQDFF6GJuu4Vb9hqLdX/jvVsgMocq+85fhw0sN3aaK/HwcGek7yD0LrR0/SDinPYExX35kDwwFe khqyKscsqwNsVDeTC1NCIJS0fZyKj7allZ+HEScHtdST0t8uNcxqrkoSUQjb5jxCSfU8Krl7Vm/ZY M3gqLiYXcfLc9UU4YkGgd69hclS3c1yme6kdG5DI9ypIty4EaE36lGWBKjibh1C073GFLBZndUkSo v4vnYIsyhPI+KiIhm9CwIHsd0ZN2eFR8MA1zi+z0YzV7t774wTCax8GzCq1rAcXbMFYUZ4io6JiNr eJUr8EcQ==; Received: from [49.36.71.87] (helo=uajain) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1ucha5-000VuI-VI; Fri, 18 Jul 2025 11:40:42 +0200 From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Milan Zamazal , Umang Jain Subject: [PATCH v2 0/2] libcamera: simple: Support RPi's unicam CSI-2 receiver Date: Fri, 18 Jul 2025 15:10:46 +0530 Message-ID: <20250718094048.59162-1-uajain@igalia.com> X-Mailer: git-send-email 2.50.0 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" Couple of patches to stream RPi+IMX219 setup with simple pipeline handler and SoftISP. Patch 1/2 fixes up bayer pattern changes on the sensor due to transforms being applied, which then configures the video node correctly. Patch 2/2 enables the unicam driver in simple pipeline handler with SoftISP. Changes in v2: - Pass the updated format(Bayer applied with transforms) to the converter/SoftISP input configuration as well to configure them correctly. Umang Jain (2): libcamera: simple: Detect Bayer pattern change during configure() libcamera: simple: Support RPi's unicam CSI-2 receiver src/libcamera/pipeline/simple/simple.cpp | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-)