aboutsummaryrefslogtreecommitdiff
path: root/camera/QCamera2/HAL/QCameraParameters.cpp (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: qcom-camera: Completed FR49059 and FR49058Abhishek Jain2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | FR49059: Accessing AOSP/Google projects Headers Description: Vendor modules cannot refer AOSP header paths with absolute or Global Paths instead add corresponding header library FR49058 : VNDK compliance Description : VNDK is set of AOSP libraries which are exposed to vendor (partition) for development. Example : error: vendor lib "/vendor/lib/libeffects.so" depends on non-eligible lib "/system/lib/libeffectsconfig.so". Here , QCOM vendor-partition Library using lib outside VNDK from system. CRs-Fixed: 2217547 Change-Id: I51a88145fccba592080d6287ae7ff14d12c65296
* msm8996-common: camera: Account for HFR usecaseNich2019-02-06
| | | | | Change-Id: I073264683fd2e1f4065557ce09ed569dd1e1113f Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: camera: Improve min frame rate hacknichcream2019-02-06
| | | | | | | | | | AFAIK, there are apps that request 15fps min frame rate; this is deliberate and we shouldn't change its default behaviour. But anything that sets the min fps the same as the max fps definitely should just stop. Change-Id: I5c3a31241009ab79edba4191910ad99d2db30f71 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: camera: HACK: Hardcode preview fps rangenichcream2019-02-06
| | | | | | | | | | * If userspace does not specify a range, it would be defaulted to 30000,30000 (30-30fps), which causes really bad exposure under low light during video recording in certain apps (SnapdragonCamera for one *cough cough*). We definitly do not want this. * Work around this issue by always forcing min fps of 7. Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* QCamera2:HAL: Fix for Sensor HDR.Mridul Singh2018-01-27
| | | | | | | | Incase when sensor-hdr is enabled, need to disable the normal HDR enabled flag. Change-Id: Ibd7418d8abaabc03625a65fc228d0bac5528fd5e Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: zuk: Import OSS Camera HALPrateek Chaubey2018-01-19
Tag: LA.HB.1.3.2-32600-8x96.0 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>