mbox series

[PATCHv2,0/3] Add UVC 1.5 Region Of Interest control to uvcvideo

Message ID 20210208051749.1785246-1-sergey.senozhatsky@gmail.com (mailing list archive)
Headers show
Series Add UVC 1.5 Region Of Interest control to uvcvideo | expand

Message

Sergey Senozhatsky Feb. 8, 2021, 5:17 a.m. UTC
Hello,

	RFC

This patch set adds UVC 1.5 Region of Interest support.

v1->v2:
- Address Laurent's comments

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

 .../media/v4l/ext-ctrls-camera.rst            |  25 +++
 .../media/v4l/selection-api-configuration.rst |  23 +++
 .../media/v4l/v4l2-selection-targets.rst      |  21 +++
 drivers/media/usb/uvc/uvc_ctrl.c              |  19 +++
 drivers/media/usb/uvc/uvc_v4l2.c              | 143 +++++++++++++++++-
 include/uapi/linux/usb/video.h                |   1 +
 include/uapi/linux/v4l2-common.h              |   8 +
 include/uapi/linux/v4l2-controls.h            |   9 ++
 8 files changed, 246 insertions(+), 3 deletions(-)

Comments

Sergey Senozhatsky March 16, 2021, 5:25 a.m. UTC | #1
On (21/02/08 14:17), Sergey Senozhatsky wrote:
> 	Hello,
> 
> 	RFC

Hi Laurent,

Gentle ping.

	-ss