miatoll: kang camxoverridesettings from hentaios@lmi

This commit is contained in:
Nick C 2021-05-07 12:56:15 +02:00 committed by Aryan Gupta
parent c8c564e3d1
commit 961d7f9cbf
2 changed files with 30 additions and 43 deletions

View File

@ -1,48 +1,36 @@
multiCameraEnable=TRUE pdafHWEnable=TRUE
enableSensorHWSync=TRUE logInfoMask=0x10482
multiCameraFrameSync=1 overrideLogLevels=0x1F
enableSensorFpsMatch=TRUE enableRawHDR=0
#logInfoMask=0x10082
#overrideLogLevels=0x1F
exportSecureCamera=TRUE
enableNCSService=TRUE enableNCSService=TRUE
disablePDAF=FALSE enableICAInGrid=1
disableFocusIndication=1 minReprocessInputWidth=8000
enable3ADebugData=FALSE minReprocessInputHeight=6000
enableTuningMetadata=FALSE gyroSensitivityLLS=0.03
advanceFeatureMask=0x7E7 gyroSensitivityLLSEnable=FALSE
iseispreviewSupported=TRUE
ismfnrbokehsupported=TRUE
isBeautyMakeupSupported=TRUE isBeautyMakeupSupported=TRUE
isVideoBeautifierSupported=TRUE isVideoBeautifierSupported=TRUE
exposeFullSizeForQCFA=FALSE isSuperPortraitSupported=FALSE
useFeatureForQCFA=1
enableICAInGrid=1
forceDisableUBWCOnIfeIpeLink=0
enableInternalHALPixelStreamConfig=TRUE
iseispreviewSupported=TRUE
enableBubbleRecovery=FALSE
minReprocessInputWidth=4000
minReprocessInputHeight=3000
logConfigMask=0
#fovcEnable=1
tintlessEnable=TRUE
sessionFallbackWaitTime=1000
#enable3ADebugData=TRUE
#enableTuningMetadata=TRUE
ismfnrbokehsupported=TRUE
enableOfflineNoiseReprocess=1
enableDualIFE=1
isVideoLogformatSupported=TRUE
isColorEnhancementSupported=TRUE
isVideoMimovieSupported=TRUE
isVideoFilterSupported=TRUE
ifeClockFrequencyMHz=0xFFFFFFFF
ifeExternalBandwidthMBytes=0xFFFFFFFF
ifeCamnocBandwidthMBytes=0xFFFFFFFF
is3rdLightWeightSupported=TRUE is3rdLightWeightSupported=TRUE
logInfoMask=0x0 raiserecoverysigabrt=FALSE
overrideLogLevels=0x0 disableFocusIndication=1
isVideoMimovieSupported=TRUE
isVideoLogformatSupported=TRUE
AIEnhancementVersion=2
isVideoFilterSupported=TRUE
isSatNearRangeMode=FALSE
isVideoBokehSupported=TRUE
isFrontVideoBokehSupported=TRUE
isColorRetentionSupported=TRUE
isVideoColorRetentionBackSupported=TRUE
FDFilterEngine=FD_Standard_ARM
isTeleOisSupported=TRUE
fovcEnable=1
is60fpseisSupported=TRUE
enable3ADebugData=FALSE enable3ADebugData=FALSE
enableTuningMetadata=FALSE enableTuningMetadata=FALSE
traceErrorEnable=FALSE enableTOFInterface=TRUE
logRequestMapping=FALSE is60fpsDynamicSupported=TRUE
systemLogEnable=FALSE isHdrBokehSupported=TRUE

View File

@ -156,4 +156,3 @@ void vendor_load_properties() {
void load_common_properties() { void load_common_properties() {
load_dalvik_properties(); load_dalvik_properties();
} }