summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
Commit message (Collapse)AuthorAgeFilesLines
* Snap: Add missing thumbnails for filter modesSebastian Haderecker2018-11-201-6/+6
| | | | | | | | | | | | Added: Washed Vintage warm Vintage cold Point green Point blue Point red-yellow Change-Id: Ib5f6781347ad7cf99eb50e4e6be0446624219981
* Snap: Rip out hdr-need-1x optionPaul Keith2018-11-201-11/+1
| | | | | | | | | | * This breaks HDR on every device that has this param, because this makes the camera HAL return *1* e*x*tra frame at 0 exposure, and since Snap doesn't know what to do with this extra frame, it erroneously saves it as a second picture on device storage * Remove this option entirely to make HDR great again Change-Id: I8ef4072eb030f4ab6e608a0da268274a3dc58e34
* SnapdragonCamera: Remove 'off' option for antibandingSultanxda2018-11-201-3/+1
| | | | | | | | Antibanding is very important for UX with regard to photographing in artificial lighting, so don't provide users with an option to turn antibanding off. Change-Id: I080a48a88b6faee69a67df8706e0a3acd1c233f0
* Snap: Remove touch AF/AEC optionSteve Kondik2018-11-201-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Author: Steve Kondik <shade@chemlab.org> Date: Wed Dec 25 15:10:58 2013 -0800 Snap: Remove touch AF/AEC option * Drop the use of the touchaf-aec parameter entirely. No camera needs this anymore. Change-Id: I83154a75e5375901dc6c0fc93aef23637cfdf425 Author: Steve Kondik <steve@cyngn.com> Date: Sun Jul 31 19:09:37 2016 -0700 snap: Always turn touch-af-aec on * Most cameras do this by default, but on at least one device it starts with the option disabled. This stops AEC from updating during touch focus. Change-Id: I4bdb6cdbad86f3798c0288d6a32b7e8062e297f3 Change-Id: Ia3f4a312af1b4b7b6e4c0d3f76c09efe798c730c
* Snap: Add support for additional ISO valuesMichael Bestas2018-11-201-0/+44
| | | | | | | | | | | | | | | | | | Author: Michael Bestas <mikeioannina@gmail.com> Date: Wed Oct 8 22:45:05 2014 +0200 Snap: Add ISO values for sony devices Change-Id: I6d76e2c02ed6222e06aaa59161b3b16e885e6462 Author: codeworkx <codeworkx@cyanogenmod.org> Date: Tue Jan 5 19:28:40 2016 +0100 add additional ISO values Change-Id: I373457adfa7c6808a1b0303f2f6b10e0b27a1ecb Change-Id: I82d11d55b96d8afd90478f08b2a1f0df056924e9
* Camera2: Remove CAF video duration codeMichael Bestas2018-11-201-16/+0
| | | | Change-Id: I583e212f3c43a5ddf80fdb16557b3ddd9e3161c2
* camera: Add all focus modes, scene modes, and color effects.Steve Kondik2018-11-171-0/+21
| | | | Change-Id: I255d73b6e221655f9592047ccf848460d985c3b3
* SnapdragonCamera: Complete manual exposure gains functionxianming wang2018-08-031-0/+2
| | | | | | | Complete manual exposure gains function. CRs-Fixed: 2288985 Change-Id: I57e19027b4dd05c862e25d1646f8cde3c4ac3a36
* SnapdragonCamera: Add 480fps in app menu for videoxianming wang2018-06-271-0/+4
| | | | | | | Add 480fps in app menu for video CRs-Fixed: 2267453 Change-Id: Ib9e2a081f6b72fdb2d33abc2430d82f2713f45c9
* SnapdragonCamera: Add zoom option to developer optionJay Wang2017-02-191-0/+29
| | | | | | | | For automation testing, we need a way to adjust the zoom without using the pinch gesture. Therefore, adding zoom option preference to the developer option. Change-Id: I37f8c1b4f51682cb398d0a5f779f45128bdc19ec
* SnapdragpmCamera:Support W+T bokeh featurejunjiez2017-01-191-0/+48
| | | | Change-Id: Ic681e0bcfabddcb313943d64e4487f15b934bd50
* SnapdragonCamera: Shutter sound menuJack Yoo2016-08-161-0/+9
| | | | | | | Shutter sound menu to choose on/off Change-Id: Id5ea22a837cd658c3278160a21c74b519f1bc212 CRs-Fixed: 1050663
* SnapdragonCamera: Selfie Mirror modeJack Yoo2016-08-161-0/+10
| | | | | | | Selfie mirror menu for front camera1. Change-Id: I2e6845c9e25481106f51772b5d3dfd0a971a2be7 CRs-Fixed: 1050663
* Merge "SnapdragonCamera: Add SettingsManager, scene, and filter" into ↵Camera Software Integration2016-06-071-42/+0
|\ | | | | | | camera.lnx.1.0-dev.1.0
| * SnapdragonCamera: Add SettingsManager, scene, and filterByunghun Jeon2016-05-311-42/+0
| | | | | | | | | | | | | | | | | | | | | | Add SettingsManager to work as a database for settings. It will handle all dependencies and populate the values. Add scene mode and filter. Restructure UI and menu by combining them and leave the handling of settings to SettingsManager Change-Id: I185163fdddbffd29434e6a9c41b33be6d3388f88 CRs-Fixed: 1018118
* | SnapdragonCamera: disable instant capture in some cases.Jay Wang2016-05-261-2/+4
|/ | | | | | | | | | | 1. Disable instant capture when ZSL is off or advanced features are enabled 2. Change the instant capture option to support the selection of aggressive AEC and fast AEC CRs-Fixed: 998509 Change-Id: I60f7ed3a0fc93627dbf7527fbec2a60605aad683
* SnapdragonCamera: Add support for ClearSight captureCullum Baldwin2016-04-121-0/+10
| | | | | | | Add support to capture ClearSight images. CRs-Fixed: 993611 Change-Id: Ifaeafa53ee5d095fe322e48f968cdeec03c64077
* SnapdragonCamera: Camera2 add dual cameraByunghun Jeon2016-03-301-0/+10
| | | | | | | Add Camera2 dual camera support to SnapdragonCamera CRs-Fixed: 989750 Change-Id: I45a749ad03a531286a39cbfcfdcb65e5cad4759e
* SnapdragonCamera: Add Camera2 modeByunghun Jeon2016-03-301-0/+22
| | | | | | | Use camera2 API to show preview and take snapshot CRs-Fixed: 989750 Change-Id: I07e2d6743529b3d3d5acecf667e9493465a094c9
* SnapdragonCamera: Add the developer option for instant captureJay Wang2016-03-181-0/+10
| | | | | | | | | | | | A developer option is added to support instant capture feature in the camera HAL. Once option is enabled, Snapdragon camera application will take a snapshot as soon as it is resumed from the lock screen by pressing power button twice. For this to work, user also needs to enable "Press power button twice for camera" under display setting. Change-Id: I84794759ee1edc9424c37b71bd0c2b761a77bee1 CRs-Fixed: 970691
* SnapdragonCamera: Add new video frame rateJay Wang2016-02-251-0/+2
| | | | | | | Add HSR240 to the video frame rate setting Change-Id: Ic30047afddb6d597ca0eb51b03e438fcd4618c60 CRs-Fixed: 971078
* SnapdragonCamera: Color Effect shows the current statusJack Yoo2016-01-241-1/+13
| | | | | | | Let the icon shows the current status of the color effect on/off Change-Id: I1c3719db15d4dd920b89591064cda372c7ab89be CRs-Fixed: 951550
* SnapdragonCamera: Implementing SelfieFlash featureCamera Software Integration2015-12-221-0/+11
| | | | | | | Introducing SelfieFlash feature. Change-Id: I7b73d9db585038640b715092b01e037538ef68aa CRs-Fixed: 937232
* Revert "SnapdragonCamera: Use floating components during video record."Byunghun Jeon2015-10-291-10/+0
| | | | | | This reverts commit 59b05fd1d75943f037aec41def16cdceb6443ecf. Change-Id: I807bdbf0fe669a989d58484ab11451c891acaf5b
* Merge "SnapdragonCamera: Add noise reduction modes."Linux Build Service Account2015-10-011-0/+13
|\
| * SnapdragonCamera: Add noise reduction modes.Neelam Abhinav Karthik2015-09-281-0/+13
| | | | | | | | | | | | - Add menu for noise reduction modes Change-Id: Ie5cd6590e08938fb8fbb668ac1b48aac5fe801c3
* | SnapdragonCamera: Update the options for the Picture qualitylikaid2015-09-241-18/+0
|/ | | | | | | | | Change the menu items for Picture quality setting Only leave three options for the Picture quality setting Change-Id: I09e615ffb933983352d4a15f44ffef23adbe64ea CRs-Fixed: 905006
* SnapdragonCamera: Use floating components during video record.Jay Wang2015-09-161-0/+10
| | | | | | | | During recording, there are only 2 widgets on UI. Directly attaching them to window manager and making main UI layer fully transparent can reduce power consumption. Change-Id: I8c4f4768ab91d50fc72080f0f6d7316ee2e60ef4
* SnapdragonCamera: Add Chinese string for makeup levellikaid2015-09-061-3/+3
| | | | | | | | | | | The makeup level was defined as "Low" "Mid" and "High" with hard code English strings, which could not be changed after system language changed. Add Chinese strings for them in string.xml file. Change-Id: Icb5b570791dfa19494bde9d321188620ca675a35 CRs-Fixed: 892963
* SnapdragonCamera: Modify beautification level stringsByunghun Jeon2015-07-151-3/+3
| | | | | | | Modify beautification level strings from 1/2/3 to Low/Mid/High Change-Id: I5839d2b1b45db1d88925cd4d1b11ed8b0e775797 CRs-Fixed: 869198
* Snapdragon : Changes to add more HFR values in camera UI.Guruprasad Gaonkar2015-04-091-0/+2
| | | | | | 240fps is added to HFR camera UI options. Change-Id: I01076e545736670eb0761cc5d7bea1dde197bb66
* SnapdragonCamera: Add beautification feature to SnapdragonCamera.Zhang Zhenzhen2015-03-201-0/+39
| | | | Change-Id: Ie585527fc0b8679359753b3ff6245add3d1e5530
* Camera2: Add StillMore option in Camera app menuShwetha Kotekar2015-03-101-0/+2
| | | | | | | Add menu item for StillMore feature under the Advanced Features item during camera preview. Change-Id: I89ae260339896878ff4f1c5099885c6f3b05a18b
* SnapdragonCamera: show how many more pictures can be takenLikai Ding2014-12-221-0/+13
| | | | | | | Prompt to user an estimation of how many more pictures can be taken, calculated based on available storage. Change-Id: Iabc8268d548d3f6d86a6d065b511641b837a1de5
* SnapdragonCamera: Add a option item for record video unlimitkaiyiz2014-12-051-0/+2
| | | | | | | | | | There is no menu item for select unlimit video duration. Add relate resource in video duration menu pref for select. CRs-Fixed: 763378 Change-Id: Ie64ce018822acb0d25dcf327a5626a8463a61a13
* SnapdragonCamera: Modify SnapdragonCamera UIByunghun Jeon2014-11-171-0/+18
| | | | | | Modified SnapdragonCamera setting menus with new icons Change-Id: I726296dfb100ac81ad6f1cd84420ae27c0ae1201
* SnapdragonCamera: Add support for manual 3A params.Sai Kumar Sanagavarapu2014-11-071-0/+39
| | | | | | | | | | | | | | | | Add UI support to take inputs from user for the following 3A paramters 1. Manual focus : a. Scale mode 0-100 b. Diopter mode 0-10 2.White balance: a. CCT b. RGB gains 3. Exposure control a. ISO b. exposure time Change-Id: I92ea3719fa2224e02943bb2191987c7654aaf9ea
* Camera2: Add Multi-touch UI and control in apps.Santhosh Kumar Thimmanna Bhattar2014-10-271-0/+2
| | | | | | Changes to support multi-touch focus feature in application Change-Id: I3dc0f3bf5cd71554856a00795e82d52f36066eeb
* Camera2: Add FSSR in Advanced features menu.Santhosh Kumar Thimmanna Bhattar2014-10-271-0/+2
| | | | | | | 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-271-0/+11
| | | | | | - User can select See More feature in video mode. Change-Id: I13636846cce67caeb6eb0b3e073399fdae2be471
* Camera2: Add TruePortrait in Advanced features menu.Sai Kumar Sanagavarapu2014-10-271-0/+2
| | | | | | | 1.Add TruePortrait option in Advanced features menu. 2.Query supported TruePortrait modes and enable TP. Change-Id: I3e9bd54ab8e495eabb591bd380cf0553715e938a
* SnapdragonCamera: IS is disabled when 4k video quality is enabledDimitar Borisov2014-10-141-2/+2
| | | | | | | - IS is disabled when 4k video quality is enabled CRs-Fixed: 733839 Change-Id: Iaaaa779bab0fbd7f9e5e5be08c6ada1c67ceb17a
* SnapdragonCamera: Add support for CDS and TNR settingsDimitar Borisov2014-09-301-0/+48
| | | | | | | | | | | | | 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
* SnapdragonCamera: Add HDR need 1x menu selectionIvan Evlogiev2014-09-111-0/+11
| | | | | | - HDR need 1x can be true (default) or false Change-Id: I184ad034d61165becb9fb95a0963e8e8c0752558
* SnapdragonCamera: Add H265 encoderVladimir Petrov2014-08-221-0/+2
| | | | | | Add support for selecting the HEVC video encoder (H265). Change-Id: I3b7974eb333e0914047e9b5c96a0fb9d6f494b2a
* SnapdragonCamera: Add HDR mode menu selectionIvan Evlogiev2014-08-211-0/+11
| | | | | | - HDR mode can be sensor (default) or multi-frame Change-Id: I4513c52e9050d66e25d70ed8f484637dc75c6196
* Camera: Add HSR 60 and HSR 90 modesVijay kumar Tumati2014-07-161-2/+6
| | | | | | | | | | | | | Adding 2 more modes 60 and 90 to HSR feature. HSR - High speed recording where video is recorded at the same fps at which camera is pumping frames. CRs-Fixed: 629713 Change-Id: I31a13f8d5db8c94be7bafb7506bafe268b764362
* Camera: Initial Refocus supportEmilian Peev2014-06-261-0/+2
| | | | | | | | | Refocus mode is enabled which expects 7 snapshots in burst from the camera. The captured images are stored with custom names. Change-Id: I7c1f9ef15d710118f7089c2fc584da450ab0984c
* Camera2: Adding support for Auto HDRAbhishek Pant2014-06-061-0/+11
| | | | | | | | Adding support for Auto HDR for camera application. CRs-fixed: 629556 Change-Id: I02cdc2accb3e9fd4a9039b7f632ba3eb04fcc798
* Camera2: Fix redeye reduction show abnormal when change languagekaiyiz2014-05-291-2/+2
| | | | | | | | | | The xml resource is defined reversely which cause this bug happen Change the order of resource. CRs-fixed: 671820 Change-Id: I0d0895fe2117ce1bcc9e52029d021741496313da