Android:同时显示图形和视频流

发布于 2024-12-09 23:52:04 字数 120 浏览 1 评论 0原文

我正在编写一个 android 程序,其中使用 opengl es 构建了一个盒子。现在我正在编写代码以从 android 相机获取视频流。我想在屏幕上同时显示视频流和opengl内置的盒子。我不知道该怎么做。有人可以帮忙吗?

I am writing an android program in which I built a box using opengl es. Now I am writing the code to get video stream from android camera. I want to show the video stream and the box built in opengl same time on the screen. I don't know how to do it. can any one help?

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

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

发布评论

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

评论(1

寻找我们的幸福 2024-12-16 23:52:04

听起来你想要在两个单独的图层上绘制画布,一层用于视频流,另一层用于 opengl 框。 http://developer.android.com/reference/android/graphics/Canvas.html

Sounds like you want a canvas drawing on two separate layers, one layer for the video stream, the other for the opengl box. http://developer.android.com/reference/android/graphics/Canvas.html

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