diff --git a/configs/camxoverridesettings.txt b/configs/camxoverridesettings.txt new file mode 100644 index 0000000..9571f37 --- /dev/null +++ b/configs/camxoverridesettings.txt @@ -0,0 +1,48 @@ +multiCameraEnable=TRUE +enableSensorHWSync=TRUE +multiCameraFrameSync=1 +enableSensorFpsMatch=TRUE +#logInfoMask=0x10082 +#overrideLogLevels=0x1F +exportSecureCamera=TRUE +enableNCSService=TRUE +disablePDAF=FALSE +disableFocusIndication=1 +enable3ADebugData=FALSE +enableTuningMetadata=FALSE +advanceFeatureMask=0x7E7 +isBeautyMakeupSupported=TRUE +isVideoBeautifierSupported=TRUE +exposeFullSizeForQCFA=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 +logInfoMask=0x0 +overrideLogLevels=0x0 +enable3ADebugData=FALSE +enableTuningMetadata=FALSE +traceErrorEnable=FALSE +logRequestMapping=FALSE +systemLogEnable=FALSE diff --git a/device.mk b/device.mk index 9429f9a..b8fb728 100644 --- a/device.mk +++ b/device.mk @@ -120,6 +120,9 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \ frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/camxoverridesettings.txt:$(TARGET_COPY_OUT_VENDOR)/etc/camera/camxoverridesettings.txt + # Dex PRODUCT_DEX_PREOPT_DEFAULT_COMPILER_FILTER := everything diff --git a/proprietary-files.txt b/proprietary-files.txt index c4d3381..85132ea 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -134,7 +134,6 @@ vendor/lib64/hw/audio.bluetooth_qti.default.so vendor/lib64/hw/vendor.qti.hardware.bluetooth_audio@2.0-impl.so # Camera -vendor/etc/camera/camxoverridesettings.txt vendor/etc/camera/CFR_para_M_src1.bin vendor/etc/camera/CFR_para_M_src2.bin vendor/etc/camera/CFR_para_UW_src1.bin