Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.53 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.53 KB

CameraFilter

Adding OpenGL filter effect on camera preview and captured image. You can add any new filter effect with GLSL script file very easy. The app is on google play. And it's free to donwload.

Introduction The Renderer class is main function to handle rendering to preview and image buffer. The Filter class is for one filter effect with glsl file.

Create one filter effect extend from Filter class. Very easy to add ew one. FilterList is managering all filter.

The Camera class is reference from Camera2Basic Sample For handling camera setting and preview/capturing image size.

I had provides more working node in my wordpress blog.

Pre-requisites

  • Android SDK 24
  • Android Build Tools v24.0.1
  • Android Support Repository

Screenshots

Screenshot

Screenshot

Screenshot

Screenshot