From: "Kim, HeungJun" <riverful.kim@samsung.com>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Cc: Hans Verkuil <hverkuil@xs4all.nl>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
"???/Mobile S/W Platform Lab(DMC?)/E4(??)/????"
<sw0312.kim@samsung.com>,
"kyungmin.park@samsung.com" <kyungmin.park@samsung.com>
Subject: [RFC PATCH RESEND v2 0/3] v4l2-ctrls: add new focus mode
Date: Thu, 03 Mar 2011 11:16:24 +0900 [thread overview]
Message-ID: <4D6EF9F8.9070902@samsung.com> (raw)
Hello,
Agenda
======================================================================
I faced to the absence of the mode of v4l2 focus for a couple of years.
While dealing with some few mobile camera sensors, the focus modes
are needed more than the current v4l2 focus mode, e.g. a Macro &
Continuous mode. The M-5MOLS camera sensor I dealt with, also support
these 2 modes. So, I'm going to suggest supports of more detailed
v4l2 focus mode.
Version
======================================================================
This is second version patch about auto focus mode.
The second version changes are below:
1. switch enumeration value between V4L2_FOCUS_AUTO and V4L2_FOCUS_MACRO,
for maintaing previous auto focus mode value.
2. add documentations about the changes of auto focus mode.
3. There are a little of changes since the second version submission,
but it's not big changes as considering the patch version is up.
So, this patch keep the previous version 2.
This RFC series of patch adds new auto focus modes, and documents it.
The first patch the boolean type of V4L2_CID_FOCUS_AUTO to menu type,
and insert menus 4 enumerations:
V4L2_FOCUS_MANUAL,
V4L2_FOCUS_AUTO,
V4L2_FOCUS_MACRO,
V4L2_FOCUS_CONTINUOUS
The recent mobile camera sensors with ISP supports Macro & Continuous Auto
Focus aka CAF mode, of course normal AUTO mode, even Continuous mode.
Changing the type of V4L2_CID_FOCUS_MODE, is able to define more exact
focusing mode of camera sensor.
The second patch let the uvc driver using V4L2_CID_FOCUS_AUTO by
boolean type, be able to use the type of menu.
The third patch documentation about changes of the auto focus mode.
Thanks for reading this, and I hope any ideas and any comments.
Regards,
Heungjun Kim
next reply other threads:[~2011-03-03 2:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-03 2:16 Kim, HeungJun [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-02-25 12:45 [RFC PATCH RESEND v2 0/3] v4l2-ctrls: add new focus mode Kim, HeungJun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D6EF9F8.9070902@samsung.com \
--to=riverful.kim@samsung.com \
--cc=hverkuil@xs4all.nl \
--cc=kyungmin.park@samsung.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sw0312.kim@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox