How to Apply Custom Filters in a Camera [Surfaceview Preview]…?

前端 未结 2 1884
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-28 16:20

Guys i am developing Camera Application and this is my first android Application.

below i am Adding My App Screenshot for what i want.

First View :

相关标签:
2条回答
  • 2020-11-28 16:29

    From the images, it's from a app called Geak Camera. Actually, I developed this app, and I used the GLSurfaceView not the surfaceview. And the app is not maintained now because I left that company. And I updated that app called "U camera".The scale animation was improved in "U camera".

    0 讨论(0)
  • 2020-11-28 16:51

    All these manipulations can be performed with OpenCV. Download their basic Android example, and you can add your logic to onCameraFrame() callback.

    0 讨论(0)
提交回复
热议问题