#159 · Primary category: Computer Vision
PhotonCamera
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
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)