Overlay images onto Camera preview SurfaceView

后端 未结 5 852
挽巷
挽巷 2020-11-28 02:51

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

5条回答
  •  攒了一身酷
    2020-11-28 03:20

    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.

提交回复
热议问题