I have a SurfaceView
that is being used to draw images, and I would like to overlay them onto a live-feed from the phone\'s camera.
Currently, the
I'm doing augmented application too and hit the same problem you hit. There is very few information on how to solve it right. But I found a framework called mixare - it allow you to create AR app for android. You should definitely look at it source - it looks pretty promising. Hope this will help you.