summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/PanoCaptureModule.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix the crash when AF is null of panorama modejinwu2017-11-271-1/+9
| | | | | | | If AF status get from result is null, then make a toast rather than crash. Change-Id: I9a3ec486d9632c267cfd22351fe18d9df3f06556
* SnapdragonCamera:Improve camera app's robustnessjianhuac2016-12-301-0/+5
| | | | | | | | We just load RenderScript engine once when initialize CaptureModule and destory it when destory CaptureModule, instead of load-destory engine by muti-thread when open-close camera device. Change-Id: I76f9e5f99061fb1557624ab683c37837ae1414f7
* SnapdragonCamera: Show label and dialog when switch to new scene modeweijiew2016-12-051-1/+3
| | | | | | | Show label and instructional dialog when switch to new scene mode Change-Id: I75becaa9bb898ca9ef68c94b1195069131745f14 CRs-Fixed: 1091210
* SnapdragonCamera: PanoramaUI and filter changeJack Yoo2016-10-201-6/+1
| | | | | | | | | | 1. Adjusting Panorama UI 2. Adjusting Chormaflash filter 3. Changing Ubifocus focus timeout value 4. ZSL Flash mode change Change-Id: Ia46fdc827cd5529a8b7c6f5cfafc44bb3cf00d06 CRs-Fixed: 1080317
* SnapdragonCamera: frame capture pathJack Yoo2016-10-131-1/+6
| | | | | | | | | | | Frame the path for each capture. 1. ZSL image -> YUV reprocess -> filters -> framework jpeg encoding 2. Non-ZSL -> filters -> framework jpeg encoding 3. Optimizing bestpicture filter image saving 4. Adjusting roi according to the mirror Change-Id: I8989ec57beec3420e6f4311dff951af0a84f5ba9 CRs-Fixed: 1071798
* SnapdragonCamera: Panorama2 fixJack Yoo2016-10-131-1/+6
| | | | | | | | 1. Checking if setting manager instance null on closing. 2. Counting in the lens mount orientation value Change-Id: Ib33819ca91b665768601d8195b3e0afb5a3c88c1 CRs-Fixed: 1071798
* SnapdragonCamera: Panorama ModuleJack Yoo2016-09-271-0/+752
Introducing Panorama capture module for Camera2 Change-Id: I98306c6c88c34c58b99adf9d472418392015f6c5 CRs-Fixed: 1067848