From patchwork Tue Jul 1 11:29:20 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 23702 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 B6E67C3237 for ; Tue, 1 Jul 2025 11:29:25 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id CAC2468E25; Tue, 1 Jul 2025 13:29:24 +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="FEzOE9fW"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id BA5106152A for ; Tue, 1 Jul 2025 13:29:21 +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=VWBZ2zVY0AM0Nh75ptAJHRwEygYpeRkFWSwhF5tD+xc=; b=FEzOE9fWeAx09NIGvgbg/t2pXU i8zo6M5HU7SzicxyXDjpP50AT5iQsh5DoUcIx6kOfDnzxDgqbwl5WpRwLOScOUdZjoOeV8U9BuXha O1HJ7l73N1Enz/Bp+7avH0UrpXZuEggwHdwBynfA+KZ6qXLBG+AUhL4UVDkkWF+EkRHf2SbwbymhR dH7CspOXEJivZQy+G1VChBBrK+5ynF6yZLMI31NdfGcU8sByO8hmqe1syiL+JVXRnFvPh/C3QV9gg rosHW3hxZro6+d1m51ucTTXjbPJhS/eIGiu/VtUqkAgOp5xyr7MH5NkjvBW5eNjEK29fJQKW3mKRl aZLDNCUg==; Received: from [49.36.69.141] (helo=uajain) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1uWZAt-00AwG9-5j; Tue, 01 Jul 2025 13:29:20 +0200 From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Umang Jain Subject: [PATCH v2 0/2] lc-compliance: Ensure stream's colorspace is set after validate() Date: Tue, 1 Jul 2025 16:59:20 +0530 Message-ID: <20250701112922.62285-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" Patch 1/2 stems from a test result given by 2/2; virtual pipeline handler now sets a colorspace. See https://gitlab.freedesktop.org/camera/libcamera/-/jobs/79412875 Patch 2/2 is the lc-compliance check to ensure pipeline handlers set colorspace after validate(). Umang Jain (2): pipeline: virtual: Provide and validate colorspace lc-compliance: Ensure stream's colorspace is set after validate() src/apps/lc-compliance/helpers/capture.cpp | 3 +++ src/libcamera/pipeline/virtual/virtual.cpp | 12 ++++++++++++ 2 files changed, 15 insertions(+)