开发者

Android: Showing Graphics and Video Stream together

开发者 https://www.devze.com 2023-04-13 07:52 出处:网络
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 bu

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

精彩评论

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