summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/PhotoController.java
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Camera2 add zoom supportByunghun Jeon2016-08-211-0/+2
| | | | | | | Add zoom support to Camera2 CRs-Fixed: 989750 Change-Id: Id6b558ff5215f04ca7c201b1d1807521d615c353
* Camera: open Camera and start Preview in a seperate thread.Sai Kumar Sanagavarapu2014-10-201-1/+1
| | | | | | | | Start openCamera and start preview in a separate thread so that UI initialization and preview can run parallely. This is to improve camera cold start latency. Change-Id: I57af45bc90a4db1630c73449d543c3ff0992e55c
* Merge remote-tracking branch into merge_branchSanthosh Kumar H E2013-12-061-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delay onResume tasks to speed up lockscreen onResume->onPause->onResume launch sequence. Import translations. DO NOT MERGE gcam: Clean up placeholders, and add deletion robustness. Fix issue of focus indicator staying on without being hidden Ensure view size gets updated after phone decors change. Show the 100% state of the progress at least one frame. Add parameters and deduplicate parameter changes Revert parallel opening camera in photo mode. Differentiate the InProgressData from the normal PhotoData. Close mode menus if another control is touched Start gcam module directly when handling capture intent. Import translations. DO NOT MERGE Add a null check to fix NPE Add logging to various actions Ensure mOpenCameraThread has been setup before dereferencing. Add logging to various actions Ensure mOpenCameraThread has been setup before dereferencing. Add GCam progress indicator. hide preview cover on arrival of new preview data if hidden Fix photo mode is getting stuck in a single CameraState. ... Conflicts: res/layout/photo_module.xml res/values/arrays.xml src/com/android/camera/CameraActivity.java src/com/android/camera/PhotoUI.java src/com/android/camera/Storage.java src/com/android/camera/WideAnglePanoramaModule.java src/com/android/camera/ui/FilmStripView.java Change-Id: Ic41b4e7e07b2b0ed7936b78a6c5f05270d05985f
| * Fix the mapping between preview UI and camera sensorDoris Liu2013-10-281-1/+2
| | | | | | | | | | Bug: 11409659 Change-Id: I46ae3d7797590d59befbdc394d5304f14a212a80
* | Camera2: Adds support for longshot/burst modeAlok Kediya2013-11-071-0/+2
|/ | | | | | | | | | | | | | | | | | | | | - The longshot/burst pipeline mode uses an optimized path for triggering 'takePicture()' on each shutter callback. This should improve the shot-2-shot time. In addition to this there is also support for jpeg callbacks that only contain a jpeg file path. The callback in this case will only move the file stored by the lower layers in the correct directory. - The longshot burst pipeline can be enabled via this property: "persist.camera.longshot.enable"<-"0/1" - This change will allow longshot mode to be triggered in non-zsl mode as well. (Cherry picked from: I693366a7d06d3b386a8d96f86ee9a0574749c50b) (Cherry picked from: Id630b2033f18d1c04a636597e910e695a8692ac8) Change-Id: Idda8d58fc6d889128c1812c9c5ddadca3993c246
* Increase ROI size to 1/8 of the image widthDoris Liu2013-09-251-1/+1
| | | | | Bug: 10863323 Change-Id: I962afbb0b49a6902fac0bbd5209b52591604ed20
* Fix camera preview stopped after onResume().Angus Kong2013-08-131-0/+15
| | | | | | | | | | | This fix is for the blank camera preview blank after onPause() -> onResume(). 1. Refined camera start up procedure by removing redundant camera startup thread. 2. Cleanup unused calls after aparted from gallery. bug:10189998 Change-Id: I13ffa24aff5069f0032cd4bc801548fccc63d0e7
* Clean up unused code.Sascha Haeberling2013-08-131-3/+0
| | | | Change-Id: Ib7d05cd1bd908708ad96a8b215c79162950e0221
* Add in carlsbad: Avoid duplicated location popupsDoris Liu2013-07-021-0/+2
| | | | | Bug: 9505556 Change-Id: I00859d8d851ea3c75d3bda4fcf5df373f06c2ee0
* Update camera orientation when device is flippedDoris Liu2013-06-131-0/+1
| | | | | Bug: 8963053 Change-Id: I909793a7da3903a080a19cd7e271b3720df4ec0a
* Spring cleaningMichael Kolb2013-03-111-208/+44
| | | | Change-Id: I00d7176301501784a6a400bc9ea2cb23ff9ec90a
* Remove com.android.camera.RJohn Reck2013-02-151-0/+1
| | | | Change-Id: I0bb03da1423401f872c3bf13caffb9c87d850449
* Move Camera Java/Native source into Gallery2Michael Kolb2013-01-291-0/+225
Change-Id: I968efe4d656e88a7760d3c0044f65b4adac2ddd1