camera如何dump image buffer大全

[DESCRIPTION]
      camera如何dump image buffer大全
  
 
[SOLUTION]
 MT6572/MT6589/MT6582/MT6592
  1. Select dump buffer port
    1. Normal Preview, Video Preview/Record and ZSD Preview (using bitmask)
      1. dump Pass1 IMGO output
        adb shell setprop camera.dumpbuffer.enable 1
      2. dump Pass2 WDMA output (For Display)
        adb shell setprop camera.dumpbuffer.enable 2
      3. dump Pass2 WROT output (For Record)
        adb shell setprop camera.dumpbuffer.enable 4
      4. dump Pass1 IMGO and Pass2 DISPO output
        adb shell setprop camera.dumpbuffer.enable 3
      5. dump Pass1 IMGO, Pass2 DISPO and Pass2 VIDO output
        adb shell setprop camera.dumpbuffer.enable 7
      6. dump Pass1 pass2 when take picture (single shot)
        adb shell setprop debug.camera.dump 1
      7. dump VSS Pass1 Pass2
        adb shell setprop camera.vss.dumpbuffer.enable 1
  2. Pull buffer from device
    adb pull /sdcard/camera_dump/
  3. Clear buffer of device
    adb shell rm -rf /sdcard/camera_dump/



MT6595 /MT6795/MT6752 /MT6735 /MT6753

  1. Select camera mode
    1. Normal Preview
      adb shell "setprop debug.PHO.dump 1"
    2. Normal Capture
      adb shell "setprop debug.SShot.dump 1"
    3. Video Preview/Record
      adb shell "setprop debug.VDO.dump 1"
    4. ZSD Preview
      adb shell "setprop debug.ZSD.dump 1"
  2. Select dump buffer port
    1. Normal Preview, Video Preview/Record and ZSD Preview
      1. dump Pass1 RRZO output
        adb shell "setprop debug.camnode.dump.1 1"
      2. dump Pass1 IMGO output
        adb shell "setprop debug.camnode.dump.2 1"
      3. dump Pass2 input
        adb shell "setprop debug.camnode.dump.31 1"
      4. dump Pass2 WDMA output (For Display)
        adb shell "setprop debug.camnode.dump.41 1"
      5. dump Pass2 WROT output (For Record)
        adb shell "setprop debug.camnode.dump.43 1"
      6. dump Pass2 IMG2O output
        adb shell "setprop debug.camnode.dump.45 1"
    2. Normal capture and ZSD capture
      1. dump Pass2 WDMA output
        adb shell "setprop debug.camnode.dump.42 1"
      2. dump Pass2 WROT output
        adb shell "setprop debug.camnode.dump.44 1"
  3. Pull buffer from device
    1. Normal Preview
      adb pull /sdcard/cameradump_PHO ./cameradump_PHO/
    2. Normal Capture
      adb pull /sdcard/cameradump_SShot ./cameradump_SShot/
    3. Video Preview/Record
      adb pull /sdcard/cameradump_VDO ./cameradump_VDO/
    4. ZSD Preview
      adb pull /sdcard/cameradump_ZSD ./cameradump_ZSD/
  4. Clear buffer of device
    adb shell "rm -rf /sdcard/cameradump_*"
  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值