#159 · Primary category: Computer Vision

PhotonCamera

android android-camera camera2-api computational-photography computer-vision gpu-acceleration image-processing photography

Android Camera that uses Enhanced image processing

Project last updated:08/29/26

GitHub Stars

1.1K

Forks

108

Contributors

30

License

GPL-3.0

Why we included this project

PhotonCamera is a full Android camera app built on the Camera2 API that pushes image processing onto the GPU with GLSL shaders. For developers working on mobile computational photography, that makes it a readable reference: the denoising and demosaicing stages sit in Java and C++ code you can build and run yourself. Because the project ships as a real app on Google Play, you can follow the whole pipeline from capture to finished photo, and forking it as a base for your own camera features is a practical route. If you want a concrete example of GPU-accelerated image processing on Android without rebuilding camera plumbing from scratch, this is worth studying.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category