Skip to content

Commit

Permalink
camera: enable HAL3 api
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperLamic committed Mar 12, 2017
1 parent 295ecc6 commit ca98331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions rootdir/etc/init.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,6 @@ on boot
# bond0 used by FST Manager
chown wifi wifi /sys/class/net/bond0/bonding/queue_id

# change this when HAL3 is working
setprop persist.camera.HAL3.enabled 0

# msm specific files that need to be created on /data
on post-fs-data
mkdir /data/tombstones 0771 system system
Expand Down
3 changes: 2 additions & 1 deletion system_prop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
persist.camera.llc=1 \
persist.camera.llnoise=1 \
persist.camera.stats.test=0 \
camera.disable_zsl_mode=1
camera.disable_zsl_mode=1 \
persist.camera.HAL3.enabled=1

# CNE
PRODUCT_PROPERTY_OVERRIDES += \
Expand Down

0 comments on commit ca98331

Please sign in to comment.