将相机视图显示为背景图像
我想使用相机的预览图像作为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这对我有用:
我在 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.