summaryrefslogtreecommitdiffstats
path: root/src_wrapper
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Longshot with Burst Functionality.Vijay kumar Tumati2018-01-271-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new Longshot feature where in the snapshot frames captured at ISP is @ 3fps and output JPEG encoded rate is @ 1.2 fps. This can be enabled by setting following setprop with the maximum number of snapshots. adb shell setprop persist.camera.longshot.max <max_number> e.g.:adb shell setprop persist.camera.longshot.max 10 If the number is -1, then the existing Longshot will be used. Main changes: 1) The number of Snapshot/Preview/Metadata buffers are increased to make sure no frames will be dropped @ ISP and to maintain burst fps. e.g.: For max number of 10 snapshots, Snapshot buffers are increased to 9 from existing 6. This buffer numbers are derived considering snapshot YUV frames @ 3 fps and JPEG encoding @ 1.2 fps. 2) Shutter will be played after receiving YUV frame instead of reprocess frame. 3) New Longshot stop command is sent after receiving all the required YUV callbacks or releasing the shutter before reaching Max number. 4) Existing Longshot off command is sent after receiving all JPEG CB.s for the issued TakePictures() and also shutter button will be disabled until all the JPEG callbacks are received. Change-Id: Id0c21aeb67245530768bf3ab859d39dea7e2bc40
* SnapdragonCamera: Move property to PersistUtilWeijie Wang2017-07-211-1/+1
| | | | | | Move property to PersistUtil Change-Id: I0735d8215ba302ef4c632d6a15ad95a04cd259a0
* Merge "SnapdragonCamera: Update ExtendedFace's package" into camera.lnx.3.0-devLinux Build Service Account2017-05-161-1/+1
|\
| * SnapdragonCamera: Update ExtendedFace's packageweijiew2017-05-101-1/+1
| | | | | | | | | | | | | | Update ExtendedFace's package Change-Id: Iaf911acfb584911c6482bb1ea38e635bf286546a CRs-Fixed: 2027214
* | SnapdragonCamera: Enable AUTO-HDR/HISTOGRAM for Android Oweijiew2017-05-121-6/+3
|/ | | | | | | Enable AUTO-HDR/HISTOGRAM for Android O Change-Id: I84d5120776fbae91d40e3071f72b3601b3a56979 CRs-Fixed: 2027214
* Revert "Revert "SnapdragonCamera: Enable snapcam for Android O""qimengp2017-05-041-8/+10
| | | | | This reverts commit 04740b4f5391e04d1117d547519af44b0a67e9d8. Change-Id: I1d8f18b2e7dabfb17e3bdb0e3c1c0c76e12f4f61
* Merge "SnapdragonCamera: Rename property name"Linux Build Service Account2017-04-221-1/+1
|\
| * SnapdragonCamera: Rename property nameweijiew2017-04-201-1/+1
| | | | | | | | | | | | | | | | As app can't read property "persist.camera.xxxx" with permission denied on Android O, so rename "persist.camera.xxx" to "persist.sys.camera.xxx" Change-Id: I808a96919a039916c9274dcf01b9ff174e096326 CRs-Fixed: 2027214
* | SnapdragonCamera: Fix "Touch AF not work"weijiew2017-04-181-0/+1
|/ | | | | | | RootCase:Wrapper of setTouchAfAec doesn't invoke Change-Id: I2ed069d40ea9fdf69cf64726aa108683072f7c81 CRs-Fixed: 2027214
* SnapdragonCamera: Wrapper for QC APIweijiew2017-03-298-0/+1431
1. Wrapper for Parameters 2. Wrapper for CameraInfo 3. Wrapper for CamcorderProfile 4. Wrapper for Camera 5. Wrapper for ExtendedFace Change-Id: I8c8605db3696bffc4d975c0bb6f74944ed23a6bd