Hi.
Is it possible to enable Camera2 API (for manual camera settings) on the ZTE Axon 7 Mini (LineageOS 14.1/Android 7.1.2)?
I tried to enable it by modifying the build.prop file adding this line at the end:
After the reboot it passes all the tests of the Manual Camera Compatibility app but when opening any camera app (Open camera or LOS's stock) an error message appears and indicates that it is not possible to establish a connection with the camera.
The error message is solved after deleting the added line and rebooting.
The camera section of the build.prop file is the following:
Maybe there are some more tweaks needed.
Thanks in advance.
Is it possible to enable Camera2 API (for manual camera settings) on the ZTE Axon 7 Mini (LineageOS 14.1/Android 7.1.2)?
I tried to enable it by modifying the build.prop file adding this line at the end:
Code:
persist.camera.HAL3.enabled=1
The error message is solved after deleting the added line and rebooting.
The camera section of the build.prop file is the following:
Code:
# Camera
camera.hal1.packagelist=com.skype.raider,com.google.android.talk
camera.lowpower.record.enable=1
camera.display.umax=1920x1080
camera.display.lmax=1280x720
media.camera.ts.monotonic=1
persist.camera.stats.test=5
Thanks in advance.
Attachments
-
91 KB Views: 184