I have a SurfaceView that is being used to draw custom animations, and
I would like to overlay them onto a live-feed from the phone's camera.
Currently, the SurfaceView that contains the animations has a white-
background, but if I were to overlay them onto the phone's camera
feed, they would have to be transparent. The camera and animation
drawing cannot be done on the same SurfaceView.

Is it possible to make a SurfaceView transparent? What is the best
course to pursue the use of multiple views?

My end goal is to essentially overlay the contents of another
SurfaceView onto the Camera SurfaceView.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to