From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D5E7C77B72 for ; Thu, 20 Apr 2023 09:28:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233949AbjDTJ2U (ORCPT ); Thu, 20 Apr 2023 05:28:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46146 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229709AbjDTJ2P (ORCPT ); Thu, 20 Apr 2023 05:28:15 -0400 Received: from meesny.iki.fi (meesny.iki.fi [IPv6:2001:67c:2b0:1c1::201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C7587FC; Thu, 20 Apr 2023 02:28:07 -0700 (PDT) Received: from hillosipuli.retiisi.eu (dkzcv-3yyyyyyyyyyyyyt-3.rev.dnainternet.fi [IPv6:2001:14ba:4505:1fdc::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sailus) by meesny.iki.fi (Postfix) with ESMTPSA id 4Q2C4f2QsLzyRn; Thu, 20 Apr 2023 12:28:02 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1681982883; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ckb8t6/WapnglDBmmVksyEjbtPBBshg0TJm9lgZhoFU=; b=oJDqzhu2oAmUO9YL6KWANtjrl7uxxhB07r9fvS4ZmvmojcnYUXApvt+PgMnHUh/1fDg6Fi /zN+K+ldDjeYZX1EwoVyNezaICdICk9y7jCQyghuFxA/R4jGljC79L8/mlfQ1eGEMHDW/z R5vg2Fk44miSSeWpgBSH9YEXtqFUYJU= ARC-Seal: i=1; s=meesny; d=iki.fi; t=1681982883; a=rsa-sha256; cv=none; b=cxB7MWsGF/SDUJOGDHaOGRku0863tErIhgR/EvWlRKlwyKy6C0oCj2JuckIJQbzfkpdkQi BBXgeg0gFeq2dFbCkviRP73BcP3oyiP0kuT/71iR5h9mQq9LlmnczwHQJkkRRL2AFJLcSV 9WeacDWcrzaUh1iAJU7wlHVdNNp4c/c= ARC-Authentication-Results: i=1; ORIGINATING; auth=pass smtp.auth=sailus smtp.mailfrom=sakari.ailus@iki.fi ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1681982883; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Ckb8t6/WapnglDBmmVksyEjbtPBBshg0TJm9lgZhoFU=; b=hmO4FVYvTadImZ4riRQJrSSvtvsMwPlXCk4z8hqCsTz6U1TouNpRi6egh64ebBizmBkmQK 4EkrnD/kCSrc09ZnXKLELZXJQck33/TjIgN9/uugx5XiQ/3tvyWEffeNcu/iHQ4kJMAj39 DhLU1NSs6iwwpvqAdIDzy6aWwNN7juQ= Received: from valkosipuli.retiisi.eu (valkosipuli.localdomain [192.168.4.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by hillosipuli.retiisi.eu (Postfix) with ESMTPS id 4D411634C91; Thu, 20 Apr 2023 12:24:19 +0300 (EEST) Date: Thu, 20 Apr 2023 12:24:18 +0300 From: Sakari Ailus To: Dmitry Perchanov Cc: linux-media@vger.kernel.org, laurent.pinchart@ideasonboard.com, mchehab@kernel.org, linux-kernel@vger.kernel.org, evgeni.raikhel@intel.com, demisrael@gmail.com Subject: Re: [PATCH v3] media: uvcvideo: Enable Intel RealSense metadata for devices. Message-ID: References: <5587a4f1a0a7f3e2bd0ce886bb4ee3bcbf8f522a.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5587a4f1a0a7f3e2bd0ce886bb4ee3bcbf8f522a.camel@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dmitry, On Thu, Apr 20, 2023 at 12:06:55PM +0300, Dmitry Perchanov wrote: > Intel RealSense UVC Depth cameras produce metadata in a > vendor-specific format that is already supported by the uvcvideo driver. > Enable handling of this metadata for 7 additional RealSense devices. > > Co-developed-by: Yu MENG > Co-developed-by: Evgeni Raikhel > Signed-off-by: Dmitry Perchanov Thanks for the update. Is the D4XX format on these devices the same that's documented in Documentation/userspace-api/media/v4l/pixfmt-meta-d4xx.rst ? I.e. there are no additional fields or differences, and the version of the format is the same? The format documentation doesn't say which version number even the current devices use (just refers to "xxx"). -- Kind regards, Sakari Ailus