diff options
| author | Kyle Repinski <repinski23@gmail.com> | 2015-01-07 17:12:43 -0600 |
|---|---|---|
| committer | Kyle Repinski <repinski23@gmail.com> | 2015-01-07 17:12:43 -0600 |
| commit | 0cc4c4f9aa2f7bd4e7e79789ab25728711c51174 (patch) | |
| tree | 94ab8beb57fc15fd170bc79264e7bebfe7a396d4 /camera/ANativeWindowDisplayAdapter.cpp | |
| parent | 8fb9a0fd71feac29d55dbb1ae44cbff4420a0301 (diff) | |
- Move very verbose logs under new CAMERAHAL_SUPERVERBOSE and co.
- Add back 'default focal length', as tuna just reports '.' when trying to auto-fetch it.
- Hardcode camera facing values in insertFacing (sensor ID 305 is rear, the other (306) is front).
- ifdef out more things that will cause tuna to... lose its gills.
- 'Fix' preview resolutions not being inserted.
- Enable a few built-in workarounds that were under the 'CAMERAHAL_TUNA' define.
At this point, a few intelligent camera apps can handle the camera 'OK'.
AF is very spotty.
Signed-off-by: Kyle Repinski <repinski23@gmail.com>
Diffstat (limited to 'camera/ANativeWindowDisplayAdapter.cpp')
| -rw-r--r-- | camera/ANativeWindowDisplayAdapter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/ANativeWindowDisplayAdapter.cpp b/camera/ANativeWindowDisplayAdapter.cpp index 45f7ba0..f144327 100644 --- a/camera/ANativeWindowDisplayAdapter.cpp +++ b/camera/ANativeWindowDisplayAdapter.cpp @@ -1296,7 +1296,7 @@ bool ANativeWindowDisplayAdapter::handleFrameReturn() mFramesType.removeItem((int) mBuffers[i].opaque); } - CAMHAL_LOGVB("handleFrameReturn: found graphic buffer %d of %d", i, mBufferCount-1); + CAMHAL_LOGSVB("handleFrameReturn: found graphic buffer %d of %d", i, mBufferCount-1); mFrameProvider->returnFrame(&mBuffers[i], frameType); return true; |
