From: Zhijun He Date: Tue, 14 Jan 2014 17:59:04 +0000 (-0800) Subject: camera_metadata: Update afAvailableModes tag X-Git-Tag: android-x86-7.1-r1~429 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f163fa91a5ca5b6a8efceb67c60d515145187101;p=android-x86%2Fsystem-media.git camera_metadata: Update afAvailableModes tag Change-Id: I7301021a78c45f76ce2b133663552648712e78e8 --- diff --git a/camera/docs/docs.html b/camera/docs/docs.html index 30eac353..93d2f950 100644 --- a/camera/docs/docs.html +++ b/camera/docs/docs.html @@ -1681,9 +1681,9 @@ mode it is set to

Only effective if android.control.mode = AUTO.

-

If lens is controlled by HAL auto-focus algorithm, the HAL should -report the current AF status in android.control.afState in -result metadata.

+

If the lens is controlled by the camera device auto-focus algorithm, +the camera device will report the current AF status in android.control.afState +in result metadata.

@@ -2673,7 +2673,7 @@ can be changed

- + android.control.afAvailableModes @@ -2691,15 +2691,13 @@ can be changed

List of AF modes that can be -selected

+selected with android.control.afMode.

-

OFF must be included. AUTO must be supported if -lens allows for changing focus

@@ -2709,6 +2707,19 @@ lens allows for changing focus

+ + Details + + + +

Not all the auto-focus modes may be supported by a +given camera device. This entry lists the valid modes for +android.control.afMode for this camera device.

+

All camera devices will support OFF mode, and all camera devices with +adjustable focuser units (android.lens.info.minimumFocusDistance > 0) +will support AUTO mode.

+ + @@ -3439,9 +3450,9 @@ mode it is set to

Only effective if android.control.mode = AUTO.

-

If lens is controlled by HAL auto-focus algorithm, the HAL should -report the current AF status in android.control.afState in -result metadata.

+

If the lens is controlled by the camera device auto-focus algorithm, +the camera device will report the current AF status in android.control.afState +in result metadata.

diff --git a/camera/docs/metadata_properties.xml b/camera/docs/metadata_properties.xml index bd7cc2da..1506d4cc 100644 --- a/camera/docs/metadata_properties.xml +++ b/camera/docs/metadata_properties.xml @@ -471,9 +471,9 @@ xsi:schemaLocation="http://schemas.android.com/service/camera/metadata/ metadata mode it is set to
Only effective if android.control.mode = AUTO. - If lens is controlled by HAL auto-focus algorithm, the HAL should - report the current AF status in android.control.afState in - result metadata.
+ If the lens is controlled by the camera device auto-focus algorithm, + the camera device will report the current AF status in android.control.afState + in result metadata.