am 4b6353ea: Merge "Update camera continuous autofocus javadoc." into ics-mr0

* commit '4b6353ea0265bfed52d0637abd1b17596ce25ff0':
  Update camera continuous autofocus javadoc.
This commit is contained in:
Chih-Chung Chang
2011-11-01 04:05:45 +00:00
committed by Android Git Automerger
2 changed files with 23 additions and 18 deletions

View File

@ -1687,15 +1687,18 @@ public class Camera {
* aggressive than {@link #FOCUS_MODE_CONTINUOUS_VIDEO}. Auto focus * aggressive than {@link #FOCUS_MODE_CONTINUOUS_VIDEO}. Auto focus
* starts when the parameter is set. * starts when the parameter is set.
* *
* <p>If applications call {@link #autoFocus(AutoFocusCallback)} in this * <p>Applications can call {@link #autoFocus(AutoFocusCallback)} in
* mode, the focus callback will immediately return with a boolean that * this mode. If the autofocus is in the middle of scanning, the focus
* indicates whether the focus is sharp or not. The apps can then decide * callback will return when it completes. If the autofocus is not
* if they want to take a picture immediately or to change the focus * scanning, the focus callback will immediately return with a boolean
* mode to auto, and run a full autofocus cycle. The focus position is * that indicates whether the focus is sharp or not. The apps can then
* locked after autoFocus call. If applications want to resume the * decide if they want to take a picture immediately or to change the
* continuous focus, cancelAutoFocus must be called. Restarting the * focus mode to auto, and run a full autofocus cycle. The focus
* preview will not resume the continuous autofocus. To stop continuous * position is locked after autoFocus call. If applications want to
* focus, applications should change the focus mode to other modes. * resume the continuous focus, cancelAutoFocus must be called.
* Restarting the preview will not resume the continuous autofocus. To
* stop continuous focus, applications should change the focus mode to
* other modes.
* *
* @see #FOCUS_MODE_CONTINUOUS_VIDEO * @see #FOCUS_MODE_CONTINUOUS_VIDEO
*/ */

View File

@ -644,15 +644,17 @@ public:
// than FOCUS_MODE_CONTINUOUS_VIDEO. Auto focus starts when the parameter is // than FOCUS_MODE_CONTINUOUS_VIDEO. Auto focus starts when the parameter is
// set. // set.
// //
// If applications call CameraHardwareInterface.autoFocus in this mode, the // Applications can call CameraHardwareInterface.autoFocus in this mode. If
// focus callback will immediately return with a boolean that indicates // the autofocus is in the middle of scanning, the focus callback will
// whether the focus is sharp or not. The apps can then decide if they want // return when it completes. If the autofocus is not scanning, focus
// to take a picture immediately or to change the focus mode to auto, and // callback will immediately return with a boolean that indicates whether
// run a full autofocus cycle. The focus position is locked after autoFocus // the focus is sharp or not. The apps can then decide if they want to take
// call. If applications want to resume the continuous focus, // a picture immediately or to change the focus mode to auto, and run a full
// cancelAutoFocus must be called. Restarting the preview will not resume // autofocus cycle. The focus position is locked after autoFocus call. If
// the continuous autofocus. To stop continuous focus, applications should // applications want to resume the continuous focus, cancelAutoFocus must be
// change the focus mode to other modes. // called. Restarting the preview will not resume the continuous autofocus.
// To stop continuous focus, applications should change the focus mode to
// other modes.
static const char FOCUS_MODE_CONTINUOUS_PICTURE[]; static const char FOCUS_MODE_CONTINUOUS_PICTURE[];
private: private: