History log of /frameworks/base/core/java/android/hardware/camera2/legacy/LegacyFocusStateMapper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3968a3109962c8bb7bde0820af661cefd34bdb42 04-Sep-2014 Ruben Brunk <rubenbrunk@google.com> camera2: Fix Nakasi crash-on-start when using Camera2 API.

Bug: 17252693

- WAR to ensure setMeteringAreas and setFocusAreas is never called
if the max areas is 0.
- Fix AF handling for when there are no AF modes that support
Camera#autoFocus being called.

Change-Id: Id2517b76e1be51f8adeeee30dc2032e03debed01
/frameworks/base/core/java/android/hardware/camera2/legacy/LegacyFocusStateMapper.java
0a1ef4dbf39aa3dfae1a91daf972ae3457ce27fe 01-Aug-2014 Igor Murashkin <iam@google.com> camera2: (LEGACY) Add face detection support and vstab modes

Also work-around CTS freezing forever in Camera#setPreviewTexture

* Set preview texture to null after unconfiguring (Camera#stopPreview)
* Remove all uses of recording hint

(Some devices disable face detection unconditionally when recording is not
using HDR mode; recording hints will be introduced after we add
capture intent support)

Change-Id: I2f0a80f1d580af214cb0f53abcbf33c7391790f1
/frameworks/base/core/java/android/hardware/camera2/legacy/LegacyFocusStateMapper.java
3a3eb157417fb5618518b29d889c23e8831b081c 25-Jul-2014 Igor Murashkin <iam@google.com> camera2: legacy: fix cached results bug and fix focus modes

- Also add request.frameCounter and request.pipelineDepth results

Change-Id: I104c8243fa525622cb4ab7b5535cbca8588862f3
/frameworks/base/core/java/android/hardware/camera2/legacy/LegacyFocusStateMapper.java
83d8639e901a24e59c9886dd6910faf3ba7adae1 18-Jul-2014 Igor Murashkin <iam@google.com> camera2: legacy: Add focus support

* Characteristics will list control.availableAfModes
* Request/result for control.afMode and control.afState

(Does not yet support control.afRegions)

Change-Id: I828111425fa587114d5159f7fb2b1e53a2c74e61
/frameworks/base/core/java/android/hardware/camera2/legacy/LegacyFocusStateMapper.java