\vendor\qcom\proprietary\camx\src\swl\jpeg\camxjpegexifparams.cpp
照片信息(3A:自动对焦(AF)自动曝光(AE)自动白平衡(AWB))
Log打印
CAMX_LOG_ERROR(CamxLogGroupCore, “loglog %d”, value);
打开CamX log (便于查看 CamX : [ VERB][STATS_AEC] 的log)
adb shell “echo logInfoMask=0x2000210 >> /vendor/etc/camera/camxoverridesettings.txt”
adb shell “echo logVerboseMask=0x2000210 >> /vendor/etc/camera/camxoverridesettings.txt”
adb shell “echo logWarningMask=0x2000210 >> /vendor/etc/camera/camxoverridesettings.txt”
adb shell “echo overrideLogLevels=0xFF >> /vendor/etc/camera/camxoverridesettings.txt”
adb shell “echo enable3ADebugData=TRUE >> /vendor/etc/camera/camxoverridesettings.txt”
adb shell “echo dumpSensorEEPROMData=1 >> /vendor/etc/camera/camxoverridesettings.txt”
adb shell “echo enableTuningMetadata=TRUE >> /vendor/etc/camera/camxoverridesettings.txt”
adb shell “echo dumpDebugDataEveryProcessResult=1 >> /vendor/etc/camera/camxoverridesettings.txt”