summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
* Snap: Separate default focus time between camera/videoSultanxda2019-10-251-1/+1
| | | | | | | | | | | | | | For the camera, the user expects a default tap-to-focus duration of 3 seconds with exposure locking. For the camcorder, however, the user expects a tap-to-focus duration of 0 seconds with no exposure locking, as the rapid change in exposure while recording would negatively impact the video. Separate the tap-to-focus option to reflect the recommended defaults. [mikeioannina]: Adapted to Snap Change-Id: I75bc0610f5d301c9728b4bc104b86e0fab5493fb Signed-off-by: Sultanxda <sultanxda@gmail.com>
* Snap: Add focus time support in camcorderMichael Bestas2019-10-251-0/+6
| | | | Change-Id: I5432554a40d7375ed7893c38cb2741a12cc8cc80
* SnapdragonCamera: Add focus-mode option to camcorderSultanxda2019-10-251-0/+7
| | | | | | | User can now control the focus mode used while recording video. Change-Id: I340c01a3f88314de67ca024279672276eff453ed Signed-off-by: Sultanxda <sultanxda@gmail.com>
* CameraNext: dynamically generate available photo resolutionsWilhelm Fitzpatrick2019-10-254-10/+2
| | | | | | | | | | | Instead of depending on a large matching table, generated the list of picture sizes to show to the user directly from the supported list returned by the camera. The list is filtered to remove uselessly small resolutions on modern devices, to group resolutions by aspect ratio, and to filter out fairly similar sizes. Change-Id: I47a67a89786543baec133cf7e71df9819793ebac Signed-off-by: Chippa-a <vusal1372@gmail.com>
* SnapdragonCamera: Add option to control antibanding in camcorderSultanxda2019-10-251-0/+6
| | | | | | | The antibanding setting in camcorder is linked to the setting in camera mode for better UX (if you change one, the other will change accordingly). Change-Id: I98c1bc65472cf8eec530f5a7572f46458b0ab3fa
* Snap: Remove touch AF/AEC optionSteve Kondik2019-10-251-6/+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 shutter speedcodeworkx2019-10-251-0/+8
| | | | | | | | | | | | | | | | | | Author: codeworkx <codeworkx@cyanogenmod.org> Date: Wed Jan 6 11:35:40 2016 +0100 Snap: add support for shutter speed Change-Id: Id3393280c7c1c2f292d71587ba099e8dbafd1340 Author: codeworkx <codeworkx@cyanogenmod.org> Date: Fri Jan 8 19:38:15 2016 +0100 Snap: Restart preview when shutter-speed gets disabled Change-Id: I3884b23f1c855cfffeb20ca6e2a760732370d772 Change-Id: I82144c80d8fc2e7324b3dc8cde44b5b2934bdd50
* Snap: Add touch-to-focus timeout duration settingsjt11342019-10-251-0/+6
| | | | | Change-Id: Ib2c2c152a52b2616dd0da6f071f572d34fe64065 Signed-off-by: Michael Bestas <mikeioannina@gmail.com>
* Camera2: Add option to set max screen brightnessMichael Bestas2019-10-252-0/+14
| | | | | | * Set maximum screen brightness while the user is inside the camera app Change-Id: I8b16ba47a933bc7d6b0c1cd62bfd6ca54875ce1e
* Camera: Powerkey shutter (2/2)Michael Bestas2019-10-252-0/+12
| | | | | | | | | | | | | | Ported from cm-10.1 Including cm-10.1 camera commit: aa4ae80a41fbab763891c5ef6d67a9e5b4bb981b Don't mess around with pref local ID for power shutter initialization. Includes http://review.cyanogenmod.org/56986 [mikeioannina]: Updates for L Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: I0992baa558eefd306d00fbece59cb5c512d9448b
* Camera: separate settings for color effectsjt11342019-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | Author: jt1134 <jt1134@gmail.com> Date: Mon Jan 20 19:45:13 2014 +0200 Camera: separate settings for color effects Store color effect settings for the camera and video camera in their own separate preferences. Change-Id: I8faa59b8663154737910b338906d27f9736d5ad9 Author: Michael Bestas <mikeioannina@gmail.com> Date: Tue Aug 26 06:11:21 2014 +0300 Snap: Fix filtering of unsupported camcorder color effects Change-Id: I365deeb17995175db873f6799cf0cde43ee61e96 Change-Id: I7ee41923f8a7313eee06d5e0bf7e29a365d0af86
* Camera2: implement exposure compensation settings in video modejt11342019-10-251-0/+5
| | | | Change-Id: I83a2675e109dc7924cdd9240b26051ac218f532a
* Camera2: Remove CAF video duration codeMichael Bestas2019-10-253-25/+0
| | | | | Change-Id: I583e212f3c43a5ddf80fdb16557b3ddd9e3161c2 Signed-off-by: Chippa-a <vusal1372@gmail.com>
* SnapdragonCamera: Add abortCaptures for flushxianming wang2019-01-062-0/+16
| | | | | | | | | | | Add abortCaptures for flush. (1) when exit app. (2) when switch cameraID. (3) start recording before closePreview session. (4) stop recording except enable EIS. CRs-Fixed: 2349737 Change-Id: I4546fbfefa3ffa4bcec688a6b5c6eea24045f232
* SnapdragonCamera: Completed the function of FSxianming wang2018-11-142-0/+16
| | | | | | | Completed the function of FS for special sensor mode. CRs-Fixed: 2334834 Change-Id: Ia32111be5e1fd14bdb31407a43ad8eb3b97f5415
* change video noise reduction setting optionzhuw2018-11-073-6/+6
| | | | | | | change default value to high-quality Change-Id: I9824f0c70773e0c5977dee37bdfa7756f399075e CRs-Fixed: 2343836
* Merge "Remove default value 8M of picture sizes" into ↵Abhijit Trivedi2018-11-011-1/+0
|\ | | | | | | camera-SnapdragonCamera.lnx.2.0
| * Remove default value 8M of picture sizesjinwu2018-10-201-1/+0
| | | | | | | | Change-Id: I097d31523ad01e1b67b2e953f028b2124e8e70cd
* | Merge "SnapdragonCamera: Revert the original design of ISO" into ↵Abhijit Trivedi2018-11-011-1/+1
|\ \ | | | | | | | | | camera-SnapdragonCamera.lnx.2.0
| * | SnapdragonCamera: Revert the original design of ISOxianming wang2018-10-191-1/+1
| |/ | | | | | | | | | | | | | | Revert the original design of ISO in ProMode, add 3200ISO like the original design. CRs-Fixed: 2328914 Change-Id: I4ec658f2cc451a5515c50861d590e831ca10ad52
* / SnapdragonCamera: Complete the function of MFNRxianming wang2018-10-242-15/+0
|/ | | | | | | Adapter the function of MFNR and remove the MFSR. CRs-Fixed: 2337922 Change-Id: I45eb23a14eb9469ccdf335cc1718ffa8c67349fb
* SnapdragonCamera: Added checkbox stats visualizerjunjiez2018-09-261-3/+3
| | | | | | | 1) Added checkbox in stats visualizer 2) Added AWB information for display Change-Id: Id51d29b798a5d1f849463d28e03b695384fd3aa4
* Merge "SnapdragonCamera: Completed the absolute value of ISO in ProMode" ↵Linux Build Service Account2018-09-241-1/+1
|\ | | | | | | into camera-SnapdragonCamera.lnx.2.0
| * SnapdragonCamera: Completed the absolute value of ISO in ProModejinwu2018-09-241-1/+1
| | | | | | | | | | | | | | Completed the absolute value of ISO in ProMode. CRs-Fixed: 2293209 Change-Id: Id2a4fe105d7fe3ca5eeedbe06c0cf77f11f930e5
* | Merge "SnapdraongCamera:add HEIF support" into camera-SnapdragonCamera.lnx.2.0Linux Build Service Account2018-09-242-0/+18
|\ \ | |/ |/|
| * SnapdraongCamera:add HEIF supportjinwu2018-09-212-0/+18
| | | | | | | | | | | | | | | | add option to allow user to save captured image with HEIF format. Change-Id: I267b783bf7e4f41f523ef2ac4fbb734657b8e827 CRs-Fixed: 2312764
* | SnapdragonCamera: Completed the function of Manual WBjinwu2018-09-212-0/+16
|/ | | | | | | Completed the function of Manual WB gains and cct. CRs-Fixed: 2297603 Change-Id: Ia161307fe4b305e86953560b802d749b86f848b3
* Merge "SnapdragonCamera: Complete the function of MFNR/MFSR"Linux Build Service Account2018-08-052-0/+31
|\
| * SnapdragonCamera: Complete the function of MFNR/MFSRxianming wang2018-08-032-0/+31
| | | | | | | | | | | | | | Complete the function of MFNR/MFSR. CRs-Fixed: 2275738 Change-Id: Icc45de57a2d1febbdb74e57f3e6e0b76d08a51b6
* | SnapdragonCamera: Change the default PictureSize is 8Mxianming wang2018-08-031-0/+1
|/ | | | | | | Change the default PictureSize is 8M. CRs-Fixed: 2270429 Change-Id: I76d63b176cd90fb91c14167138dad67467bd065b
* Remove earlyPCR setting optionzhuw2018-07-292-15/+1
| | | | | | | remove earlyPCR in dev option only disable earlyPCR in HFR mode Change-Id: I2847019a6d350664409ccf1fc2176939a70bd18e
* SnapdragonCamera: Added stats visualizerMukund Mittal2018-07-092-15/+16
| | | | | | | Added stats visualizer for displaying stats in overlay at preview Change-Id: I0c0492bd525e1a9145384cd167a1b6846e96f41b
* SDcamera: Add option for early PCRzhuw2018-05-302-0/+16
| | | | | | add vendor tag and dev option for early PCR Change-Id: I9aa9f5092a288798b00d0dba42680856062194d4
* SnapdragonCamera: Remove the default pictureSize.xianming wang2018-05-211-1/+0
| | | | | | | | Remove the default pictureSize, set the maximux value by resetifInvalid method. CRs-Fixed: 2245386 Change-Id: I9d22358d4613c527ec5b4fd1940b88714d627ff8
* SnapdragonCamera: Support zzhdr for Video HDRzhuw2018-02-282-0/+16
| | | | | | | | | (1) Add operation in dev options (2) Set opmode before createsession (3) Set vendor tag in first PCR CRs-Fixed: 2197108 Change-Id: Ib3e95f4a09960f8aa41e79b5f3b8832fcf8d90fc
* SnapdragonCamera: Complete the function of EIS and FOVCxianming wang2018-02-142-0/+16
| | | | | | | | Completed the function of EIS and FOVC, set the outConfigrations for EIS and FOVC. CRs-Fixed: 2189663 Change-Id: I64dea42bfcf879f01645ae9a7303a0fd60134843
* SnapdragonCamera: add EIS in dev optionzhuw2017-12-192-0/+16
| | | | | | | | 1. add filter for dev mode 2. add EIS in dev mode Change-Id: Ie9ccef765160b96260e7ba80f66206854d262676 CRs-Fixed: 2161096
* SnapdragonCamera: Complete the function of QCFAxianming wang2017-12-052-0/+16
| | | | | | | | Add support for quadraCFA in HAL3, and Complete the function of QCFA. CRs-Fixed: 2104228 Change-Id: I16b677074940bd193168e804d1033c630306ff8e
* SnapdragonCamera:support multi camera switchjunjiez2017-11-172-0/+12
| | | | | | | add a new option in dev options to swtich camera by camera Id. Change-Id: Ieeb6f462024c3b155dc5fb532fd737313b9904de
* SnapdragonCamera: Completement Manual ISO and Exposure functionxianming wang2017-10-202-0/+16
| | | | | | | Complement the Manual ISO and EXPOSURE function. Change-Id: I8f249eaa85f797465a4515bc70c6a7a03bbe46b1 CRs-Fixed: 2128698
* SnapdragonCamera:Add exposure modejunjiez2017-10-192-0/+16
| | | | | | | | add exposure mode option to dev options in Camera2 Change-Id: I23d1cfb0e7b03816bfdadea4bebdfc59788a49f7 CRs-Fixed: 2128685
* SnapdragonCamera:Add Auto Focus modezhuw2017-10-182-0/+15
| | | | | | | | | | add afmode option to dev options in Camera2 Include: auto, macro, continuous-video, countinuous-picture, edof change version from 000 to 001 Change-Id: I4e4b20d34f91abc16034e40fa228fa0db77117db CRs-Fixed: 2128693
* SnapdragonCamera:Add Sharpness modezhuw2017-10-182-0/+17
| | | | | | | add sharpness control in dev model of camera2 Change-Id: I6209544bf452dff38c4c4c2c4f2b17d8953b358f CRs-Fixed: 2128695
* SnapdragonCamera: Support HLG and HDR10Weijie Wang2017-09-072-0/+17
| | | | | | Support HLG and HDR10 Change-Id: I1dd8a40a85e9cc0115515217b4ec75a726b6f41e
* SnapdragonCamera: New feaures translate to ChineseWeijie Wang2017-09-031-1/+1
| | | | | | | New feaures translate to Chinese Change-Id: If6191dcb42b24081f9c2be0e9db0c0ca1b94452f CRs-Fixed: 2061674
* Revert "SnapdragonCamera: Sync LA.UM.6.4 to LA.UM.6.3"Weijie Wang2017-09-021-1/+1
| | | | | | This reverts commit b5533d51a7c97138235d29b35cec876d107aeadd. Change-Id: I8063422680802e25d03a374be91e884a86ad55e9
* SnapdragonCamera: Sync LA.UM.6.4 to LA.UM.6.3Weijie Wang2017-08-301-1/+1
| | | | | | Sync LA.UM.6.4 to LA.UM.6.3 Change-Id: Ide9a53b3b5ea6d17154003e4059ae3125f9f3346
* Change the default picture to 8M and video to 1080PJay Wang2017-07-071-0/+2
| | | | Change-Id: I411789b39804f0df6f7898ae25b3e4948a18491d
* Snapdragon: Add ZSL to Dev optionjunjiez2017-03-242-0/+16
| | | | | | | Add ZSL option to develop options, when it's disabled , restart sessions and turn on ZSL Change-Id: I7a3bc2236d0bedb37cf1923763407fd4ab8ec8bd
* SnapdragonCamera: Smile/blink/gaze detectionjunjiez2017-03-142-2/+17
| | | | | | | | Implement Smile/blink/gaze detection feature and add option to enable it in develop options. CRs-Fixed: 1087487 Change-Id: I3005ca9767fbe38323e86255238cd4f96f34fbe5