summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Fix view video in Gallery the init state not pauseqimengp2016-07-291-3/+20
| | | | | | | | | | Gallery app package name has been changed. so Camera cannot find the its name, and start with a common action "Intent.ACTION_VIEW" instead which is only to play the current video. Use a package name check for original Gallery and our new Gallery can be better compatible, and can fix this issue. Change-Id: I42863c00769093fab7629898298842fbf5b4ce9d
* SnapdragonCamera: Fix Gallery view photo no edit and delete buttonqimengp2016-07-281-1/+1
| | | | | | | | | | Enter gallery from SnapdragonCamera, there are no edit and delete button, because gallery in readonly mode. To solve this issue SnapdragonCamera should add "from-snapcam" parameters to start intent, when enter Gallery to browse photos. Change-Id: I1d0ced45dad150052093e00b8347cd094f4c8bf4 CRs-Fixed: 1036897
* Merge "SnapdragonCamera: Remove custom location permission request window" ↵Linux Build Service Account2016-07-2511-81/+154
|\ | | | | | | into camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Remove custom location permission request windowJay Wang2016-07-1911-81/+154
| | | | | | | | | | | | | | | | When user enables the GPS locaion setting, use Android's run-time permission request interface to get the permission. Change-Id: Ib17171aeff5ccf20e2b00da08243dee1a3383611 CRs-Fixed: 1038039
* | Merge "SnapdragonCamera: Force removing preview cover" into ↵Linux Build Service Account2016-07-252-4/+14
|\ \ | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Force removing preview coverJay Wang2016-07-182-4/+14
| |/ | | | | | | | | | | | | | | A workaround to remove preview cover after picture is taken, if preview cover is not removed right after preview started. Change-Id: I723d70fde6ecaf7302714daa6648c85d8a40d1b4 CRs-Fixed: 1016691
* | Merge "SnapdragonCamera: Adding PRIVILEGED true" into camera.lnx.1.0-dev.1.0Linux Build Service Account2016-07-251-0/+1
|\ \
| * | SnapdragonCamera: Adding PRIVILEGED trueJack Yoo2016-07-131-0/+1
| | | | | | | | | | | | | | | | | | | | | Promoting privilege for direct SD card path access. Change-Id: I10f28606a646a85c0cb23e4cf8e617eafdcaa2b4 CRs-Fixed: 1032564
* | | Merge "SnapdragonCamera: Add a persist setting to remvoe 4K limitation" into ↵Linux Build Service Account2016-07-252-5/+13
|\ \ \ | | | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: Add a persist setting to remvoe 4K limitationJay Wang2016-07-202-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When persist.camcorder.4k.nolimit is set to true, application allows the user to enable EIS and SeeMore at 4K resolution Change-Id: Ia838f78aa0d7dbdc981bf61b4640e2504d9ab75d CRs-Fixed: 1043548
* | | | Merge "SnapdragonCamera: Remove HFR restriction based on encoder type" into ↵Linux Build Service Account2016-07-251-3/+0
|\ \ \ \ | |/ / / |/| | | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: Remove HFR restriction based on encoder typeJay Wang2016-07-131-3/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | There is a logic already checking the encoder capabilities and decides if the HFR can be supported or not. Therefore, we can remove the HFR restriction based on encoder type. Change-Id: I98626dd8ff7192c437db03f77d4707accde37b8b CRs-Fixed: 1041269
* | | Merge "SnapdragonCamera: Use resume/start based on the SDK version" into ↵Camera Software Integration2016-07-191-1/+14
|\ \ \ | | | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: Use resume/start based on the SDK versionUma Mehta2016-07-061-1/+14
| |/ / | | | | | | | | | | | | | | | | | | | | | For camcorder to resume after pause use mediarecorder's resume() API in N and later versions and for the rest of older versions call start() API Change-Id: I01e761215c31e03c87b98149f13cd5c3f2482d05
* | | Merge "SnapdragonCamera: Add dependency for dual camera scene" into ↵Camera Software Integration2016-07-191-2/+3
|\ \ \ | | | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: Add dependency for dual camera sceneJay Wang2016-07-071-2/+3
| |/ / | | | | | | | | | | | | | | | | | | For dual camera scene mode, add dependency to force Flash off. CRs-Fixed: 1037060 Change-Id: I2dbf5a67a751e82d292b8aff4bdc3a2a2b5aa296
* | | Merge "SnapdragonCamera: Fix race condition when opening cameras" into ↵Camera Software Integration2016-07-191-27/+35
|\ \ \ | | | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: Fix race condition when opening camerasJay Wang2016-07-081-27/+35
| |/ / | | | | | | | | | | | | | | | | | | | | | Fix race condition between surface ready and camera opened that was causing createSession to be called twice for same device. CRs-Fixed: 1019361 Change-Id: Ieb62b394f1cf83cc83e2b9e290ce6758e2ade377
* | | Merge "SnapdragonCamera: Replacing mono surface" into camera.lnx.1.0-dev.1.0Camera Software Integration2016-07-194-61/+118
|\ \ \
| * | | SnapdragonCamera: Replacing mono surfaceJack Yoo2016-07-074-61/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replacing mono surface to allocation dummy surface Change-Id: I8ed7396e6bee7fd34e223f285c0d9693ff04527a CRs-Fixed: 1035245
* | | | Merge "SnapdragonCamera: Adding ubifocus post proc filter" into ↵Camera Software Integration2016-07-1913-60/+533
|\| | | | | | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: Adding ubifocus post proc filterJack Yoo2016-07-0713-60/+533
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Introducing ubifocus to camera2. Change-Id: I611bea207b9cbbde56a23720b22a5a5e3daa215f CRs-Fixed: 1035245
* | | | Merge "SnapdragonCamera: FrameListener and Video frame processor" into ↵Camera Software Integration2016-07-1915-138/+967
|\| | | | |_|/ |/| | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: FrameListener and Video frame processorJack Yoo2016-07-0715-138/+967
| |/ | | | | | | | | | | | | | | Adding FrameListener with TrackingFocus Adding VideoFrameProcessor with beautification Change-Id: Id51a0417af43140ed27ea5859ff939adc2e78c43 CRs-Fixed: 1035245
* | SnapdragonCamera: Fix json markingByunghun Jeon2016-07-131-1/+28
| | | | | | | | | | | | Json marking was not proper. Fix it with proper marking Change-Id: Ic57757f165bd19fc34d33344c6b9b66b891f30a6
* | Merge "SnapdragonCamera: Resolve integer overflow issue" into ↵Camera Software Integration2016-07-111-1/+1
|\ \ | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Resolve integer overflow issueJay Wang2016-07-051-1/+1
| |/ | | | | | | | | | | | | | | | | The video bit rate calculation can cause integer overflow due to multiplying two huge numbers. To resolve the issue, do the division before the multiplication. Change-Id: I8b077fd68ed3e4f22cc5a2f9cb2a1490d0ed3376 CRs-Fixed: 1030274
* | Merge "SnapdragonCamera: Fix panorama cancel button location" into ↵Linux Build Service Account2016-07-111-1/+1
|\ \ | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Fix panorama cancel button locationByunghun Jeon2016-07-061-1/+1
| |/ | | | | | | | | | | | | | | | | Panorama cancel button location is not correct when device is rotated by 180 degrees. Set the proper value to the button when rotated by 180 degrees. Change-Id: I16cb6978f9b612944413fbc400d6aec920599ba7 CRs-Fixed: 1035742
* / SnapdragonCamera: Fix the issue that camera control is removedJay Wang2016-07-061-4/+7
|/ | | | | | | | Fix the issue that camera control menu is removed after HDR icon is clicked from camera control menu. Change-Id: I6e7c1a81fa356d0fa6cb5eb336ef844266a1bbf0 CRs-Fixed: 1038311
* Merge "SnapdragonCamera: Allow take snapshot while recording video" into ↵Camera Software Integration2016-07-046-28/+175
|\ | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Allow take snapshot while recording videoByunghun Jeon2016-06-296-28/+175
| | | | | | | | | | | | | | | | Allow take snapshot while recording video by showing shutter button. Directly call capture when shutter button is pressed. Change-Id: Iae4d42d8878ea82b459ec67709b0ad8e340c8226 CRs-Fixed: 1028463
* | Merge "SnapdragonCamera: Fix pause while taking continuous shot" into ↵Camera Software Integration2016-07-041-0/+8
|\| | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Fix pause while taking continuous shotByunghun Jeon2016-06-291-0/+8
| | | | | | | | | | | | | | | | | | When pause/resuming initialize to proper state so that when paused/resumed while taking picture, it would not result in a bad state Change-Id: I597aa96b930cdb855c83d2f433470c23ab9cfa37 CRs-Fixed: 1025804
* | Merge "SnapdragonCamera: Add face detection to camera2" into ↵Camera Software Integration2016-07-048-75/+388
|\| | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Add face detection to camera2Byunghun Jeon2016-06-298-75/+388
| | | | | | | | | | | | | | | | Add face detection to camera2. Receive face data from camera2 and use faceView UI to draw it Change-Id: Id9c49ab6dd73de316398c57981cc0b9df0400b45 CRs-Fixed: 1025797
* | Merge "SnapdragonCamera: Use json file to read setting dependency" into ↵Camera Software Integration2016-07-042-187/+143
|\| | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Use json file to read setting dependencyByunghun Jeon2016-06-292-187/+143
| | | | | | | | | | | | | | Instead of writing the dependency in java, read the dependency from json file Change-Id: I5a46d35b66a289e2a3ee8b72d0059fd9929891f2
* | Merge "SnapdragonCamera: Add video to Camera2 module" into ↵Camera Software Integration2016-07-0412-36/+1287
|\| | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Add video to Camera2 moduleByunghun Jeon2016-06-2912-36/+1287
| | | | | | | | | | | | Add video to Camera2 module and combine the UI Change-Id: I0bcd86eb6b95fe2180856780ddd794682259e799
* | Merge "SnapdragonCamera: Fix first-time crash and cleanup permissions" into ↵Camera Software Integration2016-07-013-15/+7
|\ \ | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | SnapdragonCamera: Fix first-time crash and cleanup permissionsJay Wang2016-06-263-15/+7
| |/ | | | | | | | | | | | | | | | | | | | | As onCreate skips the creation of setting manager when the critical permissions are not granted, this causes the onDestroy to call setting manager destroy function with null pointer. Fix the issue with null check. In addition, remove unused permissions from manifest file Change-Id: I99b5f09449aacfb7eb9a5771e446df75956a9827 CRs-Fixed: 1034202
* | Merge changes I07ef3392,Ie0b04a07 into camera.lnx.1.0-dev.1.0Camera Software Integration2016-07-013-13/+13
|\ \ | | | | | | | | | | | | | | | * changes: SnapdragonCamera: Fix the crash caused by Ubifocus help menu SnapdragonCamera: Adjust the low memory device threshold
| * | SnapdragonCamera: Fix the crash caused by Ubifocus help menuJay Wang2016-06-242-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases, the Ubifocus UI operation is called from camera thread and caused the exception. To resolve the issue, make sure UI operation is done only in UI thread. Change-Id: I07ef3392577169ecd642bf98a6c39de3580e963d CRs-Fixed: 1032532
| * | SnapdragonCamera: Adjust the low memory device thresholdJay Wang2016-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Remove Ubifocus and Opti-zoom from the scene mode when the device has memory less than 2GB Change-Id: Ie0b04a0786241fe7ba0035906c4dafe5215dc83e CRs-Fixed: 1003404
* | | Merge "SnapdragonCamera: add jpeg crop parrameter support" into ↵Camera Software Integration2016-07-012-0/+16
|\ \ \ | | | | | | | | | | | | camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: add jpeg crop parrameter supportJay Wang2016-06-272-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for crop data when sending JPEG encode requests. CRs-Fixed: 993611 Change-Id: Icbd960160d651a3422c2b8530608fcd5dba97735
* | | | Merge "SnapdragonCamera: read jpeg quality from settings before setting." ↵Camera Software Integration2016-07-011-3/+3
|\| | | | | | | | | | | | | | | into camera.lnx.1.0-dev.1.0
| * | | SnapdragonCamera: read jpeg quality from settings before setting.Jay Wang2016-06-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure to apply up to date jpeg quality value from SettingsManager before applying to capture request. CRs-Fixed: 993611 Change-Id: Ia335ba346f433f3b05a62676e742ab5a72b8389a
* | | | Merge "SnapdragonCamera: Reorder logic when closing cameras" into ↵Camera Software Integration2016-07-011-30/+34
|\| | | | | | | | | | | | | | | camera.lnx.1.0-dev.1.0