Αυτό που γράφουν στο xdadev ισχύει;
https://forum.xda-developers.com/showpost.php?p=81403743&postcount=210
-This works, to enable camera2api level 3 ???:
Install a build prop editor (search in play store) and add the following lines in "persist" part:
persist.vendor.camera.HAL3.enabled=1
persist.camera.HAL3.enabled=1
persist.camera.eis.enable=1
??
-We have in build.prop, this lines, with camera:
# system property determining camera HAL to be used for a Video call
#
# 1 is camera1
# 2 or anything else is camera2
persist.radio.VT_CAM_INTERFACE=1
#white list for aux cameras
vendor.camera.aux.packagelist=org.codeaurora.snapc am,com.android.camera,com.miui.cit,com.qualcomm.qt i.qmmi
vendor.camera.aux.packagelist.ext=,com.xiaomi.biom etric,com.xiaomi.biometric.haldemo,com.xiaomi.fact ory.mmi
#cfa <->upscale iso thresholds
persist.camera.cfa.thres.front=0
persist.camera.cfa.thres.rear=200
###system property for camera###
persist.vendor.camera.multicam.hwsync=TRUE
#enable fps match
persist.vendor.camera.multicam.fpsmatch=TRUE
#system property for camera advance feature
persist.vendor.camera.enableAdvanceFeatures=0x3E7
#enable sw frame sync
persist.vendor.camera.multicam.framesync=1
#enable multi camera
persist.vendor.camera.multicam=TRUE
###end of system property for camera###