相机错误 100 详细信息
谁能告诉我Camera Error 100
到底是什么?
在拍照的时候,有时我会得到它。当我调用camera.takepicutre();并调用快门和原始回调,但未调用jpeg回调时,就会发生这种情况。
我只想知道 Camera Error 100
到底是什么以及它何时生成。 已经看到了原始的 android 相机代码,但没有找到 Camera Error 100
。 而这个 StackOverflow 答案,却找不到任何帮助。因为大多数时候我都能得到图片,但有时我会遇到这个错误。 在查看 Android 开发者网站后,他们说释放相机资源并开始新的资源。但还是没能找到背后的原因?
Can anyone tell me what exactly Camera Error 100
is?
At the time of taking picture sometimes I am getting it. It happened when I called camera.takepicutre();
and shutter and raw callback are called, but jpeg-callback is not getting called.
I just want to know what exactly Camera Error 100
is and when it is generated.
Already saw the original android camera code, but didn't find Camera Error 100
there.
And this StackOverflow answer, but couldn't find any help. Because most of the time I am able to get the picture, but sometimes I am getting this error.
After seeing the Android developer site they are saying release the camera resource and start a new one. But still didn't able to find the reason behind that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许您使用相机作为此命令
但这是错误的。
你应该使用它,因为
我已经尝试过了,效果很好!
maybe you used camera as this order
but that is false.
you should use it as
I have tried it,it works fine!
相机错误 100 - “媒体服务器死亡。在这种情况下,应用程序必须释放相机对象并实例化一个新对象。”
Camera Error 100 - "Media server died. In this case, the application must release the Camera object and instantiate a new one."