summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Add ProModeByunghun Jeon2016-11-1431-21/+779
| | | | | | | | Add ProMode. User can change iso, white balance, exposure, and focus mode using this new scene mode Change-Id: I58885d3a05d6d9e8264e58cb8c4de2e1f13646b0 CRs-Fixed: 1089100
* SnapdragonCamera: Scene mode changeJack Yoo2016-11-099-46/+45
| | | | | | | | Adding Sharpshooter, Stillmore scene mode menu Moving Tracking focus to the scene mode Change-Id: I5afb2499e767d90f0e0e6408168961bcda4e55bb CRs-Fixed: 1083651
* SnapdragonCamera: Continuous shot to YUVJack Yoo2016-11-097-144/+322
| | | | | | | Change continuous shot to YUV with ZSL Change-Id: If69d58456a17fa4181cf58f9660c0c6d033c4938 CRs-Fixed: 1083651
* SnapdragonCamera: FR36364 Restore Defaultsweijiew2016-11-075-0/+66
| | | | | | | Restore all of the camera settings to defaults Change-Id: Icebc84a165a1fabee2075daa9b4e99695204cc19 CRs-Fixed: 1084321
* SnapdragonCamera: Update preview UI when recording rest time was zeroweijiew2016-11-071-1/+21
| | | | | | | Update preview UI when the recording rest time was zero Change-Id: I538cac957a6c467974e0381ee6cab34dee7fdcfd CRs-Fixed: 1085359
* SnapdragonCamera: Color Filter menu incorrectly displayedweijiew2016-11-071-0/+2
| | | | | | | Color filter menu doesn't dismiss when switch camera Change-Id: I305a38a8f3b891ed34aff9ee739035c04a5930a9 CRs-Fixed: 1084775
* SnapdragonCamera: Settings display incomplete when set font size as largestweijiew2016-11-071-1/+2
| | | | | | | | | Setting item's height was limited to 50dp. The text can't be display incomplete when font size was set to largest.so,set height as wrap_content with minWidth 50dp instead of 50dp Change-Id: Ib7a778396b644e25ef0ef304e02dd0ce95b3a835 CRs-Fixed: 1085881
* SnapdragonCamera: Remove QCIF from supported resolution listweijiew2016-11-072-10/+0
| | | | | | | Remove QCIF from supported resolution list for Video and Photo Change-Id: If607c7f816cc914c2515b9b75b8660c225b074b0 CRs-Fixed: 1061470
* SnapdragonCamera: Add face detection for camera2 video recordRanjith Kagathi Ananda2016-11-071-1/+2
| | | | | | | Enable face detection for video recording as well CRs-Fixed: 1084703 Change-Id: Icbd80f10c1af70e6aa8a1dcbdede1b331086eae3
* SnapdragonCamera: update face view for video recording use-caseJay Wang2016-11-071-2/+5
| | | | | | | Update face view for video recording use-case Change-Id: Id8ed2053e0a850d0bbf5666abf03c0ab605af2e9 CRs-Fixed: 1084703
* SnapdragonCamera: Reading persist system property only onceJay Wang2016-11-071-10/+21
| | | | | | | Reading persist system property only once Change-Id: I62296c3eb508ad0e9b34eaa1bf815ef08c129250 CRs-Fixed: 1077021
* SnapdragonCamera: Adjust video encoder bit rate and add 60fps supportJay Wang2016-11-074-59/+137
| | | | | | | | - Configure the video encoder bit rate to the recommended value - Add 60fps video frame rate support Change-Id: I477487c4c4fab5479534896d90e08c3eadddc54f CRs-Fixed: 1074187
* SnapdragonCamera: run-time updates the video encoder listJay Wang2016-11-075-177/+166
| | | | | | | | | | | Update the supported video encoder list based on video resolution. In addition, re-factor the run-time filtering of HFR list to follow the same approach. Finally, simplify the beautification dependency handling logic by fixing the supported video resolution to 720x480. CRs-Fixed: 1081552 Change-Id: I32b96f7ccf152ddf01400e9564e072e1bf1b68d1
* SnapdragonCamera: Fix torch mode with continuous shotJay Wang2016-11-071-9/+38
| | | | | | | | | Flash torch mode sometime doesn't work because the flash mode is overwritten by repeating preview request. To resolve the issue, re-configure the preview request with new flash mode. CRs-Fixed: 1077543 Change-Id: I614bac704562925cc843a9b8db2852c71368f4e5
* Merge "SnapdragonCamera: Fix settingmanager redeye filtering bug" into ↵Camera Software Integration2016-11-021-6/+0
|\ | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Fix settingmanager redeye filtering bugByunghun Jeon2016-10-211-6/+0
| | | | | | | | | | | | | | | | Redeye reduction filtering logic is wrong due to mistake while rebasing. Change-Id: Ifd5c5d43f3b95f6b61c57e409b578ae713bf6ead CRs-Fixed: 1066519
* | Merge "SnapdragonCamera: Reset zoom value when resuming" into ↵Camera Software Integration2016-11-021-0/+1
|\| | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Reset zoom value when resumingByunghun Jeon2016-10-131-0/+1
| | | | | | | | | | | | | | When pause/resuming, reset zoom value to default value Change-Id: Ib1313009cfd8c44daa2032d20da863fe10eeddf0 CRs-Fixed: 1066519
* | Merge "SnapdragonCamera: Blurbuster filter" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-11-0215-9/+192
|\ \
| * | SnapdragonCamera: Blurbuster filterJack Yoo2016-10-2015-9/+192
| | | | | | | | | | | | | | | | | | | | | Adding blurbuster filter to the post processor Change-Id: I2958a2b1b0df834c4cb5b921e49d21d2e20c8377 CRs-Fixed: 1080317
* | | Merge "SnapdragonCamera: PanoramaUI and filter change" into ↵Camera Software Integration2016-11-0210-57/+134
|\| | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: PanoramaUI and filter changeJack Yoo2016-10-2010-57/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "SnapdragonCamera:Fix crash when show dialog" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-10-241-0/+2
|\ \ \
| * | | SnapdragonCamera:Fix crash when show dialogjunjiez2016-10-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't show the error dialog when the activity is null or is finished to avoid BadTokenException. Change-Id: I4f32ab67fa3d6c96637aab2292778f45300c338a CRs-Fixed: 1069308
* | | | Merge "SnapdragonCamera: Use flash torch mode during continuous shot" into ↵Linux Build Service Account2016-10-241-9/+22
|\ \ \ \ | | |/ / | |/| | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: Use flash torch mode during continuous shotJay Wang2016-10-141-9/+22
| | |/ | |/| | | | | | | | | | | | | | | | | | | When flash is turned on during continuous shot, flash is configured to torch mode. Change-Id: I8993bcfd974a34319193c5cf35e94c5f0d04346f CRs-Fixed: 1077543
* | | Merge "SnapdragonCamera: Turn off continuous shot when scene mode is not ↵Linux Build Service Account2016-10-241-1/+2
|\| | | | | | | | | | | auto" into camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Turn off continuous shot when scene mode is not autoByunghun Jeon2016-10-131-1/+2
| | | | | | | | | | | | | | | | | | | | | Turn off continous shot when scene mode is not auto Change-Id: I75db82fe3f7a7a57ef7f53dc771b0bcef1102bcd CRs-Fixed: 1066519
* | | Merge "SnapdragonCamera: Fix color filter menu orientation" into ↵Linux Build Service Account2016-10-241-0/+1
|\| | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Fix color filter menu orientationByunghun Jeon2016-10-131-0/+1
| | | | | | | | | | | | | | | | | | | | | Set color filter menu orientation to proper value Change-Id: I9e1b7a4811b6ea40e88b53256a5f1cbba089f2b9 CRs-Fixed: 1066519
* | | Merge "SnapdragonCamera: Add shutter animation" into camera.lnx.1.0-dev.1.0Linux Build Service Account2016-10-248-0/+83
|\| |
| * | SnapdragonCamera: Add shutter animationByunghun Jeon2016-10-138-0/+83
| | | | | | | | | | | | | | | | | | | | | | | | Add shutter animation for both single capture and continuous shot. Change-Id: I9031b60138426d51f64a93078107b4a4f1a4f1c4 CRs-Fixed: 1066519
* | | Merge "SnapdragonCamera: Disable HFR when video size is not supported" into ↵Linux Build Service Account2016-10-242-1/+42
|\| | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Disable HFR when video size is not supportedByunghun Jeon2016-10-132-1/+42
| | | | | | | | | | | | | | | | | | | | | Disable HFR menu when selected video size is not supported Change-Id: I295ccb5bb6dd5b2981e771914e95bf1f238f2dbb CRs-Fixed: 1066519
* | | Merge "SnapdragonCamera: Fix setting video resolution for makeup" into ↵Linux Build Service Account2016-10-242-30/+42
|\| | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Fix setting video resolution for makeupByunghun Jeon2016-10-132-30/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | Turning on makeup forces video resolution to be 720x480 which might not be supported by the device. Use one that is equal to or smaller than that. Change-Id: Ife16bf862432e4579d353c0d21179210d9b0957b CRs-Fixed: 1066519
* | | Merge "SnapdragonCamera: Fix setValue in SettingsManager" into ↵Linux Build Service Account2016-10-241-3/+10
|\| | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Fix setValue in SettingsManagerByunghun Jeon2016-10-131-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | When setting value, check if it's a valid one before overriding the current value Change-Id: I1c797ef9e39377b0ade82f2b96a536a12a32b4c5 CRs-Fixed: 1066519
* | | Merge "SnapdragonCamera: Add help menu to camera2" into camera.lnx.1.0-dev.1.0Linux Build Service Account2016-10-246-7/+59
|\| |
| * | SnapdragonCamera: Add help menu to camera2Byunghun Jeon2016-10-136-7/+59
| | | | | | | | | | | | | | | | | | | | | Add help menu to camera2 CRs-Fixed: 1066519 Change-Id: Id15f5ffe8d52ac5a2eabab20791fce65e97bcf43
* | | Merge "SnapdragonCamera: frame capture path" into camera.lnx.1.0-dev.1.0Linux Build Service Account2016-10-2414-291/+682
|\| |
| * | SnapdragonCamera: frame capture pathJack Yoo2016-10-1314-291/+682
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "SnapdragonCamera: SelfieMirror Camera2" into camera.lnx.1.0-dev.1.0Linux Build Service Account2016-10-249-36/+104
|\| |
| * | SnapdragonCamera: SelfieMirror Camera2Jack Yoo2016-10-139-36/+104
| | | | | | | | | | | | | | | | | | | | | SelfieMirror filter for camera2. Change-Id: Id5fda369a56421199a8c2537491608b8667fb77e CRs-Fixed: 1071798
* | | Merge "SnapdragonCamera: Enhancing makeup UI" into camera.lnx.1.0-dev.1.0Linux Build Service Account2016-10-247-13/+75
|\| |
| * | SnapdragonCamera: Enhancing makeup UIJack Yoo2016-10-137-13/+75
| | | | | | | | | | | | | | | | | | | | | Improvising makeup user experience. Change-Id: I744775711e3cd9bc0a14a47ca82e26eecc68bb6d CRs-Fixed: 1071798
* | | Merge "SnapdragonCamera: Camera1 Selfie Mirror orientation check" into ↵Linux Build Service Account2016-10-241-5/+21
|\| | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Camera1 Selfie Mirror orientation checkJack Yoo2016-10-131-5/+21
| | | | | | | | | | | | | | | | | | | | | Checking the case that front facing camera is 90 instead of 270. Change-Id: I75319db771057d64d1a21a1de825edd54af83982 CRs-Fixed: 1072060
* | | Merge "SnapdragonCamera: Panorama2 fix" into camera.lnx.1.0-dev.1.0Linux Build Service Account2016-10-243-5/+13
|\| |
| * | SnapdragonCamera: Panorama2 fixJack Yoo2016-10-133-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | 1. Checking if setting manager instance null on closing. 2. Counting in the lens mount orientation value Change-Id: Ib33819ca91b665768601d8195b3e0afb5a3c88c1 CRs-Fixed: 1071798