]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: uvcvideo: Add D436 and D555 cameras metadata support
authorYogev Modlin <yogev.modlin@realsenseai.com>
Sun, 26 Oct 2025 16:43:03 +0000 (18:43 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Wed, 25 Mar 2026 08:40:28 +0000 (09:40 +0100)
commit45507b100929cac15d4466a3feb29b8a910ffbb3
tree9bce6fcdf51ec1c9edef1278600f29570e5af4b3
parentbc4da279ef3ef73b7ed50f9016cf7d7143a0a4c0
media: uvcvideo: Add D436 and D555 cameras metadata support

Add support for Intel RealSense D436 and D555 depth cameras metadata.
These cameras use the D4XX metadata format for transmitting depth and
sensor information.

The D555 camera uses UVC protocol version 1.5, while the D436 uses
an undefined protocol version. Both cameras require the D4XX metadata
format flag to properly handle their metadata streams.

Signed-off-by: Yogev Modlin <yogev.modlin@realsenseai.com>
Reviewed-by: Ricardo Ribalda <ribalda@chromium.org>
Link: https://patch.msgid.link/20251026-fix-uvc-v4-2-610eb1329600@realsenseai.com
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/usb/uvc/uvc_driver.c