当前位置: 代码迷 >> Android >> Fail to connect to camera service解决思路
  详细解决方案

Fail to connect to camera service解决思路

热度:736   发布时间:2016-05-01 10:42:04.0
Fail to connect to camera service
我在做相机开发时遇到Fail to connect to camera service
这是怎么回事?是相机资源没有释放吗?还是其他什么别的问题?

------解决方案--------------------
可能是的
 camera.stopPreview();
  camera.release();
 camera=null;

------解决方案--------------------
一般,是你之前没有释放掉camera,所以再次连接就连不上去了
  相关解决方案