Android Camera API - 强制关闭不会释放相机资源

发布于 2024-10-14 16:55:16 字数 1436 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倾听心声的旋律 2024-10-21 16:55:16

通过追查您就此主题发表的所有其他帖子,似乎没有可靠的方法可以在崩溃后在不重新启动设备的情况下恢复相机。可以肯定的是,这是一种痛苦。最好的选择是不要崩溃/捕获所有可能出现故障的东西。这是一个相当垃圾的答案,但这就是我现在正在努力做的事情。

很多很多尝试捕捉!

From chasing up on all the other posts you have made on this subject, it appears like there is no sure fire way of getting the camera back after a crash without a restart of the device. A pain, to be sure. Best option is not to crash / catch everything that might fault. Which is a pretty rubbish answer, but that's what I'm endeavouring to do now.

Lots and lots of try catch !

孤蝉 2024-10-21 16:55:16

我建议你完整地查看谷歌示例应用程序的代码。链接如下。
https://github.com/googlesamples/android-Camera2Basic
在Camera2BasicFragment中可以看到,mCameraOpenCloseLock Semaphore用来解决释放资源问题。

I suggest you to see the code of google sample apps completely. the link is as follow.
https://github.com/googlesamples/android-Camera2Basic
As you can see in Camera2BasicFragment, mCameraOpenCloseLock Semaphore used to resolve release resources problems.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文