public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH v3 0/2] v4l2-ctrls: add auto focus mode and controls
@ 2011-03-22  8:49 Kim, HeungJun
  2011-03-22  8:51 ` [RFC PATCH v3 1/2] v4l2-ctrls: support various modes and 4 coordinates of rectangle auto focus Kim, Heungjun
  2011-03-22  8:51 ` [RFC PATCH v3 2/2] v4l2-ctrls: update auto focus mode documentation Kim, Heungjun
  0 siblings, 2 replies; 5+ messages in thread
From: Kim, HeungJun @ 2011-03-22  8:49 UTC (permalink / raw)
  To: linux-media@vger.kernel.org
  Cc: Hans Verkuil, Laurent Pinchart, Sylwester Nawrocki,
	kyungmin.park@samsung.com

Hello,

This is third version of RFC patch series about adding auto focus mode
and controls. The patch of the previous version bring about the issue
to be able to execute only once, not repeatedly. Because the each modes
are defined by menu type. To solve this, we add the new control of
choosing focus mode, and if doing repeatedly, it's alright that you
determine the focus mode and change the value of V4L2_CID_FOCUS_AUTO.

In the case of new added rectangle mode, these each controls belongs to
4 new controls, can make to point by the form of rectangle. These 4 new
each control values mean left x coordinate, top y coordinate,
width x length, height y length. It's similar to structure v4l2_rect.

You can find previous threads about this:
http://www.spinics.net/lists/linux-media/msg29446.html

Thanks and Regards,
Heungjun Kim

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [RFC PATCH v3 0/2] v4l2-ctrls: add auto focus mode and controls
@ 2011-03-22  8:34 Kim, HeungJun
  2011-03-22  8:48 ` Kim, HeungJun
  0 siblings, 1 reply; 5+ messages in thread
From: Kim, HeungJun @ 2011-03-22  8:34 UTC (permalink / raw)
  To: linux-media@vger.kernel.org
  Cc: Hans Verkuil, Laurent Pinchart, Sylwester Nawrocki,
	kyungmin.park@samsung.com

Hello,

This is third version of RFC patch series about adding auto focus mode
and controls. The patch of the previous version bring about the issue
to be able to execute only once, not repeatedly. Because the each modes
are defined by menu type. To solve this, we add the new control of
choosing focus mode, and if doing repeatedly, it's alright that you
determine the focus mode and change the value of V4L2_CID_FOCUS_AUTO.

In the case of new added rectangle mode, these each controls belongs to
4 new controls, can make to point by the form of rectangle. These 4 new
each control values mean left x coordinate, top y coordinate,
width x length, height y length. It's similar to structure v4l2_rect.

You can find previous threads about this:
http://www.spinics.net/lists/linux-media/msg29446.html

Thanks and Regards,
Heungjun Kim

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

end of thread, other threads:[~2011-03-22  8:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22  8:49 [RFC PATCH v3 0/2] v4l2-ctrls: add auto focus mode and controls Kim, HeungJun
2011-03-22  8:51 ` [RFC PATCH v3 1/2] v4l2-ctrls: support various modes and 4 coordinates of rectangle auto focus Kim, Heungjun
2011-03-22  8:51 ` [RFC PATCH v3 2/2] v4l2-ctrls: update auto focus mode documentation Kim, Heungjun
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22  8:34 [RFC PATCH v3 0/2] v4l2-ctrls: add auto focus mode and controls Kim, HeungJun
2011-03-22  8:48 ` Kim, HeungJun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox