Qcom Camera常用指令

参考资料:Camera 疑难杂症_yaoming168的博客-CSDN博客

 

1、骁龙相机开发者模式

adb shell setprop persist.sys.camera.devoption.debug 100

 

2、查看上层得到的camera id数量

adb shell dumpsys media.camera > camdump.txt

 

3、打开骁龙相机

adb shell am start -n org.codeaurora.snapcam/com.android.camera.CameraLauncher

 

4、开启FindBest的log

adb shell "echo overrideLogLevels=0x1f >> /vendor/etc/camera/camxoverridesettings.txt"

 

5、查看Camera帧率

adb shell "echo enableFPSLog=TRUE >> /vendor/etc/camera/camxoverridesettings.txt"

adb shell "logPerfInfoMask=0xFFFFFFFF >> /vendor/etc/camera/camxoverridesettings.txt"

adb shell logcat | grep "CalculateResultFPS"

 

... ...

 

posted @ 2024-04-04 22:02  lethe1203  阅读(70)  评论(0编辑  收藏  举报