summaryrefslogtreecommitdiffstats
path: root/camera2/utils/src/com/android/ex/camera2/utils/Camera2RequestSettingsSet.java
Commit message (Collapse)AuthorAgeFilesLines
* camera2-portability: Optimize out some camera2 AE precapturesSol Boucher2014-08-261-1/+16
| | | | | | | | If it's already converged and the flash isn't being forced on, there's no need to force the precapture routine, which would delay our capture significantly. Also use onCaptureProgressed() instead of onCaptureCompleted() when possible. Change-Id: I0bb7956498b0070382cd5b39b7ccdc0cc0765913
* Create new com.android.ex.camera2.utils packageSol Boucher2014-07-301-0/+238
It contains: - Camera2RequestSettingsSet class for storing/unioning CaptureRequest.Builders - A Camera2CaptureListenerSplitter class for connecting multiple such listeners - A Camera2CpatureListenerForwarder for relaying callbacks to another Handler Change-Id: I47381e4a45b4232b86e5498a1cc39cc600b5c5c5