summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Camera2: Add FSSR in Advanced features menu.Santhosh Kumar Thimmanna Bhattar2014-10-275-0/+45
| | | | | | | 1.Add FSSR option in Advanced features menu. 2.Query supported FSSR modes and enable FSSR. Change-Id: I40b9c7875483d022a1561b17aeb90d2e4cb789ce
* Camera2: Add See More feature in the menuSanthosh Kumar Thimmanna Bhattar2014-10-276-0/+58
| | | | | | - User can select See More feature in video mode. Change-Id: I13636846cce67caeb6eb0b3e073399fdae2be471
* Camera2: Add TruePortrait in Advanced features menu.Sai Kumar Sanagavarapu2014-10-275-7/+49
| | | | | | | 1.Add TruePortrait option in Advanced features menu. 2.Query supported TruePortrait modes and enable TP. Change-Id: I3e9bd54ab8e495eabb591bd380cf0553715e938a
* Merge "Camera2: Add setprop control to disable some features."Linux Build Service Account2014-10-241-0/+11
|\
| * Camera2: Add setprop control to disable some features.Sai Kumar Sanagavarapu2014-10-201-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following features can be enabled/disabled by using setprop: 1. ZSL 2. Face detection 3. Touch AF/AEC 4. Wavelet denoise 5. Focus 6. Flash Setprop to be used to disable these : adb shell setprop camera.qcom.misc 1 Change-Id: I248c075be474b9db960875393ac66f367765f1ba
* | Merge "Restart face detection after caturing image in zsl mode."Linux Build Service Account2014-10-231-0/+1
|\ \
| * | Restart face detection after caturing image in zsl mode.Santhosh Kumar H E2014-10-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When user does touch to focus face detection will restated after a delay. But if user initiate a take picture in between all the pending messages are cleared so face detection will not start automatically. This happens only in ZSL has preview will not be restarted. This change restarts the face detection if it is not started. CRs-Fixed: 712889 Change-Id: I5cda7a3c2e7c8352cf6d9e423ca06eb63f6d6265
* | | Merge "Camera: open Camera and start Preview in a seperate thread."Linux Build Service Account2014-10-215-60/+119
|\ \ \
| * | | Camera: open Camera and start Preview in a seperate thread.Sai Kumar Sanagavarapu2014-10-205-60/+119
| | |/ | |/| | | | | | | | | | | | | | | | | | | 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 "Camera: Rotate face mouth based on face orientation"Linux Build Service Account2014-10-211-14/+15
|\ \ \
| * | | Camera: Rotate face mouth based on face orientationEmilian Peev2014-10-141-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Face mouth can be rotated according to the face orientation information. Change-Id: Id00fd52e529ddeace54e031dea221f694e48e97c CRs-Fixed: 726313
* | | | Merge "Camera: Enable ZSL by default"Linux Build Service Account2014-10-211-1/+1
|\ \ \ \
| * | | | Camera: Enable ZSL by defaultSanthosh Kumar H E2014-10-131-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | We need to enable the zsl mode by default, instead of non-zsl mode Change-Id: I2d1753c1884a9c136520b58a67bf33d7671134f0 CRs-Fixed: 626157
* | | | Merge "While stopping FD, pause UI to avoid further drawing with stale data."Linux Build Service Account2014-10-211-0/+1
|\ \ \ \
| * | | | While stopping FD, pause UI to avoid further drawing with stale data.Santhosh Kumar H E2014-10-151-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When user disables FD from settings, app will stop FD and sets the callback listeners to null. By the time callbacks are set to null, framework had posted the data and it was not received in the app yet. So even though application clears the UI after setting null callbacks one set of data is getting drawn and it will not be cleared at all. Present change will pause the UI as soon as FD is disabled. When FD is enabled again, photoUI resumes drawing by default so not calling resume again. Change-Id: Iac3887eca6bc002439092390c47c25ae3b216b26
* | | | Merge "Camera2: Do not restart preview to update flip params on new orientation"Linux Build Service Account2014-10-212-52/+67
|\ \ \ \ | |_|_|/ |/| | |
| * | | Camera2: Do not restart preview to update flip params on new orientationSanthosh Kumar H E2014-10-162-52/+67
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there was a orientation change flip paramter had to be changed. Currently all parameters are set again and preview is being restarted. so preview will not be smooth when user rotae the device. This change makes sure only necessary params are updated and preview will not be restarted. CRs-Fixed: 710129 Change-Id: I564431ef8cedaf68c9d12e2a84a3a430c845ab6d
* | | Merge "Camera2: Disable advance features when continuous shot mode is enabled"Linux Build Service Account2014-10-182-0/+31
|\ \ \
| * | | Camera2: Disable advance features when continuous shot mode is enabledSanthosh Kumar Thimmanna Bhattar2014-10-152-0/+31
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | - Camera is getting stoppped in continuous shot mode when advance feature like ubifocus is enabled. - Fix is to disable advance features when continuous shot mode is enabled and vice versa Change-Id: Icc47dfd8a3d617b46794ae8abfd02e72b8e0b682
* | | Merge "Camera: Store brightness value persistently"Linux Build Service Account2014-10-182-0/+11
|\ \ \
| * | | Camera: Store brightness value persistentlySanthosh Kumar H E2014-10-162-0/+11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the last brightness value configured by client is not stored and will get reset on each application start. The suggested changes will store the last user configuration in SharedPreferences and make this setting persistent. Change-Id: I181af9fd224ee0465fc488e16a2e0a38ca612e72
* | | Merge "SnapdragonCamera: IS is disabled when 4k video quality is enabled"Linux Build Service Account2014-10-164-5/+30
|\ \ \ | |/ / |/| |
| * | SnapdragonCamera: IS is disabled when 4k video quality is enabledDimitar Borisov2014-10-144-5/+30
|/ / | | | | | | | | | | | | - IS is disabled when 4k video quality is enabled CRs-Fixed: 733839 Change-Id: Iaaaa779bab0fbd7f9e5e5be08c6ada1c67ceb17a
* | Merge "Camera: openLegacy to open HAL1 camera"Linux Build Service Account2014-10-131-1/+8
|\ \ | |/ |/|
| * Camera: openLegacy to open HAL1 cameraRanjith Kagathi Ananda2014-10-081-1/+8
| | | | | | | | | | | | | | | | When HAL 3 module is enabled by default, use .openLegacy with api version CAMERA_HAL_API_VERSION_1_0 to get the HAL1 device instead of the regual .open call. Change-Id: Iec16c0b4e30f431bff4f4ad8bb83533f328c12b4
* | Merge "SanpdragonCamera: Disable continuous shot for advanced capture"Linux Build Service Account2014-10-092-3/+12
|\ \
| * | SanpdragonCamera: Disable continuous shot for advanced captureIvan Evlogiev2014-10-072-3/+12
| |/ | | | | | | | | | | - Continuous shot needs to be disabled for continuous capture Change-Id: Id83431cff69da778df8cf815731688e73505b0c3
* | Merge "SnapdragonCamera: Add support for CDS and TNR settings"Linux Build Service Account2014-10-0810-5/+385
|\ \ | |/ |/|
| * SnapdragonCamera: Add support for CDS and TNR settingsDimitar Borisov2014-09-3010-5/+385
| | | | | | | | | | | | | | | | | | | | | | | | | | Add support for CDS and TNR settings - CDS and TNR can be controlled in photo mode and video mode. - CDS is set to off and cannot be set to other value when TNR is enabled - CDS value is restored when TNR is disabled again CRs-Fixed: 715042 Change-Id: Idf08403e38d0e3e634b047a955f2328b4237e691
* | Merge "Fix for Supresing erros as warnings ."Linux Build Service Account2014-10-021-0/+1
|\ \
| * | Fix for Supresing erros as warnings .Natiq Ahmed2014-09-261-0/+1
| |/ | | | | | | | | | | Fix for Supresing erros as warnings for Snapdrangon Camera . Change-Id: I3b1b69c81427dfb2f360f2803194dfbde0fc83a6
* | Merge "SnapdragonCamera: Fix for zsl capture with flip applied"Linux Build Service Account2014-10-011-4/+6
|\ \ | |/ |/|
| * SnapdragonCamera: Fix for zsl capture with flip appliedDimitar Borisov2014-09-301-4/+6
|/ | | | | | | | - We should not overwrite horizontal with vertical picture flip and vice versa when in zsl mode and rotation is 90 or 270 degrees. CRs-Fixed: 727742 Change-Id: I926d6b3f198669d1d582e4375bd02ec4d42e57c0
* Merge "SnapdragonCamera: Add HDR need 1x menu selection"Linux Build Service Account2014-09-196-4/+64
|\
| * SnapdragonCamera: Add HDR need 1x menu selectionIvan Evlogiev2014-09-116-4/+64
| | | | | | | | | | | | - HDR need 1x can be true (default) or false Change-Id: I184ad034d61165becb9fb95a0963e8e8c0752558
* | Merge "SnapdragonCamera: Do not reset exposure value"Linux Build Service Account2014-09-191-3/+0
|\ \
| * | SnapdragonCamera: Do not reset exposure valueSusmitha Gummalla2014-09-111-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Exposure value set by user is not being retained as it is being reset in the APP. Removed the reset functionality to fix the same. Change-Id: I0f5fe96dddd605515182d9827bf4d3e75e0c99f2 CRs-fixed: 720624
* | | Merge "Camera: Enable liveshot during 4K recording"Linux Build Service Account2014-09-131-2/+1
|\ \ \ | |_|/ |/| |
| * | Camera: Enable liveshot during 4K recordingSusmitha Gummalla2014-08-271-2/+1
| | | | | | | | | | | | | | | | | | --Enable take picture during 4K recording Change-Id: I562b80a17198460255ea5fd8cab928665f96aad9
* | | Merge "Camera: Add support for video rotation"Linux Build Service Account2014-09-117-0/+65
|\ \ \ | |_|/ |/| |
| * | Camera: Add support for video rotationApurva Rajguru2014-09-037-0/+65
|/ / | | | | | | | | | | Adding menu items for video rotation. Change-Id: Ic684dd279f6c2f867e607ba6fbe3919db67b96f8
* | Merge "Camera: Modified 8M resolution entry"Linux Build Service Account2014-08-281-2/+2
|\ \ | |/ |/|
| * Camera: Modified 8M resolution entrySusmitha Gummalla2014-08-261-2/+2
|/ | | | | | | | -Modified 8M resolution to 3840 x 2160 -Moved square mode entry to appropriate location CRs-fixed: 714811 Change-Id: If2e5bf4fa1d1aeaca98bde8c3225bf91f1a438cc
* Merge "SnapdragonCamera: Set default HDR mode to multi-frame based"Linux Build Service Account2014-08-251-1/+1
|\
| * SnapdragonCamera: Set default HDR mode to multi-frame basedSunid Wilson2014-08-241-1/+1
| | | | | | | | | | | | Multi-frame HDR needs to be set as default for HDR scenemode Change-Id: I0f8398900d796126ceb888c500810746cb21705c
* | Merge "SnapdragonCamera: Add H265 encoder"Linux Build Service Account2014-08-243-0/+4
|\ \ | |/ |/|
| * SnapdragonCamera: Add H265 encoderVladimir Petrov2014-08-223-0/+4
| | | | | | | | | | | | Add support for selecting the HEVC video encoder (H265). Change-Id: I3b7974eb333e0914047e9b5c96a0fb9d6f494b2a
* | Merge "SnapdragonCamera: Enable build of local jni libraries"Linux Build Service Account2014-08-233-13/+3
|\ \ | |/ |/|
| * SnapdragonCamera: Enable build of local jni librariesLeena Winterrowd2014-08-223-13/+3
|/ | | | | | | | | The app currently relies on having its required libraries in the current build. Enable building its local libraries so that these are always present. Also ensure that the camera tests are not built to avoid a naming conflict. Change-Id: If358db3fc7392f62aaaa84877baa19a949aea497
* Merge "SnapdragonCamera: Match video and preview sizes for all HFR modes"Linux Build Service Account2014-08-221-1/+1
|\