mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
added build.prop hacks to enable raw snapshot pictures
TODO: fix the parameters to those given from kernel and NOT samsungs
This commit is contained in:
parent
24a09f79a9
commit
ecce0c16f6
1 changed files with 7 additions and 0 deletions
|
@ -40,6 +40,13 @@ ro.qualcomm.bt.hci_transport=smd
|
|||
|
||||
# Camera
|
||||
camera2.portability.force_api=1
|
||||
persist.camera.feature.cac=1
|
||||
persist.camera.snapshot_raw=1
|
||||
persist.camera.dumping=1
|
||||
persist.camera.snap.format=0
|
||||
persist.camera.dumpimg=1
|
||||
persist.camera.dumpmetadata=1
|
||||
persist.camera.zsl_raw=1
|
||||
|
||||
# Dalvik
|
||||
dalvik.vm.heapstartsize=8m
|
||||
|
|
Loading…
Reference in a new issue