将相机视图显示为背景图像

发布于 2024-11-29 19:23:58 字数 59 浏览 1 评论 0原文

我想使用相机的预览图像作为 SurfaceView 画布的背景图像。 怎样才能做到呢? 谢谢, 埃亚尔。

I'd like to use camera's preview image as background image for a SurfaceView's canvas.
How it can be done?
Thanks,
Eyal.

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

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

发布评论

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

评论(1

若有似无的小暗淡 2024-12-06 19:23:58

这对我有用:
我在 XML 中创建了一个相对布局,然后创建了一个 customCameraView 并将其添加到布局中,然后创建了 GLSurfaceView,使背景半透明并将其 setZOrderOnTop 设置为 true,然后将其添加到布局中。

This is what worked for me :
I created a relative layout in the XML, Then i created a customCameraView and added it to to the layout, Then i created the GLSurfaceView, made the background translucent and set its setZOrderOnTop to true, then added it to the layout.

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