From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EF94823D7CF for ; Wed, 3 Sep 2025 15:28:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756913332; cv=none; b=V84bbzFl2Bjgzm9WGKG0ccTbT1hE3pQdqbpC4gjOWcoXIxzmSXYTUHlmRE0Za0iJ4K457rtCmDKwYWZmvmPWBTKvwbVGZCL3yO12m3f2ZCC04y0iyC9sZHq9vNDreXoa3vDK47Inv/riwZ3L03kYNMxeqadQQnhivoE/mjZrLjI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756913332; c=relaxed/simple; bh=xFmRLGVZ8fscEpekM66n3vhqIhw6/wM/gK3vfV0o/Y4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PjXceh4FSLl7JNWew2ysccewaikF2dz9CnlXxjUyu10alIxbyDJM3bTuHKFTQjeInBe9xnDGy5M/bD1nvIkkju7GBTLZMUK4J4tsf9OOAZvwXJc9I/+ep8T3jx9066WVytojp23tiygXWv7nWSQai8IiEelv3lG1E8UiEHuitAA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=FEPFqm3V; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="FEPFqm3V" Received: from pendragon.ideasonboard.com (230.215-178-91.adsl-dyn.isp.belgacom.be [91.178.215.230]) by perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id 81AB88CB; Wed, 3 Sep 2025 17:27:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1756913258; bh=xFmRLGVZ8fscEpekM66n3vhqIhw6/wM/gK3vfV0o/Y4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FEPFqm3ViWXvwL0Pv/VPDo5gwRQgXmjyB59dreGmwGtrFvyhJNXZFTn1vfXrdPGlI 1C24jpJMEy1MWjnHj0s/MzRz2/QxrK2+Z4msEjWurKNENUm8JldFxfLSRNKFBBAXmP w7EhOFYbCo6/jhd6FQqx1AKudrgrkjJG4LveOlaw= Date: Wed, 3 Sep 2025 17:28:26 +0200 From: Laurent Pinchart To: Sakari Ailus Cc: Jacopo Mondi , linux-media@vger.kernel.org, hans@jjverkuil.nl, Prabhakar , Kate Hsuan , Alexander Shiyan , Dave Stevenson , Tommaso Merciai , Umang Jain , Benjamin Mugnier , Sylvain Petinot , Christophe JAILLET , Julien Massot , Naushir Patuck , "Yan, Dongcheng" , "Cao, Bingbu" , "Qiu, Tian Shu" , "Wang, Hongju" , Stefan Klug , Mirela Rabulea , =?utf-8?B?QW5kcsOp?= Apitzsch , Heimir Thor Sverrisson , Kieran Bingham , Stanislaw Gruszka , Mehdi Djait , Ricardo Ribalda Delgado , Hans de Goede , Tomi Valkeinen Subject: Re: [PATCH v11 21/66] media: v4l: uapi: Add a control for color pattern flipping effect Message-ID: <20250903152826.GR3648@pendragon.ideasonboard.com> References: <20250825095107.1332313-1-sakari.ailus@linux.intel.com> <20250825095107.1332313-22-sakari.ailus@linux.intel.com> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Wed, Sep 03, 2025 at 04:25:11PM +0300, Sakari Ailus wrote: > Hi Jacopo, > > On Wed, Sep 03, 2025 at 02:37:56PM +0200, Jacopo Mondi wrote: > > I'm not sure how many non-Bayer CFA cameras we do support, indeed we > > should account for them, but am I wrong assuming the majority, if not > > all, are Bayer, so having a quick reference might be useful. > > Well, one important reason for not having non-Bayer pattern cameras is that > we effectively only support Bayer patterns. :-) There are lots of different > patterns, including different filters, but most devices can be configured > to generate Bayer output. Also the size of the pattern may be larger than > 2x2. Quad bayer comes to mind, as well as 4x4 patterns where two of the 2x2 regions are regular Bayer and the other two are Bayer filters with green replaced by Ir. Quad bayer may need extra thoughts, as some sensors support "rebayering" the pixels and output regular Bayer. > > Anyway, not feeling strong about this, up to you. > > Thanks! -- Regards, Laurent Pinchart