takePicture回调数据为null

发布于 2024-12-06 15:37:33 字数 100 浏览 2 评论 0原文

在模拟器环境中运行时原始数据的Camera.takePicture回调是否为空? 我从 WWW 中获取了 CameraSurface 方法,因此它应该是正确的。

Is the Camera.takePicture callback for raw data null when running in emulator environment?
I got the CameraSurface method out of the WWW, so it should be correct.

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

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

发布评论

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

评论(2

猫腻 2024-12-13 15:37:33

在调用 takePicture 之前,您必须提供一个足够大的缓冲区来容纳原始图像数据。 (详细信息此处)。要设置缓冲区,请使用 addCallbackBuffer 方法。

Before calling takePicture you have to provide a buffer large enough to hold the raw image data. (detailed here). For setting the buffer, use the addCallbackBuffer method.

2024-12-13 15:37:33

这个问题似乎仅与原始数据回调有关。
使用检索 jpeg 的图片回调解决了该问题。

This issue seems to be related to the raw-data callback only.
Using the picture callback which retrieves a jpeg solves the issue.

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