All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] media: uvcvideo: Add quirk for exponential exposure
@ 2021-10-03  2:36 Scott K Logan
  2021-10-03  2:37 ` [PATCH 1/1] " Scott K Logan
  0 siblings, 1 reply; 6+ messages in thread
From: Scott K Logan @ 2021-10-03  2:36 UTC (permalink / raw)
  To: Laurent Pinchart, subscribers-only, linux-media; +Cc: Scott K Logan

Ever since I started using them, I've noticed that the absolute exposure
control for the LifeCam webcam hasn't functioned properly. After some
poking around, I managed to charactarize the behavior. To summarize,
only values which follow an exponential pattern appear to result in the
intended change to the webcam's image.

Ideally this quirky behavior could be handled with an extension unit,
but I'm not sure this behavior can be implemented there. I tested this
patch with the two LifeCam webcams I have on hand.

Scott K Logan (1):
  media: uvcvideo: Add quirk for exponential exposure

 drivers/media/usb/uvc/uvc_ctrl.c   | 41 ++++++++++++++++++++++++++++++
 drivers/media/usb/uvc/uvc_driver.c | 18 +++++++++++++
 drivers/media/usb/uvc/uvcvideo.h   |  1 +
 3 files changed, 60 insertions(+)

-- 
2.31.1


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

end of thread, other threads:[~2021-11-24 20:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03  2:36 [PATCH 0/1] media: uvcvideo: Add quirk for exponential exposure Scott K Logan
2021-10-03  2:37 ` [PATCH 1/1] " Scott K Logan
2021-10-17 15:27   ` Yuriy M. Kaminskiy
2021-11-24  0:59   ` [PATCH v2 " Scott K Logan
2021-11-24  6:30     ` Laurent Pinchart
2021-11-24 20:44       ` Scott K Logan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.