summaryrefslogtreecommitdiff
path: root/src/com/android/camera/CaptureModule.java
Commit message (Collapse)AuthorAgeFilesLines
...
| * SnapdragonCamera: Added stats visualizerMukund Mittal2018-07-091-7/+387
| | | | | | | | | | | | | | Added stats visualizer for displaying stats in overlay at preview Change-Id: I0c0492bd525e1a9145384cd167a1b6846e96f41b
* | Revert change 2323574/7zhuw2018-07-101-0/+3
|/ | | | | | change default value to disable Change-Id: I4ac8776a413343706cce13207034d0e94a8851ed
* SnapdragonCamera: Update the method for save warmstart AWBxianming wang2018-07-021-17/+26
| | | | | | | Update the method for save warmstart AWB gains and cct. CRs-Fixed: 2271396 Change-Id: I7be37b207131b2daf063888bcca53860365162e3
* SnapdragonCamera: Complete the function of AWB Gains and CCTxianming wang2018-06-271-1/+70
| | | | | | | Complete the function of AWB Gains and CCT CRs-Fixed: 2267778 Change-Id: Ied1c3f153c78a5f980b5133b939abe415b9d027e
* Fix FC in MonkeyTestjinwu2018-06-261-10/+18
| | | | | | Catch more exceptions in startRecordingVideo. Change-Id: I4f1ffc7cabf7c45b44bbdbbff0f01a96c3601ef9
* SnapdragonCamera:Fix CTS issuejunjiez2018-06-221-0/+5
| | | | | | | | | | When DPAD_CENTER is pressed, capture a image to pass CTS test and set the default focused view to avoid DPAD_CENTER key event lost. Change-Id: I75601cf0576251492140e8da30eac0b3d149b5c8 CRs-Fixed: 2226102
* SnapdragonCamera: CancelTouchFocus when exit camera.xianming wang2018-06-141-1/+2
| | | | | | | CancelTouchFocus when exit camera. CRs-Fixed: 2248659 Change-Id: I2ac18ad7fbd09eb136a2203276fcfb7ef337e113
* Merge "Fix force close when init camera info on P" into ↵Linux Build Service Account2018-06-141-1/+0
|\ | | | | | | camera-SnapdragonCamera.lnx.1.0
| * Fix force close when init camera info on Pzhuw2018-06-131-1/+0
| | | | | | | | | | | | | | Use camera service instead of hardware.camera to get camera info Change-Id: I2837660a13b674a076006b0f6ecce603967e62ca
* | SDCamera: Fix thumbnail is black when filter enabledzhuw2018-06-131-16/+25
|/ | | | | | start mediaRecorder after progressing image is available Change-Id: If251d3b4a347852a70baf14cac2945b0c09e7cd8
* Merge "SnapdragonCamera:Fix Dp toast" into camera-SnapdragonCamera.lnx.1.0Linux Build Service Account2018-06-111-4/+2
|\
| * SnapdragonCamera:Fix Dp toastjunjiez2018-06-061-4/+2
| | | | | | | | | | | | | | | | | | | | remove GLSurface when DP is off. when GLsurface is created, but DeepPortraitFilter is not in frame filter, don't show toast. Change-Id: I122d925e1564b0fcd75cd7797bf3f75085ecb2e7 CRs-Fixed: 2228152
* | SnapdragonCamera:Fix IllegalArgumentExceptionjunjiez2018-06-061-0/+2
|/ | | | | | | | Avoid IllegalArgumentException which is caused by null surface target when setRepeatingRequest. Change-Id: I7863fdd632b9d9bb9aacef8af1de9292443f9581 CRs-Fixed: 2241091
* Change earlyPCR default value to enablezhuw2018-06-031-3/+0
| | | | | | | change default value to enable for earlyPCR enable by default and no need dev option Change-Id: I9a261e8299987ba2e8d9784d860f3a6e8eaf20fc
* Merge "SDcamera: Add option for early PCR" into camera-SnapdragonCamera.lnx.1.0Linux Build Service Account2018-06-011-0/+18
|\
| * SDcamera: Add option for early PCRzhuw2018-05-301-0/+18
| | | | | | | | | | | | add vendor tag and dev option for early PCR Change-Id: I9aa9f5092a288798b00d0dba42680856062194d4
* | Merge "SnapdragonCamera:Fix IllegalStateException" into ↵Linux Build Service Account2018-06-011-0/+2
|\ \ | | | | | | | | | camera-SnapdragonCamera.lnx.1.0
| * | SnapdragonCamera:Fix IllegalStateExceptionjunjiez2018-05-311-0/+2
| |/ | | | | | | | | | | | | | | | | Catch IllegalStateException when start recording with camera device closed to avoid FC Change-Id: I7682cf32c39d81daff28d32f6c7d5e246f9e55b7 CRs-Fixed: 2246179
* / Support Depth outputformat in SnapCameraAppWei Tan2018-05-311-0/+15
|/ | | | | | | | Fixed SnapcameraApp Force close issue after enable Depth camera. Change-Id: Ic02a2d8756a51c17ff22290ecc4130a4bd4ace0d CRs-Fixed: 2250721
* Fix dev afmode setting don't work after snapshotzhuw2018-05-271-4/+9
| | | | | | | | the afmode is set to 4 after unlockfocus. so change the afmode set to builder if dev is opened and the value is valid. Change-Id: Ic10af057fa944db39b2e94ec162fb99452ed9365
* SnapdragonCamera: Reset audio mute is false when exit cameraxianming wang2018-05-221-0/+1
| | | | | | | Reset audio mute is false when exit camera(call onPause method). CRs-Fixed: 2246218 Change-Id: I8dfe3774d242ebc12d1619161ef1d9e8ae5166db
* SnapdragonCamera: Set mDeepZoomModeRect gone in surfaceDestroyedxianming wang2018-05-011-9/+16
| | | | | | | | (1) Set mDeepZoomModeRect gone when surfacedestroyed is called. (2) Disable mVideoButton in DeepPortrait mode. CRs-Fixed: 2230047 Change-Id: Ifad2dd6052cd783451251c82307ef24241ea94c6
* SnapdragonCamera: Enable video flash btn in high speed videoxianming wang2018-04-261-5/+13
| | | | | | | | Enable video flash button in high speed captureSession. Need to use the setRepeatingBrust to avoid FC. CRs-Fixed: 2230677 Change-Id: I519ad9463842feeffccf0877bf266064c78e102f
* Merge "SnapdragonCamera:Disable video in longshot"Linux Build Service Account2018-04-261-0/+3
|\
| * SnapdragonCamera:Disable video in longshotjunjiez2018-04-181-0/+3
| | | | | | | | | | | | | | | | | | When it's in longshot disable video button to avoid memory issue caused by starting recording when longshot is not completed. Change-Id: I4b77e619e1e48d558eadfd46837ec87ebf397df9 CRs-Fixed: 2210569
* | Merge "Fix snapshot button grey when long shot with HAL-zsl"Linux Build Service Account2018-04-231-1/+2
|\ \
| * | Fix snapshot button grey when long shot with HAL-zslzhuw2018-04-161-1/+2
| |/ | | | | | | | | | | handle afstate==5 condition Change-Id: Ia23a1dcef74c41d9fc1be595376427fd3e4f9305
* | Merge "SnapdragonCamera: Change the flash mode to adapter the captureBrust"Linux Build Service Account2018-04-221-7/+39
|\ \
| * | SnapdragonCamera: Change the flash mode to adapter the captureBrustxianming wang2018-04-171-7/+39
| |/ | | | | | | | | | | | | | | | | The captureBrust once active, app has the two behavious. (1)Turn off the flash in auto mode. (2)Always flash on in the flash mode is on. CRs-Fixed: 2216495 Change-Id: I2f790871be74bb9fccd27bdbbf94ea0f67bbd656
* / SnapdragonCamera: Enable video flash in 60HFR or 60HSRxianming wang2018-04-151-1/+1
|/ | | | | | | Enable video flash in 60HFR or 60HSR. CRs-Fixed: 2223178 Change-Id: I0ecfa04b54cc4513332e136fc541bc84790942d6
* Merge "SnapdragonCamera: Fix live shot fps issue on Napali"Linux Build Service Account2018-04-141-0/+11
|\
| * SnapdragonCamera: Fix live shot fps issue on Napalixianming wang2018-04-121-0/+11
| | | | | | | | | | | | | | | | | | Send Snapshot stream together with preview and video stream for Snapshot request, it looks need app sends shutter notify for every request. Stream is the surface for the app. CRs-Fixed: 2169009 Change-Id: I8a7e87b2ee25bbb1ed1dd9427d4de2fbcc122795
* | Merge "SnapdragonCamera: Reconstruction the setEndOfStream method"Linux Build Service Account2018-04-141-11/+5
|\ \
| * | SnapdragonCamera: Reconstruction the setEndOfStream methodxianming wang2018-04-121-11/+5
| |/ | | | | | | | | | | | | | | Reconstruction the setEndOfStream method, use the mVideoRequestBuilder instead of TEMPLATE_RECORD. CRs-Fixed: 2191322 Change-Id: I47ba60016ae757b651ba6fb47d7f3b6e1649b000
* / SnapdragonCamera: Fix camera auto exit when pause the HFR120xianming wang2018-04-121-1/+8
|/ | | | | | | | As EIS is not supported for HFR case (>=120) and FOVC also currently don`t require this for >=120 case. CRs-Fixed: 2214249 Change-Id: I9bacd4a2874c81bbe9086302c086d1b25c684db6
* Merge "Fix null pointer when create session"Linux Build Service Account2018-04-111-1/+1
|\
| * Fix null pointer when create sessionzhuw2018-04-101-1/+1
| | | | | | | | | | | | add filter Change-Id: Ie0cf7c332f0fa57321c6f3113d24537793b54cd5
* | Merge "Fix open camera FC when no camera devices connected"Linux Build Service Account2018-04-111-1/+1
|\|
| * Apply manual exposure and iso after settingszhuw2018-04-101-1/+1
| | | | | | | | | | | | change settingmanager values first Change-Id: Iea045da13b6c68bb0b3c74a4762afa10215872fd
* | Merge "SnapdragonCamera: Add the 60fps support for preview"Linux Build Service Account2018-04-111-0/+2
|\ \
| * | SnapdragonCamera: Add the 60fps support for previewxianming wang2018-04-091-0/+2
| |/ | | | | | | | | | | | | Add the 60fps support for preview. CRs-Fixed: 2210765 Change-Id: If16aff4e73721050e40364c1415c8a8dfe1faa14
* / SnapdragonCamera: Add support ZZHDR configuration of the streamxianming wang2018-04-091-1/+10
|/ | | | | | | Add support the ZZHDR configuration of the stream. CRs-Fixed: 2217939 Change-Id: Ia3c0de968644e77adb45b3a2b7dfd0a2af7d7304
* SnapdragonCamera: Change picture preview Size maximum limit 1080Pxianming wang2018-04-021-3/+0
| | | | | | | Change the Picture preview size the maximum limit is 1080P CRs-Fixed: 2216565 Change-Id: I950693cad7ab0ebfcf173169828a8b649f7e7a1c
* SnapdragonCamera:Fix exceptionsjunjiez2018-03-291-0/+4
| | | | | | | | | Catch NullPointerException and IllegalStateException to avoid FC in stress test. Change-Id: I0cbb10a4ba4162a71cd0f64f6a0c62be5633f3fd CRs-Fixed: 2210989
* Fix lens moved when snapshot in manual AF modezhuw2018-03-281-13/+21
| | | | | | set focus distance with value*minfocus Change-Id: Ic04a07f6847e6df71b7e053405651b2dfaff1df9
* Fix shutterButton is grey when click during zoomzhuw2018-03-261-1/+3
| | | | | | run cancelTAF only in preview state Change-Id: Ifff2ec98e4c3d2159104219310eb75f720c9b169
* SnapdragonCamera:Fix manual focusjunjiez2018-03-251-7/+17
| | | | | | | | | set the AF mode when turn on and turn off manual focus, don't unlock focus when capture in manual focus mode. Change-Id: I007c9235c67248ba6850e95bc3ab267703a70f06 CRs-Fixed: 2208004
* Merge "Fix FD offset when back from recording in zoom condition"Linux Build Service Account2018-03-231-6/+1
|\
| * Fix FD offset when back from recording in zoom conditionzhuw2018-03-211-6/+1
| | | | | | | | | | | | reset camera bound when back Change-Id: Ia9527ad698e2a272c677f46d409f2e2095ed02b3
* | Merge "SnapdragonCamera: App should set flash mode torch when lock AF"Linux Build Service Account2018-03-221-5/+1
|\ \