From patchwork Sat Oct 25 17:43:52 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 24817 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 57761BE080 for ; Sat, 25 Oct 2025 17:43:29 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 78956606DE; Sat, 25 Oct 2025 19:43:28 +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="kLEQKZbE"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D8CA460697 for ; Sat, 25 Oct 2025 19:43:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Date:Subject:Cc:To:From:Sender:Reply-To: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=EXajoDcT6jE2hN4mifgl0BS0XHDap4nDo+oyI93vMNI=; b=kLEQKZbEEPGV903aWYwywMi3xX Pk/72SQgltQEaCGAbZfhmQ4EnZLdOZs39JL0bFSE8HvqEsxnXXssrCM+uGSQxfZbDJ5nASGIZmiVq tFpI8Cj1Ji0bPWSo1FkDz72I6zQwtFOuICJM3pb5s8zUrl5eGOdwXIg1unyYHTbFRBeKYFMHy8of+ T6NKs5N/XB0gLq0TVa0mr6JU+ujUlNKXBBgF5M5p2VukOZ7QeeDvaVTYhhh2sqcEWryKJz/UZLLpt eF5mbYVAGVusHYNIgmZh9mkw7RypdvybwAgaXgRedtbgzrfbkQRp3oj4vXFLnxaivnvfjOnUWoJxI wHCvRn2g==; Received: from [148.252.128.197] (helo=uajain) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1vCiIX-00FAds-1c; Sat, 25 Oct 2025 19:43:25 +0200 From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Umang Jain Subject: [PATCH v3 0/2] lc-compliance: Ensure stream's colorspace is set after validate() Date: Sat, 25 Oct 2025 18:43:52 +0100 Message-ID: <20251025174354.85020-1-uajain@igalia.com> X-Mailer: git-send-email 2.51.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(). Changes in v3: - Set Rec709 colorspace for all generated NV12 frames Link to v2: https://patchwork.libcamera.org/project/libcamera/list/?series=5263 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 | 13 +++++++++++++ 2 files changed, 16 insertions(+)