开发者

Android: Showing Graphics and Video Stream together

I am writing an android program in which I built a box using opengl es. Now I am writing t开发者_运维技巧he 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?


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜