android.hardware.Camera.AutoFocusMoveCallback |
Callback interface used to notify on auto focus start and stop.
This is only supported in continuous autofocus modes -- FOCUS_MODE_CONTINUOUS_VIDEO
and FOCUS_MODE_CONTINUOUS_PICTURE
. Applications can show
autofocus animation based on this.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the camera auto focus starts or stops.
|
Called when the camera auto focus starts or stops.
start | true if focus starts to move, false if focus stops to move |
---|---|
camera | the Camera service object |