Android:同时显示图形和视频流
我正在编写一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来你想要在两个单独的图层上绘制画布,一层用于视频流,另一层用于 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