---
title: Camera一直丢帧，无图片dump出来
description: "- 业务场景：Camera出图，同时dump raw和yuv图片"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/maintenref/troubleshooting/troubleshooting_0207.html
sourcePath: /source/zh/canncommercial/900/maintenref/troubleshooting/troubleshooting_0207.html
indexId: d6fab4005b3c427e0e85cfcefa64519d9eba27a93f37fb5301254994325e616c82
---
# Camera一直丢帧，无图片dump出来

#### 适用场景

- 业务场景：Camera出图，同时dump raw和yuv图片
- 适用处理器：Atlas 200I/500 A2 推理产品
- 处理器形态：EP、RC


#### 问题现象描述

反复刷屏打印：pipe x chn x get buffer fail,hi_size xxxx!


#### 可能原因

申请的pipe depth小于或者等于dump raw depth，导致无多余buffer送给后端chn。


#### 处理步骤

1. 查看相关depth数，修改相关属性，确保pipe depth + chn attr depth - dump_attr depth大于零即可。
2. 再次启动Camera。
