相机API示例?

发布于 2024-11-24 05:39:40 字数 201 浏览 0 评论 0原文

我想使用以下网页示例开发一个相机演示应用程序。 http://marakana.com/forums/android/examples/39.html

拍照后,我想在主要活动中显示捕获的图像。我该怎么做?谢谢。

I want to develop a camera demo app using the following web page example.
http://marakana.com/forums/android/examples/39.html

After taking a photo, I want to display the captured image in the main activity. How can I do this? Thanks.

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

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

发布评论

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

评论(1

罪歌 2024-12-01 05:39:40

最好用另一个例子。我无法让这个工作。从SO中的其他相机问题来看,我认为很多人都有同样的问题。但在完全放弃 Marakana 的示例之前,请尝试将元素移到元素之外。并包括忘记的马科。

通过这样做,我克服了 RuntimeException,现在得到了一个完全不同的错误,我认为该错误是我的手机特有的:它试图创建一个“无效预览尺寸”为 480x604 的预览。但 Marko 的代码根据创建的预览表面的大小设置大小,因此手机本身默认为预览表面的无效大小。

Best to use another example. I can't get this one to work. Judging by the other Camera questions in SO, I think lots of people have the same problem. But before you give up on Marakana's example completely, try moving the elements OUTSIDE the element. And include the Marko forgot.

By doing that, I got past the RuntimeException, and now get a completely different error, one I think is specific to my phone: it is trying to create a Preview with an 'invalid preview size' of 480x604. But Marko's code sets the size from the size of the preview surface created,, so the phone itself is defaulting to an invalid size for the Preview surface.

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