linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv5 0/5] media: uvcvideo: implement UVC 1.5 ROI
@ 2021-05-01  8:19 Sergey Senozhatsky
  2021-05-01  8:19 ` [PATCHv5 1/5] media: v4l UAPI: add ROI selection targets Sergey Senozhatsky
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Sergey Senozhatsky @ 2021-05-01  8:19 UTC (permalink / raw)
  To: Laurent Pinchart, Ricardo Ribalda
  Cc: Tomasz Figa, Mauro Carvalho Chehab, Hans Verkuil, linux-media,
	linux-kernel, Sergey Senozhatsky

Hello,

	This patch set implements UVC 1.5 ROI using v4l2_selection API.

v5:
-- fixed UAPI typo: STABILIXATION
-- moved V4L2_CID_REGION_OF_INTEREST_AUTO to V4L2_CID_CAMERA_CLASS_BASE+36
-- added more comments (Ricardo)
-- added V4L2_CID_REGION_OF_INTEREST_AUTO to v4l2_ctrl_get_name() (Ricardo)

Sergey Senozhatsky (5):
  media: v4l UAPI: add ROI selection targets
  media: v4l UAPI: document ROI selection targets
  media: uvcvideo: add ROI auto controls
  media: v4l UAPI: document ROI auto_controls
  media: uvcvideo: add UVC 1.5 ROI control

 .../media/v4l/ext-ctrls-camera.rst            |  23 +++
 .../media/v4l/selection-api-configuration.rst |  22 ++
 .../media/v4l/selection-api-examples.rst      |  27 +++
 .../media/v4l/v4l2-selection-targets.rst      |  24 +++
 drivers/media/usb/uvc/uvc_ctrl.c              |  19 ++
 drivers/media/usb/uvc/uvc_v4l2.c              | 189 +++++++++++++++++-
 drivers/media/v4l2-core/v4l2-ctrls.c          |   1 +
 include/uapi/linux/usb/video.h                |   1 +
 include/uapi/linux/v4l2-common.h              |   8 +
 include/uapi/linux/v4l2-controls.h            |  10 +
 10 files changed, 321 insertions(+), 3 deletions(-)

-- 
2.31.1.527.g47e6f16901-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-06-01  8:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-01  8:19 [PATCHv5 0/5] media: uvcvideo: implement UVC 1.5 ROI Sergey Senozhatsky
2021-05-01  8:19 ` [PATCHv5 1/5] media: v4l UAPI: add ROI selection targets Sergey Senozhatsky
2021-05-01  8:19 ` [PATCHv5 2/5] media: v4l UAPI: document " Sergey Senozhatsky
2021-05-01  8:19 ` [PATCHv5 3/5] media: uvcvideo: add ROI auto controls Sergey Senozhatsky
2021-05-01  8:20 ` [PATCHv5 4/5] media: v4l UAPI: document ROI auto_controls Sergey Senozhatsky
2021-05-01  8:20 ` [PATCHv5 5/5] media: uvcvideo: add UVC 1.5 ROI control Sergey Senozhatsky
2021-05-26 10:38 ` [PATCHv5 0/5] media: uvcvideo: implement UVC 1.5 ROI Hans Verkuil
2021-06-01  8:46   ` Sergey Senozhatsky
2021-06-01  8:52     ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).